com.sun.mfwk.cli
Class MfCliCibModule

java.lang.Object
  extended bycom.sun.mfwk.cli.MfCliCommand
      extended bycom.sun.mfwk.cli.MfCliCibModule
All Implemented Interfaces:
com.sun.cacao.commandstream.Command

public class MfCliCibModule
extends MfCliCommand

The basic echo command. It simply returns the arguments as the output message.

Since:
Cacao 1.0
Author:
Sun Microsystems, Inc.

Field Summary
 
Fields inherited from interface com.sun.cacao.commandstream.Command
ENV_CMD_DOMAIN_KEY, ENV_CMD_NAME_KEY, ERROR_CODE, SUCCESS_CODE
 
Constructor Summary
MfCliCibModule(javax.management.MBeanServer mbs)
           
 
Method Summary
 java.lang.String displayCIBModuleInfo(java.lang.String moduleName)
           
 java.lang.String displayCIBModules(java.lang.String[] cibModuleArray)
           
 
Methods inherited from class com.sun.mfwk.cli.MfCliCommand
execute, getMBeanServer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfCliCibModule

public MfCliCibModule(javax.management.MBeanServer mbs)
Method Detail

displayCIBModules

public java.lang.String displayCIBModules(java.lang.String[] cibModuleArray)

displayCIBModuleInfo

public java.lang.String displayCIBModuleInfo(java.lang.String moduleName)