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.
writeObject
public void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Writes this AID to the output stream.
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
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.
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.
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.
oid
long oid
- The 'value' of this OID.
hashCode
int hashCode
pcClass
java.lang.Class pcClass