com.caucho.ejb.protocol
Class HomeSkeletonWrapper

java.lang.Object
  extended by com.caucho.ejb.protocol.HomeSkeletonWrapper
All Implemented Interfaces:
java.io.Serializable

public class HomeSkeletonWrapper
extends java.lang.Object
implements java.io.Serializable

Special class for dealing with serialization.

See Also:
Serialized Form

Field Summary
protected  HomeHandle handle
           
protected  java.lang.String localId
           
 
Constructor Summary
HomeSkeletonWrapper()
          Null-arg constructor for serialization
HomeSkeletonWrapper(HomeHandle handle)
          Constructor for the HomeSkeleton
HomeSkeletonWrapper(java.lang.String localId)
          Constructor for the HomeSkeleton
 
Method Summary
 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

handle

protected HomeHandle handle

localId

protected java.lang.String localId
Constructor Detail

HomeSkeletonWrapper

public HomeSkeletonWrapper()
Null-arg constructor for serialization


HomeSkeletonWrapper

public HomeSkeletonWrapper(HomeHandle handle)
Constructor for the HomeSkeleton

Parameters:
handle - the serializable handle for this home object.

HomeSkeletonWrapper

public HomeSkeletonWrapper(java.lang.String localId)
Constructor for the HomeSkeleton

Parameters:
localId - the local id for this home object.
Method Detail

readResolve

public java.lang.Object readResolve()
                             throws java.io.ObjectStreamException
Replace with the real skeleton.

Throws:
java.io.ObjectStreamException