WBIAAdminMBean MBean

Partial ObjectName:
WebSphere:*,type=WBIAAdminMBean


MBean WBIAAdminMBean

MBean which provides a mechanism to communicate administrative commands, through the Java Messaging Service, to the connector component of the WebSphere Business Integration Adapter.


Operation Summary
java.lang.StringexecuteCommand(java.lang.String wbiaFactoryJNDIName, java.lang.String command)
           Sends the specified command to the connector component of the WebSphere Business Integration Adapter process represented by the resource.

Operation Detail

executeCommand

public java.lang.String executeCommand(java.lang.String wbiaFactoryJNDIName, java.lang.String command)
Sends the specified command to the connector component of the WebSphere Business Integration Adapter process represented by the resource. Acceptable commands include: status, activate, deactivate, suspend, resume, and shutdown.
Parameters:
wbiaFactoryJNDIName - WebSphere Business Integration Adapter JNDI Name.
command - The Administrative command to execute. Acceptable commands include: status, activate, deactivate, suspend, resume, and shutdown.
Since:
5.0.2
Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005