站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 console API Documentation 英文版文档

Uses of Interface org.jboss.console.twiddle.command.Command (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


Uses of Interface
org.jboss.console.twiddle.command.Command

Packages that use Command
org.jboss.console.twiddle   
org.jboss.console.twiddle.command   
 

Uses of Command in org.jboss.console.twiddle
 

Methods in org.jboss.console.twiddle that return Command
 Command Twiddle.createCommand(String name)
           
 

Methods in org.jboss.console.twiddle with parameters of type Command
 void Twiddle.addCommandPrototype(Command proto)
           
 

Uses of Command in org.jboss.console.twiddle.command
 

Classes in org.jboss.console.twiddle.command that implement Command
 class AbstractCommand
          An abstract command.
 class CreateCommand
          Create an MBean.
 class GetCommand
          Get the values of one or more MBean attributes.
 class InfoCommand
          Query the MBeanInfo for an MBean
 class InvokeCommand
          Invoke an operation on an MBean.
 class MBeanServerCommand
          An abstract command to opperate on an MBeanServer.
 class QueryCommand
          Query the server for a list of matching MBeans.
 class ServerInfoCommand
          Get information about the server.
 class SetAttrsCommand
          Sets one or more attributes in an MBean
 class SetCommand
          Set the values of one MBean attribute.
 class UnregisterCommand
          Unregister one or more MBeans.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.