org.apache.openejb.core.ivm
Class IntraVmArtifact

java.lang.Object
  extended by org.apache.openejb.core.ivm.IntraVmArtifact
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class IntraVmArtifact
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
IntraVmArtifact()
           
IntraVmArtifact(java.lang.Object obj)
           
IntraVmArtifact(java.lang.Object obj, boolean storeStatically)
           
 
Method Summary
 void readExternal(java.io.ObjectInput in)
           
protected  java.lang.Object readResolve()
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntraVmArtifact

public IntraVmArtifact(java.lang.Object obj)

IntraVmArtifact

public IntraVmArtifact(java.lang.Object obj,
                       boolean storeStatically)

IntraVmArtifact

public IntraVmArtifact()
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.