Serialized Form
nested
java.lang.Throwable[] nested
- This exception was generated because of an exception in the runtime library.
- the nested
Throwable
array
failed
java.lang.Object failed
- This exception may be the result of incorrect parameters supplied
to an API. This is the object from which the user can determine
the cause of the problem.
- the failed
Object
inPrintStackTrace
boolean inPrintStackTrace
- Flag indicating whether printStackTrace is being executed.
Package javax.jdo.identity |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read from the input stream.
Creates a new instance with the target class name set
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write to the output stream.
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Write this object. Write the superclass first.
- Throws:
java.io.IOException
Package javax.jdo.listener |
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serialization is not supported for InstanceLifecycleEvents.
param out the output stream
- Throws:
java.io.IOException
- Since:
- 2.0
eventType
int eventType
- The event type that triggered the construction of this event object.
target
java.lang.Object target
- The "other" object associated with the event.
pcClass
java.lang.Class<T> pcClass
- The class object of the registered persistence-capable class
fieldNames
java.lang.String[] fieldNames
- The names of managed fields of the persistence-capable class
fieldTypes
java.lang.Class<T>[] fieldTypes
- The types of managed fields of the persistence-capable class
fieldFlags
byte[] fieldFlags
- The flags of managed fields of the persistence-capable class
persistenceCapableSuperclass
java.lang.Class<T> persistenceCapableSuperclass
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.