ControlAdminService MBean

Management interface for Control JVM in zOS multi-jvm server.


Operation Summary
voidcleanupServantJVM(java.lang.String stoken)
           Notify proxy MBeans that a Servant JVM has gone away and any associated Servant MBean references need to be cleaned up.
voidremoteListenerAdded()
           Notify proxy MBeans that a remote notification listener has been registered with the Control JVM.
voidremoteListenerRemoved()
           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

cleanupServantJVM

public void cleanupServantJVM(java.lang.String stoken)
Notify proxy MBeans that a Servant JVM has gone away and any associated Servant MBean references need to be cleaned up.
Parameters:
stoken - Servant token to identify JVM that has been removed.

remoteListenerAdded

public void remoteListenerAdded()
Notify proxy MBeans that a remote notification listener has been registered with the Control JVM.

remoteListenerRemoved

public void remoteListenerRemoved()
Notify proxy MBeans that a remote notification listener has been removed from the Control JVM.

Notification Detail

websphere.ws390.servant.terminated

A Servant JVM has terminated
Severity:
6  (Normal, Cleared, or Informative)

websphere.ws390.servant.mbean.registered

A servant JVM MBean has been added
Severity:
6  (Normal, Cleared, or Informative)

websphere.ws390.servant.mbean.unregistered

A servant JVM MBean has been unregistered
Severity:
6  (Normal, Cleared, or Informative)

websphere.ws390.control.listener.added

A remote notification listener has been added
Severity:
6  (Normal, Cleared, or Informative)

websphere.ws390.control.listener.removed

A remote notification listener has been removed
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003