|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EJBClientContextListener
An EJBClientContextListener can be registered to an EJBClientContext
to listen to the lifecycle events of the context
| Method Summary | |
|---|---|
void |
contextClosed(EJBClientContext ejbClientContext)
This method will be invoked when the EJBClientContext to which this
listener is registered is closed |
void |
receiverRegistered(EJBReceiverContext receiverContext)
This method will be invoked when a EJBReceiver is registered to a EJBClientContext |
void |
receiverUnRegistered(EJBReceiverContext receiverContext)
This method will be invoked when a EJBReceiver is unregistered from a EJBClientContext |
| Method Detail |
|---|
void contextClosed(EJBClientContext ejbClientContext)
EJBClientContext to which this
listener is registered is closed
ejbClientContext - The EJB client context which was closedvoid receiverRegistered(EJBReceiverContext receiverContext)
EJBReceiver is registered to a EJBClientContext
receiverContext - The EJBReceiverContext which was associated to the EJBClientContext when the EJBReceiver
was registered with the contextvoid receiverUnRegistered(EJBReceiverContext receiverContext)
EJBReceiver is unregistered from a EJBClientContext
receiverContext - The EJBReceiverContext which was disassociated from the EJBClientContext
when the EJBReceiver was unregistered from the context
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||