org.jboss.console.twiddle.command
Interface Command

All Superinterfaces:
Cloneable
All Known Implementing Classes:
AbstractCommand, CreateCommand, GetCommand, InfoCommand, InvokeCommand, JSR77Command, MBeanServerCommand, QueryCommand, ServerInfoCommand, SetAttrsCommand, SetCommand, UnregisterCommand, XMBeanCommand

public interface Command
extends Cloneable

???

Version:
$Revision: 1.6.6.1 $
Author:
Jason Dillon

Method Summary
 Object clone()
           
 void displayHelp()
           
 void execute(String[] args)
           
 String getDescription()
           
 String getName()
           
 void setCommandContext(CommandContext context)
           
 void unsetCommandContext()
           
 

Method Detail

getName

String getName()

getDescription

String getDescription()

displayHelp

void displayHelp()

setCommandContext

void setCommandContext(CommandContext context)

unsetCommandContext

void unsetCommandContext()

execute

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

clone

Object clone()


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