> 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
> 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.