- FOStoreBtreeStorage - Class in org.apache.jdo.impl.fostore
-
FOStore specific BtreeStorage subclass.
- FOStoreBtreeStorage(String, boolean) - Constructor for class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Creates a new FOStoreBtreeStorage instance.
- FOStoreConnectionFactory - Class in org.apache.jdo.impl.fostore
-
A connection factory for FOStore.
- FOStoreConnectionFactory() - Constructor for class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
First time a FOStoreConnectionFactory is created, initialize accessors
which are used to store/save instances via JNDI.
- FOStoreFatalInternalException - Exception in org.apache.jdo.impl.fostore
-
This is an exception which _should_ never be thrown, as it indicates an
error in the implementation, such as a bug that has been found.
- FOStoreFatalIOException - Exception in org.apache.jdo.impl.fostore
-
This is an exception which _should_ never be thrown, as it indicates an
error in I/O traffic between client and server.
- FOStoreLoginException - Exception in org.apache.jdo.impl.fostore
-
This is an exception which _should_ never be thrown, as it indicates an
error in the implementation, such as a bug that has been found.
- FOStorePM - Class in org.apache.jdo.impl.fostore
-
Subclass of #PersistenceManagerImpl
implementing
abstract methods newQuery
.
- FOStorePMF - Class in org.apache.jdo.impl.fostore
-
The File/Object Store's implementation of a PersistenceManagerFactory.
- FOStorePMF() - Constructor for class org.apache.jdo.impl.fostore.FOStorePMF
-
- FOStorePMFFactory - Class in org.apache.jdo.impl.fostore
-
Creates a FOStorePMF when read in via JNDI.
- FOStorePMFFactory() - Constructor for class org.apache.jdo.impl.fostore.FOStorePMFFactory
-
- fostorePropsAccessors - Static variable in class org.apache.jdo.impl.fostore.FOStorePMF
-
Properties accessors hash map for fostore-specific properties.
- FOStoreRemoteConnection - Class in org.apache.jdo.impl.fostore
-
Represents a connection to a store that runs in a JVM separate from that of
a client.
- getCFFromProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getCLID() - Method in class org.apache.jdo.impl.fostore.OID
-
Provides the CLID part of this OID.
- getConnection(String, String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides a connection to the database using the given userName and
password.
- getConnection() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides a connection to the database using the configured userName,
password, and url.
- getConnectionCreate() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getConnectionFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Override PersistenceManagerFactoryImpl's method so that we can get a
handle on the connection factory to close the database at close() time.
- getCreate() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns whether to create the database.
- getDriverName() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides name of driver used for connections
- getInputFromServer() - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Provides DataInput from which the client can read replies from
the server.
- getJDOQLQueryFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns the JDOQLQueryFactory bound to this FOStorePMF.
- getLocalAccessors() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Return the FOStore-specific accessors (the
properties that are not in the JDO specification).
- getLoginTimeout() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the number of seconds to wait for a new connection to be
established to the data source
- getLogWriter() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the LogWriter to which messages should be sent
- getMaxPool() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns maximum number of connections in the connection pool
- getMinPool() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns minimum number of connections in the connection pool
- getModel() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns metadata associated with this PersistenceManagerFactory.
- getMsInterval() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- getMsWait() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- getObjectIdClass(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
If parameter is non-null and implements PersistenceCapable, returns
OID.class.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.jdo.impl.fostore.FOStorePMFFactory
-
Uses StringRefAddr's to store the information
- getOptionArray() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getPersistenceManagerFactory(Map) - Static method in class org.apache.jdo.impl.fostore.FOStorePMF
-
This is a hack until a proper implementation of the method
can be done.
- getPersistenceManagerFactory(Properties) - Static method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Construct a PersistenceManagerFactory instance from the given Properties.
- getPMF() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Provides PersistenceManagerFactory for connections
- getReference() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Uses StringRefAddr's to store the information
- getStoreManager(PersistenceManager) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getTrackedClass(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getTranscriberFactory() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- getUID() - Method in class org.apache.jdo.impl.fostore.OID
-
Provides the unique id part of this OID.
- getURL() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns connection URL
- getUserName() - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Returns database user name
- newNamedQuery(Class, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query
with the given candidate class
from a named query.
- newQuery() - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with no elements.
- newQuery(Object) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query using elements from another Query.
- newQuery(String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a Construct a new query instance using the specified String
as the single-string representation of the query.
- newQuery(String, Object) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query using the specified language.
- newQuery(Class) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query specifying the Class of the results.
- newQuery(Extent) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the candidate Extent; the class is taken
from the Extent.
- newQuery(Class, Collection) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results and candidate
Collection.
- newQuery(Class, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results and Filter.
- newQuery(Class, Collection, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the Class of the results, candidate Collection,
and Filter.
- newQuery(Extent, String) - Method in class org.apache.jdo.impl.fostore.FOStorePM
-
Create a new Query with the candidate Extent and Filter.
- newQueryTree() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Returns a new QueryTree instance.
- numberToStorageId(int) - Method in class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Creates a storage id from an int.
- sendToStore(byte[], int, int) - Method in class org.apache.jdo.impl.fostore.FOStoreRemoteConnection
-
Write bytes to the store.
- setCFProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setConnectionCreate(boolean) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setConnectionCreate(String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
- setConnectionFactory(Object) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Override PersistenceManagerFactoryImpl's method so we can use our
own cf variable.
- setCreate(boolean) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets whether to create the database.
- setCreate(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets whether to create the database.
- setDriverName(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets name of the driver for connections
- setFromProperties(Properties) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Configures a FOStoreConnectionFactory from the given Properties.
- setJDOQLQueryFactoryClassName(String) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Sets the JDOQLQueryFactory class name used by getJDOQLQueryFactory.
- setLoginTimeout(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the number of seconds to wait for a new connection to be
established to the data source
- setLogWriter(PrintWriter) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the LogWriter to which messages should be sent
- setMaxPool(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets maximum number of connections in the connection pool
- setMinPool(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets minimum number of connections in the connection pool
- setMsInterval(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the amount of time, in milliseconds, between the connection
manager's attempts to get a pooled connection.
- setMsWait(int) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets the number of milliseconds to wait for an available connection
from the connection pool before throwing an exception
- setPassword(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets database user password
- setPMF(FOStorePMF) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets PersistenceManagerFactory for connections
- setPMFClassProperty(Properties) - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Set the PMF class property for this PMF.
- setURL(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets connection URL
- setUserName(String) - Method in class org.apache.jdo.impl.fostore.FOStoreConnectionFactory
-
Sets database user
- shutdown() - Method in class org.apache.jdo.impl.fostore.FOStorePMF
-
Method called by the shudown hook to close pmf instances left open
when the JVM exits.
- storageIdToNumber(String) - Method in class org.apache.jdo.impl.fostore.FOStoreBtreeStorage
-
Converts a storageId to an int.
- SubclassSet - Class in org.apache.jdo.impl.fostore
-
Represents a set of CLIDs of subclasses of a given class.
- SubclassSet() - Constructor for class org.apache.jdo.impl.fostore.SubclassSet
-