Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.console » twiddle » [javadoc | source]
org.jboss.console.twiddle
public class: Twiddle [javadoc | source]
java.lang.Object
   org.jboss.console.twiddle.Twiddle
A command to invoke an operation on an MBean (or MBeans).
Field Summary
public static final  String PROGRAM_NAME     
public static final  String CMD_PROPERTIES     
public static final  String DEFAULT_JNDI_NAME     
Constructor:
 public Twiddle(PrintWriter out,
    PrintWriter err) 
Method from org.jboss.console.twiddle.Twiddle Summary:
addCommandPrototype,   createCommand,   displayCommandList,   main,   setAdapterName,   setQuiet,   setServerURL
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.console.twiddle.Twiddle Detail:
 public  void addCommandPrototype(Command proto) 
 public Command createCommand(String name) throws Exception, NoSuchCommandException 
 public  void displayCommandList() 
 public static  void main(String[] args) 
 public  void setAdapterName(String name) 
 public  void setQuiet(boolean flag) 
 public  void setServerURL(String url)