|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| org.jpox.sco.queued | This package provides classes allowing SCO containers to queue mutating commands (add, remove, clear etc). |
| org.jpox.store | Package handling the storage of classes to the datastore, and the management of the datastore. |
| org.jpox.store.scostore | Package providing backing store definitions for SCO stores. |
| Uses of Store in org.jpox.sco.queued |
|---|
| Methods in org.jpox.sco.queued with parameters of type Store | |
|---|---|
void |
AddAtOperation.perform(Store store,
StateManager sm)
Perform the add(int, Object) operation on the specified list. |
void |
SetOperation.perform(Store store,
StateManager sm)
Perform the add(Object) operation to the backing store. |
void |
ClearOperation.perform(Store store,
StateManager sm)
Perform the add(Object) operation on the specified backing store. |
void |
AddOperation.perform(Store store,
StateManager sm)
Perform the add(Object) operation to the backing store. |
void |
RemoveOperation.perform(Store store,
StateManager sm)
Perform the remove(Object) operation on the specified container. |
void |
QueuedOperation.perform(Store store,
StateManager sm)
Method to perform the operation once we are no longer queueing. |
void |
PutOperation.perform(Store store,
StateManager sm)
Perform the add(Object) operation to the backing store. |
void |
RemoveAtOperation.perform(Store store,
StateManager sm)
Perform the remove(Object) operation on the specified container. |
| Uses of Store in org.jpox.store |
|---|
| Methods in org.jpox.store that return Store | |
|---|---|
Store |
AbstractStoreManager.getBackingStoreForField(ClassLoaderResolver clr,
AbstractMemberMetaData fmd,
java.lang.Class type)
|
Store |
StoreManager.getBackingStoreForField(ClassLoaderResolver clr,
AbstractMemberMetaData fmd,
java.lang.Class type)
Accessor for the backing store for the specified field. |
Store |
FederationManager.getBackingStoreForField(ClassLoaderResolver clr,
AbstractMemberMetaData fmd,
java.lang.Class type)
|
| Uses of Store in org.jpox.store.scostore |
|---|
| Subinterfaces of Store in org.jpox.store.scostore | |
|---|---|
interface |
ArrayStore
Interface representation of the backing store for an array. |
interface |
CollectionStore
Interface representation of the backing store for a Collection. |
interface |
ListStore
Interface representation of the backing store for a List. |
interface |
MapStore
Interface representation of the backing store for a Map. |
interface |
SetStore
Interface representation of the backing store for a Set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||