public final class CommandMgrInitializer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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()
|
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()