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

InvokeCommand (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档


org.jboss.console.twiddle.command
Class InvokeCommand

java.lang.Object
  extended byorg.jboss.console.twiddle.command.AbstractCommand
      extended byorg.jboss.console.twiddle.command.MBeanServerCommand
          extended byorg.jboss.console.twiddle.command.InvokeCommand
All Implemented Interfaces:
Cloneable, Command

public class InvokeCommand
extends MBeanServerCommand

Invoke an operation on an MBean.

Version:
$Revision: 1.3.2.5 $
Author:
Jason Dillon, Scott.Stark@jboss.org

Field Summary
static int QUERY_ALL
           
static int QUERY_FIRST
           
 
Fields inherited from class org.jboss.console.twiddle.command.AbstractCommand
context, desc, log, name
 
Constructor Summary
InvokeCommand()
           
 
Method Summary
 void displayHelp()
           
 void execute(String[] args)
           
 
Methods inherited from class org.jboss.console.twiddle.command.MBeanServerCommand
createObjectName, getMBeanServer, queryMBeans
 
Methods inherited from class org.jboss.console.twiddle.command.AbstractCommand
clone, getDescription, getName, setCommandContext, unsetCommandContext
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUERY_FIRST

public static final int QUERY_FIRST
See Also:
Constant Field Values

QUERY_ALL

public static final int QUERY_ALL
See Also:
Constant Field Values
Constructor Detail

InvokeCommand

public InvokeCommand()
Method Detail

displayHelp

public void displayHelp()

execute

public void execute(String[] args)
             throws Exception
Throws:
Exception


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