JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Supports the lookup and MBean registration of SAS IOM servers.

List of MBean attributes:

Name Type Access Value Description

List of MBean operations:


javax.management.openmbean.TabularData listDefinedServers()

Get the list of all IOM servers defined in the Metadata Server.


java.lang.String manageServerByName()

Register the MBean for the specified IOM server running on the specified host; this allows the server to be managed directly by the newly registered MBean.

Param ParamType ParamValue ParamDescription
Server Name java.lang.String The name of the IOM server to manage.
Host java.lang.String The host on which the IOM server is running; this may be blank if the server is not configured to run on multiple hosts.

void manageServer()

Register the MBean for the specified IOM server; this allows the server to be managed directly by the newly registered MBean.

Param ParamType ParamValue ParamDescription
Host java.lang.String The host on which the IOM server is running.
Port java.lang.Integer The port on which the IOM server is running.
User name java.lang.String The user name to use when binding to the IOM server.
Password java.lang.String The password to use when binding to the IOM server.