Serialized Form


Package org.apache.jdo.impl.fostore

Class org.apache.jdo.impl.fostore.AID extends OID implements Serializable

Serialization Methods

readObject

public void readObject(java.io.ObjectInputStream in)
                throws java.io.IOException
Reads this AID's value from the input stream.

Throws:
java.io.IOException

writeObject

public void writeObject(java.io.ObjectOutputStream out)
                 throws java.io.IOException
Writes this AID to the output stream.

Throws:
java.io.IOException
Serialized Fields

buffer

byte[] buffer

hashCode

int hashCode

sCLIDBits

long sCLIDBits

Class org.apache.jdo.impl.fostore.FOStoreConnectionFactory extends java.lang.Object implements Serializable

Serialized Fields

url

java.lang.String url

userName

java.lang.String userName

password

java.lang.String password

driverName

java.lang.String driverName

create

boolean create

pmf

FOStorePMF pmf

loginTimeout

int loginTimeout

streamHandler

org.apache.jdo.impl.fostore.FOStoreURLStreamHandler streamHandler
Connections are created by the FOStoreURLStreamHandler.


connectionMap

java.util.HashMap<K,V> connectionMap
Connections are pooled. Each unique combination of url, user, password has its own pool. The hashmap associates a FOStoreConnectionId with its pool of connections.


defaultConnectionId

org.apache.jdo.impl.fostore.FOStoreConnectionId defaultConnectionId

userConnectionId

org.apache.jdo.impl.fostore.FOStoreConnectionId userConnectionId

configurable

boolean configurable
True until setConfigured has been invoked. Allows properties to be set if true.

Class org.apache.jdo.impl.fostore.FOStoreFatalInternalException extends javax.jdo.JDOFatalInternalException implements Serializable

Class org.apache.jdo.impl.fostore.FOStoreFatalIOException extends FOStoreFatalInternalException implements Serializable

Class org.apache.jdo.impl.fostore.FOStoreLoginException extends javax.jdo.JDOFatalUserException implements Serializable

Class org.apache.jdo.impl.fostore.FOStorePMF extends org.apache.jdo.impl.pm.PersistenceManagerFactoryImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads this PMF's state from the given object input.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes this PMF's state to the given object output.

Throws:
java.io.IOException

Class org.apache.jdo.impl.fostore.OID extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
Reads this OID's value from the input stream.

Throws:
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Writes this OID to the output stream.

Throws:
java.io.IOException
Serialized Fields

oid

long oid
The 'value' of this OID.


hashCode

int hashCode

pcClass

java.lang.Class<T> pcClass



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.