Serialized Form
Package org.apache.jdo.impl.fostore |
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
buffer
byte[] buffer
hashCode
int hashCode
sCLIDBits
long sCLIDBits
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.
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
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
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.