Serialized Form
Package org.apache.jdo.impl.enhancer |
nested
java.lang.Throwable nested
- An optional nested exception.
cause
java.lang.Throwable cause
- The Throwable that caused this exception to be thrown.
inPrintStackTrace
boolean inPrintStackTrace
- Flag indicating whether printStackTrace is being executed.
Package org.apache.jdo.impl.enhancer.classfile |
majorVersion
int majorVersion
minorVersion
int minorVersion
constantPool
ConstantPool constantPool
accessFlags
int accessFlags
thisClassName
ConstClass thisClassName
superClassName
ConstClass superClassName
classInterfaces
java.util.Vector<E> classInterfaces
classFields
java.util.Vector<E> classFields
classMethods
java.util.Vector<E> classMethods
classAttributes
AttributeVector classAttributes
Package org.apache.jdo.impl.enhancer.meta |
nested
java.lang.Throwable nested
- An optional nested exception.
nested
java.lang.Throwable nested
- An optional nested exception.
Package org.apache.jdo.impl.enhancer.util |
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
Package org.apache.jdo.impl.jdoql |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Serialization support.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Deserialization support.
- Throws:
java.io.IOException
candidateClassName
java.lang.String candidateClassName
- The name of the candidate class (Needed for serialization support).
importDeclarations
java.lang.String importDeclarations
- The import declaration string as specified by declareImports.
parameterDeclarations
java.lang.String parameterDeclarations
- The parameter declaration string as specified by declareParameters.
variableDeclarations
java.lang.String variableDeclarations
- The variable declaration string as specified by declareVariables.
orderingSpecification
java.lang.String orderingSpecification
- The ordering specification string as specified by setOrdering.
filterExpression
java.lang.String filterExpression
- The filter expression string as specified by setFilter.
ignoreCache
boolean ignoreCache
- The ignoreCache flag as specified by setIgnoreCache. The constructor
defaults it to the PM setting.
queryTree
Tree queryTree
- The internal query representation set by the constructor taking a
compiled query.
paramtab
ParameterTable paramtab
- Represents parameter values.
vartab
VariableTable vartab
- Represents variable values.
Package org.apache.jdo.impl.jdoql.jdoqlc |
line
int line
- The line info
column
int column
- The column info
Package org.apache.jdo.impl.jdoql.scope |
names
java.util.List<E> names
- List of query parameter names. The query parameter tables stores the
query parameter names in an extra list to presever the order of
parameter declarations.
Package org.apache.jdo.impl.jdoql.tree |
commonOperandTypeName
java.lang.String commonOperandTypeName
value
java.lang.Object value
name
java.lang.String name
fieldName
java.lang.String fieldName
args
Expression[] args
parent
Node parent
children
Node[] children
object
java.lang.Object object
fieldName
java.lang.String fieldName
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Deserialization support.
- Throws:
java.io.IOException
candidateClass
CandidateClass candidateClass
parameterMap
java.util.Map<K,V> parameterMap
parameterList
java.util.List<E> parameterList
variableMap
java.util.Map<K,V> variableMap
orderings
java.util.List<E> orderings
filter
Expression filter
serializedCandidateClassName
java.lang.String serializedCandidateClassName
Package org.apache.jdo.impl.pm |
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos)
throws java.io.IOException
- Throws:
java.io.IOException
URL
java.lang.String URL
userName
java.lang.String userName
password
java.lang.String password
driverName
java.lang.String driverName
connectionFactory
java.lang.Object connectionFactory
connectionFactoryName
java.lang.String connectionFactoryName
connectionFactory2
java.lang.Object connectionFactory2
connectionFactory2Name
java.lang.String connectionFactory2Name
multithreaded
boolean multithreaded
optimistic
boolean optimistic
retainValues
boolean retainValues
restoreValues
boolean restoreValues
nontransactionalRead
boolean nontransactionalRead
nontransactionalWrite
boolean nontransactionalWrite
ignoreCache
boolean ignoreCache
queryTimeout
int queryTimeout
updateTimeout
int updateTimeout
minPool
int minPool
maxPool
int maxPool
msWait
int msWait
myHashCode
int myHashCode
- Cached hashCode for this PMF. Changes every time a property of this
PMF is changed to a non-default value. Fixed after setConfigured()
(mostly).
- See Also:
PersistenceManagerFactoryImpl.setConfigured()
,
PersistenceManagerFactoryImpl.setNonconfigured()
configurable
boolean configurable
closed
boolean closed
- These are used for implementing close().
closeLock
java.lang.Object closeLock
- The closeLock protects the close flag and pmSet.
pmSet
java.util.Set<E> pmSet
- The set of all PersistenceManagers that are not closed. In order
for this to work, it is important that PersistenceManager implement
equals to be equivalent to Object.equals.
pmCache
java.util.Hashtable<K,V> pmCache
- Transactional cache of PersistenceManager instances
Package org.apache.jdo.impl.sco |
Package org.apache.jdo.jdoql |
Package org.apache.jdo.jdoql.tree |
Package org.apache.jdo.model |
cause
java.lang.Throwable cause
- The throwable that caused this model exception to be thrown.
inPrintStackTrace
boolean inPrintStackTrace
- Flag indicating whether printStackTrace is being executed.
cause
java.lang.Throwable cause
- The throwable that caused this model exception to be thrown.
inPrintStackTrace
boolean inPrintStackTrace
- Flag indicating whether printStackTrace is being executed.
type
int type
- This field holds the type -- one of
ModelValidationException.ERROR
or ModelValidationException.WARNING
offendingObject
java.lang.Object offendingObject
- This field holds the offending object -- the one being validated
when the problem occurred
Package org.apache.jdo.pm |
Package org.apache.jdo.util |
queue
java.lang.ref.ReferenceQueue<T> queue
- Helps to detect garbage collected values.
queue
java.lang.ref.ReferenceQueue<T> queue
hashEntrySet
java.util.Set<E> hashEntrySet
entrySet
java.util.Set<E> entrySet
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.