当前页面:
在线文档首页 >
JBoss 3.2.7 console API Documentation 英文版文档
Twiddle (JBoss Console API) - JBoss 3.2.7 console API Documentation 英文版文档
org.jboss.console.twiddle
Class Twiddle
java.lang.Object
org.jboss.console.twiddle.Twiddle
- public class Twiddle
- extends Object
A command to invoke an operation on an MBean (or MBeans).
- Version:
- $Revision: 1.7.2.8 $
- Author:
- Jason Dillon, Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROGRAM_NAME
public static final String PROGRAM_NAME
CMD_PROPERTIES
public static final String CMD_PROPERTIES
- See Also:
- Constant Field Values
DEFAULT_JNDI_NAME
public static final String DEFAULT_JNDI_NAME
- See Also:
- Constant Field Values
Twiddle
public Twiddle(PrintWriter out,
PrintWriter err)
setServerURL
public void setServerURL(String url)
setAdapterName
public void setAdapterName(String name)
setQuiet
public void setQuiet(boolean flag)
addCommandPrototype
public void addCommandPrototype(Command proto)
createCommand
public Command createCommand(String name)
throws NoSuchCommandException,
Exception
- Throws:
NoSuchCommandException
Exception
displayCommandList
public void displayCommandList()
main
public static void main(String[] args)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.