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
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.