Serialized Form
nested
Throwable[] nested
- This exception was generated because of an exception in the runtime library.
- the nested
Throwable
array
failed
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(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read from the input stream.
Creates a new instance with the target class name set
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write to the output stream.
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read this object. Read the superclass first.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this object. Write the superclass first.
- Throws:
IOException
Package javax.jdo.listener |
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Serialization is not supported for InstanceLifecycleEvents.
param out the output stream
- Throws:
IOException
- Since:
- 2.0
eventType
int eventType
- The event type that triggered the construction of this event object.
target
Object target
- The "other" object associated with the event.
pcClass
Class<T> pcClass
- The class object of the registered persistence-capable class
fieldNames
String[] fieldNames
- The names of managed fields of the persistence-capable class
fieldTypes
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
Class<T> persistenceCapableSuperclass
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.