|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.space4j.Command
org.space4j.command.RemoveObjectCmd
public class RemoveObjectCmd
| Constructor Summary | |
|---|---|
RemoveObjectCmd(java.lang.Object key)
|
|
| Method Summary | |
|---|---|
int |
execute(Space space)
This method accesses the Space and its objects to do any modifications it wants. |
| Methods inherited from class org.space4j.Command |
|---|
executeSQL, getLogNumber, getReplicaId, setLogNumber, setReplicaId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveObjectCmd(java.lang.Object key)
| Method Detail |
|---|
public int execute(Space space)
throws CommandException
Command
execute in class Commandspace - The Space where the objects are stored.
CommandException - If there was an error executing this command.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||