Full EJBs status in J2EE server

Is it possible to get all EJB(s) status in J2EE server.If could, what command or method can help me.TIA
[138 byte] By [Jonen] at [2007-9-26 1:56:51]
# 1

> Is it possible to get all EJB(s) status in J2EE

> server.

> If could, what command or method can help me.

>

> TIA

>

You havent really explained what you want. I believe what are expecting is a status of all beans in the container. The status means whether the bean has been activated or passivated, etc.

Kindly explain and I may be able to help you out.

Regards

Rohit Parik

rohitparik@indiatimes.com

RohitParik at 2007-6-29 3:12:42 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

> You havent really explained what you want. I believe

> what are expecting is a status of all beans in the

> container. The status means whether the bean has been

> activated or passivated, etc.

> Kindly explain and I may be able to help you out.

> Regards

> Rohit Parik

> rohitparik@indiatimes.com

I am sorry that I didn't explain my question clearly.

Suppose I write an EJB to do some Database query function, and my problem is

1. EJB container can give me what information?

2. May I get how many transactions have been process by EJB.

Sorry for my poor English.

BTW, thanks your reply.

Jonen at 2007-6-29 3:12:42 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...