Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
R
S
T
W
A
AID
- Class in
org.apache.jdo.impl.fostore
Represents the identity of a JDO object in the File/Object store.
AID()
- Constructor for class org.apache.jdo.impl.fostore.
AID
Default constructor.
AID(long)
- Constructor for class org.apache.jdo.impl.fostore.
AID
Creates an AID with the given value.
B
Block
- Class in
org.apache.jdo.impl.fostore
Represents an object stored in the database as a semi-opaque value.
Block()
- Constructor for class org.apache.jdo.impl.fostore.
Block
C
CFpropsAccessors
- Static variable in class org.apache.jdo.impl.fostore.
FOStoreConnectionFactory
This table maps from names to CFAccessors.
close()
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Close this PersistenceManagerFactory.
close(boolean)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Closes the database unless there are any active store managers.
closeDatabase()
- Method in class org.apache.jdo.impl.fostore.
FOStoreConnectionFactory
Close the database.
closeDatabase()
- Method in class org.apache.jdo.impl.fostore.
FOStoreRemoteConnection
Close the database associated with this connection.
compareTo(Object)
- Method in class org.apache.jdo.impl.fostore.
OID
Compare this OID to another OID.
connect()
- Method in class org.apache.jdo.impl.fostore.
FOStoreRemoteConnection
Connect to the data store.
createMOFID(int, long)
- Method in class org.apache.jdo.impl.fostore.
FOStoreBtreeStorage
Returns Creates a MOFID based on the class id and uid taken from a FOStore OID.
createPersistenceManager(String, String)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Create a new instance of PersistenceManager with the specific user name and password.
D
DBClass
- Class in
org.apache.jdo.impl.fostore
Represents a class stored in the database.
DBClass()
- Constructor for class org.apache.jdo.impl.fostore.
DBClass
DBExtent
- Class in
org.apache.jdo.impl.fostore
Represents a set of instances of a given class stored in the database.
DBExtent()
- Constructor for class org.apache.jdo.impl.fostore.
DBExtent
DBInfo
- Class in
org.apache.jdo.impl.fostore
This class represents the information about the contents of the store itself which must be durable across JVMs.
DBInfo()
- Constructor for class org.apache.jdo.impl.fostore.
DBInfo
decrypt(String)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Uses rot13 algorithm.
DEFAULT_PORT
- Static variable in class org.apache.jdo.impl.fostore.
FOStoreRemoteConnection
The default port number
dump()
- Method in class org.apache.jdo.impl.fostore.
Block
Dumper
- Class in
org.apache.jdo.impl.fostore
Provides information such as metadata, extents, objects about the store.
Dumper()
- Constructor for class org.apache.jdo.impl.fostore.
Dumper
E
encrypt(String)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Uses rot13 algorithm.
equals(Object)
- Method in class org.apache.jdo.impl.fostore.
AID
Determines if this AID is equal to another.
equals(Object)
- Method in class org.apache.jdo.impl.fostore.
OID
Determines if this OID is equal to another.
F
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.
G
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
H
hashCode()
- Method in class org.apache.jdo.impl.fostore.
AID
Provides a unique hashCode for this AID.
hashCode()
- Method in class org.apache.jdo.impl.fostore.
OID
Provides a JVM-unique hashCode for this OID.
hashMapByFilteredProperties
- Static variable in class org.apache.jdo.impl.fostore.
FOStorePMF
A HashMap that associates PersistenceManagerFactory instances with a Properties instance.
I
initPropsAccessors()
- Static method in class org.apache.jdo.impl.fostore.
FOStoreConnectionFactory
initPropsAccessors()
- Static method in class org.apache.jdo.impl.fostore.
FOStorePMF
Initialize fostorePropsAccessors.
isConfigured()
- Method in class org.apache.jdo.impl.fostore.
FOStoreConnectionFactory
Returns true if this connection factory has been configured with a URL.
isConnectionFactoryConfigured()
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Verifies that the associated connection factory is configured (at least the URL is specified).
isProvisional()
- Method in class org.apache.jdo.impl.fostore.
OID
Indicates whether this OID is provisional.
L
localizePath(String)
- Method in class org.apache.jdo.impl.fostore.
FOStoreRemoteConnection
M
main(String[])
- Static method in class org.apache.jdo.impl.fostore.
Dumper
Given a command line argument that specifies what information to dump, gets that information from the database and prints it on standard output.
Main
- Class in
org.apache.jdo.impl.fostore
Standalone server for FOStore databases.
Main()
- Constructor for class org.apache.jdo.impl.fostore.
Main
Creates new Main
main(String[])
- Static method in class org.apache.jdo.impl.fostore.
Main
The main routine.
N
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.
O
OID
- Class in
org.apache.jdo.impl.fostore
Represents the identity of a JDO object in the File/Object store.
OID()
- Constructor for class org.apache.jdo.impl.fostore.
OID
Creates an OID with the no value.
OID(String)
- Constructor for class org.apache.jdo.impl.fostore.
OID
Constructor that takes the result of toString() and creates a new OID.
OID(long)
- Constructor for class org.apache.jdo.impl.fostore.
OID
Creates an OID with the given value.
oid
- Variable in class org.apache.jdo.impl.fostore.
OID
The 'value' of this OID.
oidString()
- Method in class org.apache.jdo.impl.fostore.
AID
Returns the id itself in String form, for debugging.
oidString()
- Method in class org.apache.jdo.impl.fostore.
OID
Returns the id itself in String form, for debugging.
org.apache.jdo.impl.fostore
- package org.apache.jdo.impl.fostore
This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster").
R
read(InputStream)
- Method in class org.apache.jdo.impl.fostore.
Block
read(InputStream)
- Method in class org.apache.jdo.impl.fostore.
DBClass
Initialize this DBClass from the given stream.
read(InputStream)
- Method in class org.apache.jdo.impl.fostore.
DBExtent
read(InputStream)
- Method in class org.apache.jdo.impl.fostore.
DBInfo
read(InputStream)
- Method in class org.apache.jdo.impl.fostore.
SubclassSet
Initialize this SubclassSet from the given stream.
readExternal(ObjectInput)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Reads this PMF's state from the given object input.
readObject(ObjectInputStream)
- Method in class org.apache.jdo.impl.fostore.
AID
Reads this AID's value from the input stream.
releaseStoreManager(PersistenceManager)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
S
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
T
toString()
- Method in class org.apache.jdo.impl.fostore.
AID
Returns a String representation of this AID.
toString()
- Method in class org.apache.jdo.impl.fostore.
DBClass
toString()
- Method in class org.apache.jdo.impl.fostore.
DBExtent
toString()
- Method in class org.apache.jdo.impl.fostore.
DBInfo
Returns a human-readable description of this DBInfo.
toString()
- Method in class org.apache.jdo.impl.fostore.
FOStoreConnectionFactory
toString()
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
toString()
- Method in class org.apache.jdo.impl.fostore.
OID
Returns a String representation of this OID.
W
write(OutputStream)
- Method in class org.apache.jdo.impl.fostore.
Block
write(OutputStream)
- Method in class org.apache.jdo.impl.fostore.
DBClass
Write this DBClass to the given stream.
write(OutputStream)
- Method in class org.apache.jdo.impl.fostore.
DBExtent
write(OutputStream)
- Method in class org.apache.jdo.impl.fostore.
DBInfo
write(OutputStream)
- Method in class org.apache.jdo.impl.fostore.
SubclassSet
Write this SubclassSet to the given stream.
writeExternal(ObjectOutput)
- Method in class org.apache.jdo.impl.fostore.
FOStorePMF
Writes this PMF's state to the given object output.
writeObject(ObjectOutputStream)
- Method in class org.apache.jdo.impl.fostore.
AID
Writes this AID to the output stream.
A
B
C
D
E
F
G
H
I
L
M
N
O
R
S
T
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.