com.ibm.websphere.management.cmdframework

Class CommandMgr

  • java.lang.Object
    • com.ibm.websphere.management.cmdframework.CommandMgr


  • public abstract class CommandMgr
    extends java.lang.Object
    Main interface for the command framework component.

    Wherever the term of admin command is referred here, it refers to either a simple admin command AdminCommand or a complex admin command, i.e. a TaskCommand that includes multiple CommandSteps

    Each admin command and command group must have a unique non-localized name for user to identify the command or command group. The concept of command group is introduced to group a set of related commands together so that users can find the related commands easily. A command may belong to multiple command groups if a command may be used in multiple areas. In other words, a command group does not own the commands in the group.

    This class provides following areas of functionalities:

    • query available admin commands and admin command groups
    • query meta data regarding to any admin command.
    • create an admin command
    • load a serialized admin command
    • basic command history functionality
IBM WebSphere Application ServerTM
Release 8.5