com.ibm.websphere.management.application
Class AppManagementBaseFactory
java.lang.Object
|
+--com.ibm.websphere.management.application.AppManagementBaseFactory
- public class AppManagementBaseFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppManagementBaseFactory
public AppManagementBaseFactory()
createLocalAppManagementImpl
public static AppManagement createLocalAppManagementImpl()
- 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)
- 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