|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.store.types.queued.AddAtOperation
public class AddAtOperation
Add operation at a position for a list.
| Constructor Summary | |
|---|---|
AddAtOperation(ObjectProvider op,
ListStore store,
int index,
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. |
void |
perform()
Perform the add(int, Object) operation on the specified list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddAtOperation(ObjectProvider op,
ListStore store,
int index,
Object value)
| Method Detail |
|---|
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 | |||||||||