|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.queued.AddOperation
public class AddOperation
Add operation for a collection.
| Constructor Summary | |
|---|---|
AddOperation(ObjectProvider op,
CollectionStore store,
Object value)
|
|
| Method Summary | |
|---|---|
ObjectProvider |
getObjectProvider()
The object provider that this operation is performed on. |
Store |
getStore()
The backing store that this queued operation relates to. |
Object |
getValue()
Accessor for the value being added. |
void |
perform()
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 AddOperation(ObjectProvider op,
CollectionStore store,
Object value)
| Method Detail |
|---|
public Object getValue()
public void perform()
perform in interface QueuedOperationpublic Store getStore()
QueuedOperation
getStore in interface QueuedOperationpublic ObjectProvider getObjectProvider()
QueuedOperation
getObjectProvider in interface QueuedOperation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||