ApplicationManager MBean

Partial ObjectName:
WebSphere:*,type=ApplicationManager


MBean ApplicationManager

Interface for managing the lifecycle of applications.


Operation Summary
voidstartApplication(java.lang.String applicationName)
           Start Application
java.lang.Boolean_canStopApplication(java.lang.String applicationName)
           Can Stop Application
voidstopApplication(java.lang.String applicationName)
           Stop Application
void_startModule(java.lang.String applicationName, java.lang.String moduleURI)
           Start Application Module - This method is intended for WebSphere internal use only.
void_stopModule(java.lang.String applicationName, java.lang.String moduleURI)
           Stop Application Module - This method is intended for WebSphere internal use only.
void_applicationInstalled(java.lang.String applicationName)
           This method is intended for WebSphere internal use only.
void_applicationUninstalled(java.lang.String applicationName)
           This method is intended for WebSphere internal use only.

Operation Detail

startApplication

public void startApplication(java.lang.String applicationName)
Start Application
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

_canStopApplication

public java.lang.Boolean _canStopApplication(java.lang.String applicationName)
Can Stop Application
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

stopApplication

public void stopApplication(java.lang.String applicationName)
Stop Application
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

_startModule

public void _startModule(java.lang.String applicationName, java.lang.String moduleURI)
Start Application Module - This method is intended for WebSphere internal use only. Its function is undocumented and is subject to change at any time.
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

moduleURI - Module Name
Security Roles:
administrator
operator

_stopModule

public void _stopModule(java.lang.String applicationName, java.lang.String moduleURI)
Stop Application Module - This method is intended for WebSphere internal use only. Its function is undocumented and is subject to change at any time.
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

moduleURI - Module Name
Security Roles:
administrator
operator

_applicationInstalled

public void _applicationInstalled(java.lang.String applicationName)
This method is intended for WebSphere internal use only. Its function is undocumented and is subject to change at any time.
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

_applicationUninstalled

public void _applicationUninstalled(java.lang.String applicationName)
This method is intended for WebSphere internal use only. Its funcitn is undocumented and subject to change at any time.
Parameters:
applicationName - Application Name
ResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter

Security Roles:
administrator
operator

Copyright IBM Corp. 1996-2005