Operation Summary | |
void | cleanupServantJVM( Notify proxy MBeans that a Servant JVM has gone away and any associated Servant MBean references need to be cleaned up. |
void | remoteListenerAdded() Notify proxy MBeans that a remote notification listener has been registered with the Control JVM. |
void | remoteListenerRemoved() Notify proxy MBeans that a remote notification listener has been removed from the Control JVM. |
Notification Summary | |
websphere.ws390.servant.terminated A Servant JVM has terminated | |
websphere.ws390.servant.mbean.registered A servant JVM MBean has been added | |
websphere.ws390.servant.mbean.unregistered A servant JVM MBean has been unregistered | |
websphere.ws390.control.listener.added A remote notification listener has been added | |
websphere.ws390.control.listener.removed A remote notification listener has been removed |
Operation Detail |
public void cleanupServantJVM(java.lang.String stoken
)
stoken
-
Servant token to identify JVM that has been removed.
public void remoteListenerAdded()
public void remoteListenerRemoved()
Notification Detail |