com.ibm.websphere.management.application
Class AppManagementBaseFactory
- java.lang.Object
com.ibm.websphere.management.application.AppManagementBaseFactory
- public class AppManagementBaseFactory
- extends java.lang.Object
Constructor Summary
Modifier | Constructor and Description |
---|---|
|
AppManagementBaseFactory()
Constructor.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
createAppManagementMBean()
WebSphere internal use only.
|
|
createAppManagementMBean(java.lang.String configRoot)
WebSphere internal use only.
|
|
createAppManagementMBean(java.lang.String configRoot,java.lang.String profileKey)
WebSphere internal use only.
|
|
createJ2EEAppDeploymentMBean(java.lang.String configRoot)
WebSphere internal use only.
|
|
createLocalAppManagementImpl()
Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
|
|
createLocalAppManagementImpl(java.lang.String wasRoot)
Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
|
|
getTempExtractDir()
Deprecated.
|
|
initMBean(java.lang.String configRoot,java.lang.String cellName,java.lang.String nodeName,java.lang.String processName)
Deprecated.
|
|
toString()
Returns a string representation of this object.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
AppManagementBaseFactory
- protected AppManagementBaseFactory( )
Constructor.
Method Detail
createAppManagementMBean
- public static AppManagement createAppManagementMBean( )
WebSphere internal use only.
Create AppManagement MBean instance.
Returns:
AppManagement
createAppManagementMBean
- public static AppManagement createAppManagementMBean( java.lang.String configRoot)
WebSphere internal use only.
Create AppManagement MBean instance.
Parameters:
configRoot
- Returns:
AppManagement
createAppManagementMBean
- public static AppManagement createAppManagementMBean( java.lang.String configRoot,
- java.lang.String profileKey)
WebSphere internal use only.
Create AppManagement MBean instance.
Parameters:
configRoot
- profileKey
- Returns:
AppManagement
createJ2EEAppDeploymentMBean
- public static com.ibm.ws.management.application.J2EEAppDeployment createJ2EEAppDeploymentMBean( java.lang.String configRoot)
WebSphere internal use only.
Create J2EEAppDeployment MBean instance.
Parameters:
configRoot
- Returns:
J2EEAppDeployment
getTempExtractDir
- @Deprecated
- public static java.lang.String getTempExtractDir( )
Deprecated.
Get temp extract directory.
Returns:
String
toString
- public java.lang.String toString( )
Returns a string representation of this object.
Overrides:
toString
in class java.lang.Object
Returns:
a string representation of this object.
createLocalAppManagementImpl
- public static AppManagement createLocalAppManagementImpl( )
Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
Returns:
The AppManagement instance
createLocalAppManagementImpl
- public static AppManagement createLocalAppManagementImpl( java.lang.String wasRoot)
Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
Parameters:
wasRoot
- The $WAS_HOME env variable Returns:
The AppManagement instance
initMBean
- public static void initMBean(java.lang.String configRoot,
- java.lang.String cellName,
- java.lang.String nodeName,
- java.lang.String processName)
- throws java.lang.Exception
Deprecated.
Throws:
java.lang.Exception