|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.ejb.protocol.ObjectSkeletonWrapper
public class ObjectSkeletonWrapper
Special class for dealing with serialization.
Field Summary | |
---|---|
protected Handle |
handle
|
Constructor Summary | |
---|---|
ObjectSkeletonWrapper()
Null-arg constructor for serialization |
|
ObjectSkeletonWrapper(Handle handle)
Constructor for ObjectSkeleton |
Method Summary | |
---|---|
Handle |
getHandle()
|
java.lang.Object |
readResolve()
Replace with the real skeleton. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Handle handle
Constructor Detail |
---|
public ObjectSkeletonWrapper()
public ObjectSkeletonWrapper(Handle handle)
Method Detail |
---|
public Handle getHandle()
public java.lang.Object readResolve() throws java.io.ObjectStreamException
java.io.ObjectStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |