J2CMessageEndpoint MBean

Partial ObjectName:
WebSphere:*,type=J2CMessageEndpoint


MBean J2CMessageEndpoint

Management interface for a message endpoint.


Operation Summary
pause()
           Deactivate this message endpoint.
resume()
           Activate this message endpoint.
java.lang.IntegergetStatus()
           Return the state of this message endpoint: 1 (Active), 2 (Inactive), 3 (Stopped).
java.lang.StringgetActivationProperties()
           Return a comma-delimited list of activation properties for this message endpoint.

Operation Detail

pause

public  pause()
Deactivate this message endpoint.
Security Roles:
administrator
operator

resume

public  resume()
Activate this message endpoint.
Security Roles:
administrator
operator

getStatus

public java.lang.Integer getStatus()
Return the state of this message endpoint: 1 (Active), 2 (Inactive), 3 (Stopped).
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getActivationProperties

public java.lang.String getActivationProperties()
Return a comma-delimited list of activation properties for this message endpoint.
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Copyright IBM Corp. 1996-2005