|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.sco.queued.SetOperation
public class SetOperation
Set operation for a list.
| Constructor Summary | |
|---|---|
SetOperation(int index,
java.lang.Object value,
boolean allowCascadeDelete)
Constructor. |
|
| Method Summary | |
|---|---|
void |
perform(Store store,
StateManager sm)
Perform the add(Object) operation to the backing store. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetOperation(int index,
java.lang.Object value,
boolean allowCascadeDelete)
index - The position to setvalue - The value to use| Method Detail |
|---|
public void perform(Store store,
StateManager sm)
perform in interface QueuedOperationstore - The backing store to perform it onsm - StateManager for the owner of the map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||