|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectndr.NdrObject
rpc.core.ProtocolVersion
public class ProtocolVersion
Field Summary |
---|
Fields inherited from class ndr.NdrObject |
---|
value |
Constructor Summary | |
---|---|
ProtocolVersion()
|
Method Summary | |
---|---|
void |
decode(NetworkDataRepresentation ndr,
NdrBuffer src)
|
void |
encode(NetworkDataRepresentation ndr,
NdrBuffer dst)
|
int |
getMajorVersion()
|
int |
getMinorVersion()
|
void |
setMajorVersion(short majorVersion)
|
void |
setMinorVersion(short minorVersion)
|
Methods inherited from class ndr.NdrObject |
---|
getOpnum, read, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProtocolVersion()
Method Detail |
---|
public int getMajorVersion()
public void setMajorVersion(short majorVersion)
public int getMinorVersion()
public void setMinorVersion(short minorVersion)
public void encode(NetworkDataRepresentation ndr, NdrBuffer dst) throws NdrException
encode
in class NdrObject
NdrException
public void decode(NetworkDataRepresentation ndr, NdrBuffer src) throws NdrException
decode
in class NdrObject
NdrException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |