IBM WebSphere Application ServerTM
Release 8

com.ibm.websphere.management.application
Class AppManagementBaseFactory

java.lang.Object
  extended by com.ibm.websphere.management.application.AppManagementBaseFactory

public class AppManagementBaseFactory
extends java.lang.Object

Base application management factory.


Constructor Summary
protected AppManagementBaseFactory()
          Constructor.
 
Method Summary
static AppManagement createAppManagementMBean()
          WebSphere internal use only.
static AppManagement createAppManagementMBean(java.lang.String configRoot)
          WebSphere internal use only.
static AppManagement createAppManagementMBean(java.lang.String configRoot, java.lang.String profileKey)
          WebSphere internal use only.
static com.ibm.ws.management.application.J2EEAppDeployment createJ2EEAppDeploymentMBean(java.lang.String configRoot)
          WebSphere internal use only.
static AppManagement createLocalAppManagementImpl()
          Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
static AppManagement createLocalAppManagementImpl(java.lang.String wasRoot)
          Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
static java.lang.String getTempExtractDir()
          Deprecated. 
static void initMBean(java.lang.String configRoot, java.lang.String cellName, java.lang.String nodeName, java.lang.String processName)
          Deprecated.  
 java.lang.String 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

IBM WebSphere Application ServerTM
Release 8