|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.proxy.ImmutableArtifact
Constructor Summary | |
ImmutableArtifact()
This class is Externalizable and this public, no-arg, constructor is required. |
|
ImmutableArtifact(Object obj)
Used to creat an ImmutableArtifact object that can represent the true intra-vm artifact in a stream. |
Method Summary | |
void |
readExternal(ObjectInput in)
Reads the instanceHandle from the stream |
void |
writeExternal(ObjectOutput out)
Writes the instanceHandle to the stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImmutableArtifact(Object obj)
obj
- The object instance this class should represent in the stream.public ImmutableArtifact()
Method Detail |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
out
-
IOException
public void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
in
-
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |