WebSphere:*,type=RemoteCommandMgr
MinimalAccessCheck:
MBean RemoteCommandMgr
Remote Command Manager for Command Framework
Operation Summary | |
java.util.ArrayList | listCommandGroups() List available command groups |
java.util.ArrayList | listCommands( List available commands in command group |
java.util.ArrayList | listCommands() List available commands |
java.util.ArrayList | listAllCommands() List All available commands |
com.ibm.websphere.management.cmdframework.CommandResult | execute( execute a admin command. |
com.ibm.websphere.management.cmdframework.CommandResult | execute( execute a admin task command. |
com.ibm.ws.management.cmdframework.impl.EObjectSerializer | getCurrentStep( Returns current step in the task |
java.util.ArrayList | getCurrentStepInList( Returns current step in the task in ArrayList format |
java.util.ArrayList | contructSteps( Construct steps in the task |
com.ibm.ws.management.cmdframework.impl.EObjectSerializer | getCommandGroupMetaInfo( returns the group meta information for the specified command. |
com.ibm.ws.management.cmdframework.impl.EObjectSerializer | getCommandMetaInfo( returns the meta information for the specified command. |
java.util.Collection | getAllCommandMetaInfo( returns the meta information for the all commands. |
java.util.Collection | getAllCommandGrpMetaInfo( returns the group meta information for the all command groups. |
com.ibm.ws.management.cmdframework.impl.TaskCommandSession | getCmdSession( Get admin command session |
com.ibm.websphere.management.cmdframework.CommandResult | executeAsync( execute an async admin command. |
java.util.ArrayList | processTaskParameters( process task parameters |
Operation Detail |
public java.util.ArrayList listCommandGroups()
public java.util.ArrayList listCommands(java.lang.String commandGroup
)
commandGroup
-
command group name
public java.util.ArrayList listCommands()
public java.util.ArrayList listAllCommands()
public com.ibm.websphere.management.cmdframework.CommandResult execute(com.ibm.ws.management.cmdframework.impl.EObjectSerializer command
)
command
-
command parameter
public com.ibm.websphere.management.cmdframework.CommandResult execute(com.ibm.ws.management.cmdframework.impl.TaskCommandSession session,
com.ibm.ws.management.cmdframework.impl.EObjectSerializer command
)
session
-
command parameter1command
-
command parameter2
public com.ibm.ws.management.cmdframework.impl.EObjectSerializer getCurrentStep(com.ibm.ws.management.cmdframework.impl.TaskCommandSession session,
com.ibm.ws.management.cmdframework.impl.EObjectSerializer cliCmdStepDataEObj,
java.lang.Integer operationType,
java.lang.String operationType
)
session
-
The session for the taskcliCmdStepDataEObj
-
The step data from clientoperationType
-
The operation to performoperationType
-
The step to goto perform
public java.util.ArrayList getCurrentStepInList(com.ibm.ws.management.cmdframework.impl.TaskCommandSession session,
com.ibm.ws.management.cmdframework.impl.EObjectSerializer cliCmdStepDataEObj,
java.lang.Integer operationType,
java.lang.String operationType
)
session
-
The session for the taskcliCmdStepDataEObj
-
The step data from clientoperationType
-
The operation to performoperationType
-
The step to goto perform
public java.util.ArrayList contructSteps(java.lang.String taskCmdName
)
taskCmdName
-
The name for the task
public com.ibm.ws.management.cmdframework.impl.EObjectSerializer getCommandGroupMetaInfo(java.lang.String commandGrpName,
java.util.Locale locale
)
commandGrpName
-
Command group name to look up command metadata locale
-
The locale of the client
public com.ibm.ws.management.cmdframework.impl.EObjectSerializer getCommandMetaInfo(java.lang.String commandName,
java.util.Locale locale
)
commandName
-
Command name to look up command metadata locale
-
The locale of the client
public java.util.Collection getAllCommandMetaInfo(java.util.Locale locale
)
locale
-
The locale of the client
public java.util.Collection getAllCommandGrpMetaInfo(java.util.Locale locale
)
locale
-
The locale of the client
public com.ibm.ws.management.cmdframework.impl.TaskCommandSession getCmdSession(java.lang.String commandName
)
commandName
-
command name
public com.ibm.websphere.management.cmdframework.CommandResult executeAsync(com.ibm.ws.management.cmdframework.impl.TaskCommandSession session,
com.ibm.ws.management.cmdframework.impl.EObjectSerializer command
)
session
-
command parameter1command
-
command parameter2
public java.util.ArrayList processTaskParameters(com.ibm.ws.management.cmdframework.impl.TaskCommandSession session,
com.ibm.ws.management.cmdframework.impl.EObjectSerializer command
)
session
-
command parameter1command
-
command parameter2