org.apache.openejb.core.ivm
Class IntraVmArtifact
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntraVmArtifact
public IntraVmArtifact(java.lang.Object obj)
IntraVmArtifact
public IntraVmArtifact(java.lang.Object obj,
boolean storeStatically)
IntraVmArtifact
public IntraVmArtifact()
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.