ControlAdminService MBean

Partial ObjectName:
WebSphere:*,type=ControlAdminService


MBean ControlAdminService

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

Since:

6.0


Operation Summary

voidcleanupAdjunctJVM(java.lang.String stoken)
           Notify proxy MBeans that an Adjunct JVM has gone away and any associated Servant MBean references need to be cleaned up.
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(javax.management.ObjectName name)
           Notify proxy MBeans that a remote notification listener has been registered with the Control JVM.
voidremoteListenerRemoved(javax.management.ObjectName name)
           Notify proxy MBeans that a remote notification listener has been removed from the Control JVM.
voidstartupServantJVM(java.lang.String stoken)
           Notify downstream notification service that a new servant is active.
voidstartupAdjunctJVM(java.lang.String stoken)
           Notify downstream notification service that a new adjunct is active.

Notification Summary

websphere.ws390.servant.started
           A Servant JVM has started
websphere.ws390.adjunct.started
           An Adjunct JVM has started
websphere.ws390.servant.terminated
           A Servant JVM has terminated
websphere.ws390.adjunct.terminated
           A Adjunct 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

cleanupAdjunctJVM

public void cleanupAdjunctJVM(java.lang.String stoken)

     Notify proxy MBeans that an Adjunct JVM has gone away and any associated Servant MBean references need to be cleaned up.

Parameters:

     stoken - Adjunct token to identify JVM that has been removed.

Security Roles:

     administrator
     operator


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.

Security Roles:

     administrator
     operator


remoteListenerAdded

public void remoteListenerAdded(javax.management.ObjectName name)

     Notify proxy MBeans that a remote notification listener has been registered with the Control JVM.

Parameters:

     name - Object name of MBean for which a remote listener has been added.

Security Roles:

     administrator
     operator


remoteListenerRemoved

public void remoteListenerRemoved(javax.management.ObjectName name)

     Notify proxy MBeans that a remote notification listener has been removed from the Control JVM.

Parameters:

     name - Object name of MBean for which a remote listener has been removed.

Security Roles:

     administrator
     operator


startupServantJVM

public void startupServantJVM(java.lang.String stoken)

     Notify downstream notification service that a new servant is active.

Parameters:

     stoken - Servant token to identify JVM that has been started.

Security Roles:

     administrator
     operator


startupAdjunctJVM

public void startupAdjunctJVM(java.lang.String stoken)

     Notify downstream notification service that a new adjunct is active.

Parameters:

     stoken - Adjunct token to identify JVM that has been started.

Security Roles:

     administrator
     operator


Notification Detail

websphere.ws390.servant.started

     A Servant JVM has started

Severity:

6  (Normal, Cleared, or Informative)


websphere.ws390.adjunct.started

     An Adjunct JVM has started

Severity:

6  (Normal, Cleared, or Informative)


websphere.ws390.servant.terminated

     A Servant JVM has terminated

Severity:

6  (Normal, Cleared, or Informative)


websphere.ws390.adjunct.terminated

     A Adjunct 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 Corporation 2002, 2012