com.ibm.websphere.management.application

Class AppManagementBaseFactory

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.application.AppManagementBaseFactory

  1. public class AppManagementBaseFactory
  2. extends java.lang.Object
Base application management factory.

Constructor Summary

Modifier Constructor and Description
  1. protected
AppManagementBaseFactory()
Constructor.

Method Summary

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

  1. protected AppManagementBaseFactory( )
Constructor.

Method Detail

createAppManagementMBean

  1. public static AppManagement createAppManagementMBean( )
WebSphere internal use only. Create AppManagement MBean instance.
Returns:
AppManagement

createAppManagementMBean

  1. public static AppManagement createAppManagementMBean( java.lang.String configRoot)
WebSphere internal use only. Create AppManagement MBean instance.
Parameters:
configRoot -
Returns:
AppManagement

createAppManagementMBean

  1. public static AppManagement createAppManagementMBean( java.lang.String configRoot,
  2. java.lang.String profileKey)
WebSphere internal use only. Create AppManagement MBean instance.
Parameters:
configRoot -
profileKey -
Returns:
AppManagement

createJ2EEAppDeploymentMBean

  1. 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

  1. @Deprecated
  2. public static java.lang.String getTempExtractDir( )
Deprecated.
Get temp extract directory.
Returns:
String

toString

  1. 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

  1. public static AppManagement createLocalAppManagementImpl( )
Deprecated. Do not call this method directly. Use static APIs on AppManagementProxy instead.
Returns:
The AppManagement instance

createLocalAppManagementImpl

  1. 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

  1. public static void initMBean(java.lang.String configRoot,
  2. java.lang.String cellName,
  3. java.lang.String nodeName,
  4. java.lang.String processName)
  5. throws java.lang.Exception
Deprecated.
Throws:
java.lang.Exception