|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.sco.queued.RemoveMapOperation
public class RemoveMapOperation
Remove operation for a collection or map.
| Constructor Summary | |
|---|---|
RemoveMapOperation(java.lang.Object value)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getValue()
Accessor for the value being removed. |
void |
perform(MapStore store,
ObjectProvider sm)
Perform the remove(Object) operation on the specified container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveMapOperation(java.lang.Object value)
value - The value to remove| Method Detail |
|---|
public java.lang.Object getValue()
public void perform(MapStore store,
ObjectProvider sm)
perform in interface QueuedOperation<MapStore>store - The backing store to perform it onsm - StateManager for the owner of the container
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||