|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JMSRuntimeMonitor
Monitor interface for JMS Host.
| Method Summary | |
|---|---|
void |
jmsListenerError(java.lang.String destination,
java.lang.Exception exception)
Callback when an error happens when handle message. |
void |
jmsRuntimeStop()
Callback indicating the extension has been stopped. |
void |
registerListener(java.lang.Object destination)
Callback when a service has been provisioned as a Hessian endpoint |
| Method Detail |
|---|
void registerListener(java.lang.Object destination)
address - the endpoint address
void jmsListenerError(java.lang.String destination,
java.lang.Exception exception)
destination - Name of the destinationexception - Underlying exceptionvoid jmsRuntimeStop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||