|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FOStorePMF | |
org.apache.jdo.impl.fostore | This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). |
Uses of FOStorePMF in org.apache.jdo.impl.fostore |
Fields in org.apache.jdo.impl.fostore declared as FOStorePMF | |
private FOStorePMF |
FOStoreConnectionFactory.pmf
|
protected FOStorePMF |
AbstractRequest.pmf
PersistenceManagerFactory via which request is being done. |
private FOStorePMF |
FOStoreConnector.pmf
Datasource to which this Connector writes its Message. |
private static FOStorePMF |
Dumper.pmf
|
private FOStorePMF |
FOStoreStoreManager.pmf
|
Methods in org.apache.jdo.impl.fostore that return FOStorePMF | |
FOStorePMF |
FOStoreConnectionFactory.getPMF()
Provides PersistenceManagerFactory for connections |
Methods in org.apache.jdo.impl.fostore with parameters of type FOStorePMF | |
(package private) static AID |
AID.create(java.lang.Class pcClass,
javax.jdo.spi.PersistenceCapable pc,
java.lang.Object userOid,
PersistenceManagerInternal pm,
FOStorePMF pmf)
Create and return a new instance of AID. |
(package private) void |
AID.replaceProvisionalOIDWithReal(OID realOID,
FOStorePMF pmf,
StateManagerInternal sm)
Replaces provisional oid with real oid (datastore identity only) |
(package private) void |
AID.copyKeyFieldsToPC(StateManagerInternal sm,
FOStorePMF pmf,
java.lang.Class pcClass,
int[] pkfields)
Copy key fields from OID into PC instance. |
private void |
AID.createBuffer(java.lang.Object userOid,
java.lang.Class pcClass,
FOStorePMF pmf,
boolean fromPC,
javax.jdo.spi.PersistenceCapable pc)
|
private void |
AID.setSuperCLIDBits(java.lang.Class pcClass,
java.lang.Class keyClass,
PersistenceManagerInternal pm,
FOStorePMF pmf)
Sets CLID bits for the superclass that corresponds to the user defined key class. |
(package private) void |
OID.replaceProvisionalOIDWithReal(OID realOID,
FOStorePMF pmf,
StateManagerInternal sm)
Replaces provisional oid with real oid (datastore identity only) |
(package private) void |
OID.copyKeyFieldsToPC(StateManagerInternal sm,
FOStorePMF pmf,
java.lang.Class pcClass,
int[] pkfields)
Copy key fields from OID into PC instance. |
(package private) java.lang.Class |
OID.getPCClass(FOStorePMF pmf)
Returns Class that defined OID. |
void |
FOStoreConnectionFactory.setPMF(FOStorePMF pmf)
Sets PersistenceManagerFactory for connections |
(package private) OID |
FOStoreModel.bind(java.lang.Class cls,
int type,
javax.jdo.spi.PersistenceCapable pc,
java.lang.Object oid,
PersistenceManagerInternal pm,
FOStorePMF pmf)
Causes the given class mapped to an OID. |
CreateOIDRequest |
RequestFactory.getCreateOIDRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
OID oid,
PersistenceManagerInternal pm)
Creates a request object that will get a datastore OID for a provisional OID. |
ActivateClassRequest |
RequestFactory.getActivateClassRequest(java.lang.Class cls,
Message m,
FOStorePMF pmf)
Creates a request object to activate the class corresponding to the given oid. |
InsertRequest |
RequestFactory.getInsertRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
Creates a request object to cause a persistent object to be inserted into the datastore. |
UpdateRequest |
RequestFactory.getUpdateRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
java.util.BitSet loadedFields,
java.util.BitSet dirtyFields,
boolean optimistic)
Creates a request object to cause one or more fields of a persistent object to be updated in the store. |
VerifyRequest |
RequestFactory.getVerifyRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
boolean verifyFields,
java.util.BitSet loadedFields)
Creates a request object to verify that in-memory data is the same as that in the database. |
FetchRequest |
RequestFactory.getFetchRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
Creates a request object to cause one or more fields of a persistent object to be read from the store. |
DeleteRequest |
RequestFactory.getDeleteRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
Creates a request object to cause a persistent object in the store to be deleted. |
GetClassRequest |
RequestFactory.getGetClassRequest(CLID clid,
Message m,
FOStorePMF pmf,
PersistenceManagerInternal pm)
Creates a request object to cause the java.lang.Class associated with the given CLID to be provided. |
BeginTxRequest |
RequestFactory.getBeginTxRequest(Message m,
FOStorePMF pmf,
boolean optimistic)
Creates a request object which notifies the store of the kind of transaction that is starting. |
CommitRequest |
RequestFactory.getCommitRequest(Message m,
FOStorePMF pmf)
Creates a request object which causes previous operations to commit. |
RollbackRequest |
RequestFactory.getRollbackRequest(Message m,
FOStorePMF pmf)
Creates a request object which causes previous operations to rollback. |
DumpRequest |
RequestFactory.getDumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
Creates a request object to get information from the store. |
(package private) static RequestId |
RequestId.allocate(FOStorePMF pmf)
|
CreateOIDRequest |
BufferedRequestFactory.getCreateOIDRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
OID oid,
PersistenceManagerInternal pm)
|
ActivateClassRequest |
BufferedRequestFactory.getActivateClassRequest(java.lang.Class cls,
Message m,
FOStorePMF pmf)
|
InsertRequest |
BufferedRequestFactory.getInsertRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
UpdateRequest |
BufferedRequestFactory.getUpdateRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
java.util.BitSet loadedFields,
java.util.BitSet dirtyFields,
boolean optimistic)
|
VerifyRequest |
BufferedRequestFactory.getVerifyRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf,
boolean verifyFields,
java.util.BitSet fieldsToVerify)
|
FetchRequest |
BufferedRequestFactory.getFetchRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
DeleteRequest |
BufferedRequestFactory.getDeleteRequest(StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
GetClassRequest |
BufferedRequestFactory.getGetClassRequest(CLID clid,
Message m,
FOStorePMF pmf,
PersistenceManagerInternal pm)
|
BeginTxRequest |
BufferedRequestFactory.getBeginTxRequest(Message m,
FOStorePMF pmf,
boolean optimistic)
|
CommitRequest |
BufferedRequestFactory.getCommitRequest(Message m,
FOStorePMF pmf)
|
RollbackRequest |
BufferedRequestFactory.getRollbackRequest(Message m,
FOStorePMF pmf)
|
DumpRequest |
BufferedRequestFactory.getDumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |