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.


writeObject

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

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

FOStoreURLStreamHandler streamHandler
Connections are created by the FOStoreURLStreamHandler.


connectionMap

java.util.HashMap 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

FOStoreConnectionId defaultConnectionId

userConnectionId

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.


writeExternal

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

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.


writeObject

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

Serialized Fields

oid

long oid
The 'value' of this OID.


hashCode

int hashCode

pcClass

java.lang.Class pcClass



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