|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.management.cmdframework.CommandMgrInitializer
public final class CommandMgrInitializer
Initialize proper implementation of the commandMgr depending on specified command execution environment. Three command execution environments are supported: client mode, server mode and local mode. Corresponding initialize methods are provided for each command execution environment.
Method Summary | |
---|---|
static void |
initializeClientMode(AdminClient adminclient)
Deprecated. Replaced by CommandMgr.getCommandMgr(AdminClient adminclient) |
static void |
initializeLocalMode()
Deprecated. Replaced by CommandMgr.getCommandMgr() |
static void |
initializeServerMode()
Deprecated. Replaced by CommandMgr.getCommandMgr() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void initializeClientMode(AdminClient adminclient) throws CommandMgrInitException
adminclient
- the adminClient object that represents a remote server for
command execution.
CommandMgrInitException
public static void initializeServerMode()
public static void initializeLocalMode()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |