|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.fractal.rmi.io.Ref
A typed encoded Identifier
that
can be sent over a network.
Field Summary | |
byte[] |
id
The encoded form of an Identifier designating a remote
interface. |
String |
type
The fully qualified name of the interface designated by id . |
Constructor Summary | |
Ref()
Constructs an uninitialized Ref object. |
Method Summary | |
void |
readExternal(ObjectInput in)
Reads this object from the given input stream. |
void |
writeExternal(ObjectOutput out)
Writes this object to the given output stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public String type
id
.
public byte[] id
Identifier
designating a remote
interface.
Constructor Detail |
public Ref()
Ref
object.
Method Detail |
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |