org.apache.openejb.core.ivm
Class IntraVmArtifact

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

public class IntraVmArtifact
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
IntraVmArtifact()
           
IntraVmArtifact(Object obj)
           
IntraVmArtifact(Object obj, boolean storeStatically)
           
 
Method Summary
 void readExternal(ObjectInput in)
           
protected  Object readResolve()
           
 void writeExternal(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(Object obj)

IntraVmArtifact

public IntraVmArtifact(Object obj,
                       boolean storeStatically)

IntraVmArtifact

public IntraVmArtifact()
Method Detail

writeExternal

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

readExternal

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

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Throws:
ObjectStreamException


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