WebSphere:*,type=ApplicationManager
MBean ApplicationManager
Interface for managing the lifecycle of applications.
Operation Summary | |
---|---|
void | startApplication( Start Application |
java.lang.Boolean | _canStopApplication( Can Stop Application |
void | stopApplication( Stop Application |
void | _startModule( Start Application Module - This method is intended for WebSphere internal use only. |
void | _stopModule( Stop Application Module - This method is intended for WebSphere internal use only. |
void | _applicationInstalled( This method is intended for WebSphere internal use only. |
void | _applicationUninstalled( This method is intended for WebSphere internal use only. |
Operation Detail |
---|
public void startApplication(
java.lang.String applicationName
)
Start Application
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
administrator
operator
public java.lang.Boolean _canStopApplication(
java.lang.String applicationName
)
Can Stop Application
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
administrator
operator
public void stopApplication(
java.lang.String applicationName
)
Stop Application
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
administrator
operator
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.
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
moduleURI
-
Module Name
administrator
operator
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.
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
moduleURI
-
Module Name
administrator
operator
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.
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
administrator
operator
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.
applicationName
-
Application NameResourceInstanceIdentifier
The resource being modified for the MBean is of type Application
The instance is identified by the value of the parameter
administrator
operator