com.ibm.websphere.management.application
Class AppManagementBaseFactory
- java.lang.Object
-
- com.ibm.websphere.management.application.AppManagementBaseFactory
-
public class AppManagementBaseFactory extends java.lang.ObjectBase application management factory.
-
-
Constructor Summary
Constructors Modifier Constructor and Description protectedAppManagementBaseFactory()Constructor.
-
Method Summary
Methods Modifier and Type Method and Description static AppManagementcreateAppManagementMBean()WebSphere internal use only.static AppManagementcreateAppManagementMBean(java.lang.String configRoot)WebSphere internal use only.static AppManagementcreateAppManagementMBean(java.lang.String configRoot, java.lang.String profileKey)WebSphere internal use only.static com.ibm.ws.management.application.J2EEAppDeploymentcreateJ2EEAppDeploymentMBean(java.lang.String configRoot)WebSphere internal use only.static AppManagementcreateLocalAppManagementImpl()Deprecated.Do not call this method directly. Use static APIs on AppManagementProxy instead.static AppManagementcreateLocalAppManagementImpl(java.lang.String wasRoot)Deprecated.Do not call this method directly. Use static APIs on AppManagementProxy instead.static java.lang.StringgetTempExtractDir()Deprecated.static voidinitMBean(java.lang.String configRoot, java.lang.String cellName, java.lang.String nodeName, java.lang.String processName)Deprecated.java.lang.StringtoString()Returns a string representation of this object.
-
-
-
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:
toStringin classjava.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.ExceptionDeprecated.- Throws:
java.lang.Exception
-
-