|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectndr.NdrObject
rpc.core.Port
public class Port
Field Summary | |
---|---|
java.lang.String |
portSpec
|
Fields inherited from class ndr.NdrObject |
---|
value |
Constructor Summary | |
---|---|
Port()
|
|
Port(java.lang.String portSpec)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
void |
read(NetworkDataRepresentation ndr)
|
void |
write(NetworkDataRepresentation ndr)
|
Methods inherited from class ndr.NdrObject |
---|
decode, encode, getOpnum |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String portSpec
Constructor Detail |
---|
public Port()
public Port(java.lang.String portSpec)
Method Detail |
---|
public void read(NetworkDataRepresentation ndr)
read
in class NdrObject
public void write(NetworkDataRepresentation ndr)
write
in class NdrObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |