|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
org.apache.jdo.pm.PersistenceManagerInternal pm,
FOStorePMF pmf)
Create and return a new instance of AID. |
(package private) void |
AID.replaceProvisionalOIDWithReal(OID realOID,
FOStorePMF pmf,
org.apache.jdo.state.StateManagerInternal sm)
Replaces provisional oid with real oid (datastore identity only) |
(package private) void |
AID.copyKeyFieldsToPC(org.apache.jdo.state.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,
org.apache.jdo.pm.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,
org.apache.jdo.state.StateManagerInternal sm)
Replaces provisional oid with real oid (datastore identity only) |
(package private) void |
OID.copyKeyFieldsToPC(org.apache.jdo.state.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,
org.apache.jdo.pm.PersistenceManagerInternal pm,
FOStorePMF pmf)
Causes the given class mapped to an OID. |
CreateOIDRequest |
RequestFactory.getCreateOIDRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
OID oid,
org.apache.jdo.pm.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(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
Creates a request object to cause a persistent object to be inserted into the datastore. |
UpdateRequest |
RequestFactory.getUpdateRequest(org.apache.jdo.state.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(org.apache.jdo.state.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(org.apache.jdo.state.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(org.apache.jdo.state.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,
org.apache.jdo.pm.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(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
OID oid,
org.apache.jdo.pm.PersistenceManagerInternal pm)
|
ActivateClassRequest |
BufferedRequestFactory.getActivateClassRequest(java.lang.Class cls,
Message m,
FOStorePMF pmf)
|
InsertRequest |
BufferedRequestFactory.getInsertRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
UpdateRequest |
BufferedRequestFactory.getUpdateRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
java.util.BitSet loadedFields,
java.util.BitSet dirtyFields,
boolean optimistic)
|
VerifyRequest |
BufferedRequestFactory.getVerifyRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
boolean verifyFields,
java.util.BitSet fieldsToVerify)
|
FetchRequest |
BufferedRequestFactory.getFetchRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
DeleteRequest |
BufferedRequestFactory.getDeleteRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
GetClassRequest |
BufferedRequestFactory.getGetClassRequest(CLID clid,
Message m,
FOStorePMF pmf,
org.apache.jdo.pm.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)
|
Constructors in org.apache.jdo.impl.fostore with parameters of type FOStorePMF | |
CreateOIDRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
OID oid,
org.apache.jdo.pm.PersistenceManagerInternal pm)
|
|
AbstractRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
|
AbstractRequest(Message m,
FOStorePMF pmf)
|
|
ActivateClassRequest(java.lang.Class cls,
Message m,
FOStorePMF pmf)
|
|
InsertRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
|
AbstractFieldRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
|
UpdateRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
java.util.BitSet loadedFields,
java.util.BitSet dirtyFields,
boolean optimistic)
|
|
VerifyRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf,
boolean verifyFields,
java.util.BitSet fieldsToVerify)
|
|
FetchRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
|
DeleteRequest(org.apache.jdo.state.StateManagerInternal sm,
Message m,
FOStorePMF pmf)
|
|
GetClassRequest(CLID clid,
Message m,
FOStorePMF pmf,
org.apache.jdo.pm.PersistenceManagerInternal pm)
|
|
BeginTxRequest(Message m,
FOStorePMF pmf,
boolean optimistic)
|
|
CommitRequest(Message m,
FOStorePMF pmf)
|
|
RollbackRequest(Message m,
FOStorePMF pmf)
|
|
DumpRequest(DumpOption option,
java.lang.String className,
Message m,
FOStorePMF pmf)
|
|
FOStoreConnector(FOStorePMF pmf)
|
|
AIDTranscriber(FOStoreOutput out,
java.lang.Class pcClass,
FOStorePMF pmf)
|
|
FOStoreStoreManager(FOStorePMF pmf)
|
|
FOStorePM(FOStorePMF pmf,
java.lang.String username,
java.lang.String password)
Constructs new instance of PersistenceManagerImpl for this PersistenceManagerFactoryInternal and particular combination of username and password. |
|
LoginRequest(Message m,
FOStorePMF pmf,
java.lang.String dbname,
java.lang.String user,
java.lang.String password,
boolean create)
Creates new LoginRequest |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |