AdminAgent MBean

Partial ObjectName:
WebSphere:*,type=AdminAgent


MBean AdminAgent

AdminSerivce mbean that provides missing interfaces for AdminClient to JSR160Clients


Operation Summary
voidinitializeAdminSubsystem(java.lang.String uuid)
          
voidstartAdminSubsystem(java.lang.String uuid)
          
voidstopAdminSubsystem(java.lang.String uuid)
          
voiddestroyAdminSubsystem(java.lang.String uuid)
          
java.lang.String[]listManagedNodesUUIDs()
           Returns a list of UUIDs for all managed nodes
java.util.MapgetManagedNodeInfo(java.lang.String uuid)
           Returns the properties as stored in the ManagedNode configuration object for the given managed node
booleanisAdminSubsystemStarted(java.lang.String uuid)
           Check if admin subsystem started.

Notification Summary
websphere.management.admin.agent.subsystem.init
           An admin subsystem has been initiailized by the AdminAgent
websphere.management.admin.agent.subsystem.start
           An admin SubSystem has been started by the AdminAgent
websphere.management.admin.agent.subsystem.stop
           An admin subsystem has been stopped by the AdminAgent
websphere.management.admin.agent.subsystem.destroy
           An admin subsystem has been destroyed by the AdminAgent

Operation Detail

initializeAdminSubsystem

public void initializeAdminSubsystem(java.lang.String uuid)
Parameters:
uuid - UUID of managed node to be initialized
Security Roles:
administrator
operator

startAdminSubsystem

public void startAdminSubsystem(java.lang.String uuid)
Parameters:
uuid - UUID of managed node to be started
Security Roles:
administrator
operator

stopAdminSubsystem

public void stopAdminSubsystem(java.lang.String uuid)
Parameters:
uuid - UUID of managed node to be stopped
Security Roles:
administrator
operator

destroyAdminSubsystem

public void destroyAdminSubsystem(java.lang.String uuid)
Parameters:
uuid - UUID of managed node to be destroyed
Security Roles:
administrator
operator

listManagedNodesUUIDs

public java.lang.String[] listManagedNodesUUIDs()
Returns a list of UUIDs for all managed nodes
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

getManagedNodeInfo

public java.util.Map getManagedNodeInfo(java.lang.String uuid)
Returns the properties as stored in the ManagedNode configuration object for the given managed node
Parameters:
uuid - UUID of managed node
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

isAdminSubsystemStarted

public boolean isAdminSubsystemStarted(java.lang.String uuid)
Check if admin subsystem started.
Parameters:
uuid - UUID of managed node to be checked
Security Roles:
administrator
operator
configurator
monitor
deployer
adminsecuritymanager

Notification Detail

websphere.management.admin.agent.subsystem.init

An admin subsystem has been initiailized by the AdminAgent
Severity:
5  (Warning)

websphere.management.admin.agent.subsystem.start

An admin SubSystem has been started by the AdminAgent
Severity:
5  (Warning)

websphere.management.admin.agent.subsystem.stop

An admin subsystem has been stopped by the AdminAgent
Severity:
5  (Warning)

websphere.management.admin.agent.subsystem.destroy

An admin subsystem has been destroyed by the AdminAgent
Severity:
5  (Warning)

Copyright IBM Corp. 1996-2005