|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sapia.ubik.rmi.server.command.Command
public abstract class Command
A command class - implements the Command pattern.
| Constructor Summary | |
|---|---|
Command()
Constructor for Command. |
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
execute()
This method executes this command. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Command()
| Method Detail |
|---|
public abstract java.lang.Object execute()
throws java.lang.Throwable
execute in interface Executablejava.lang.Throwable - if an error occurs executing this command.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||