rpc.pdu
Class BindNoAcknowledgePdu

java.lang.Object
  extended by ndr.NdrObject
      extended by rpc.ConnectionOrientedPdu
          extended by rpc.pdu.BindNoAcknowledgePdu
All Implemented Interfaces:
ProtocolDataUnit

public class BindNoAcknowledgePdu
extends ConnectionOrientedPdu


Field Summary
static int BIND_NO_ACKNOWLEDGE_TYPE
           
static int CALLED_PADDR_UNKNOWN
           
static int DEFAULT_CONTEXT_NOT_SUPPORTED
           
static int LOCAL_LIMIT_EXCEEDED
           
static int NO_PSAP_AVAILABLE
           
static int PROTOCOL_VERSION_NOT_SUPPORTED
           
static int REASON_NOT_SPECIFIED
           
static int TEMPORARY_CONGESTION
           
static int USER_DATA_NOT_READABLE
           
 
Fields inherited from class rpc.ConnectionOrientedPdu
AUTH_LENGTH_OFFSET, CALL_ID_OFFSET, callIdCounter, CONNECTION_ORIENTED_MAJOR_VERSION, DATA_REPRESENTATION_OFFSET, FLAGS_OFFSET, FRAG_LENGTH_OFFSET, HEADER_LENGTH, MAJOR_VERSION_OFFSET, MINOR_VERSION_OFFSET, MUST_RECEIVE_FRAGMENT_SIZE, PFC_CONC_MPX, PFC_DID_NOT_EXECUTE, PFC_FIRST_FRAG, PFC_LAST_FRAG, PFC_MAYBE, PFC_OBJECT_UUID, PFC_PENDING_CANCEL, TYPE_OFFSET
 
Fields inherited from class ndr.NdrObject
value
 
Constructor Summary
BindNoAcknowledgePdu()
           
 
Method Summary
 int getRejectReason()
           
 int getType()
           
 ProtocolVersion[] getVersionList()
           
protected  void readBody(NetworkDataRepresentation ndr)
           
 void setRejectReason(int rejectReason)
           
 void setVersionList(ProtocolVersion[] versionList)
           
protected  void writeBody(NetworkDataRepresentation ndr)
           
 
Methods inherited from class rpc.ConnectionOrientedPdu
decode, encode, getAuthenticatorLength, getCallId, getFlag, getFlags, getFormat, getFragmentLength, getMajorVersion, getMinorVersion, readHeader, readPdu, setAuthenticatorLength, setCallId, setFlag, setFlags, setFormat, setFragmentLength, setMinorVersion, writeHeader, writePdu
 
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
 

Field Detail

BIND_NO_ACKNOWLEDGE_TYPE

public static final int BIND_NO_ACKNOWLEDGE_TYPE
See Also:
Constant Field Values

REASON_NOT_SPECIFIED

public static final int REASON_NOT_SPECIFIED
See Also:
Constant Field Values

TEMPORARY_CONGESTION

public static final int TEMPORARY_CONGESTION
See Also:
Constant Field Values

LOCAL_LIMIT_EXCEEDED

public static final int LOCAL_LIMIT_EXCEEDED
See Also:
Constant Field Values

CALLED_PADDR_UNKNOWN

public static final int CALLED_PADDR_UNKNOWN
See Also:
Constant Field Values

PROTOCOL_VERSION_NOT_SUPPORTED

public static final int PROTOCOL_VERSION_NOT_SUPPORTED
See Also:
Constant Field Values

DEFAULT_CONTEXT_NOT_SUPPORTED

public static final int DEFAULT_CONTEXT_NOT_SUPPORTED
See Also:
Constant Field Values

USER_DATA_NOT_READABLE

public static final int USER_DATA_NOT_READABLE
See Also:
Constant Field Values

NO_PSAP_AVAILABLE

public static final int NO_PSAP_AVAILABLE
See Also:
Constant Field Values
Constructor Detail

BindNoAcknowledgePdu

public BindNoAcknowledgePdu()
Method Detail

getType

public int getType()
Specified by:
getType in interface ProtocolDataUnit
Specified by:
getType in class ConnectionOrientedPdu

getRejectReason

public int getRejectReason()

setRejectReason

public void setRejectReason(int rejectReason)

getVersionList

public ProtocolVersion[] getVersionList()

setVersionList

public void setVersionList(ProtocolVersion[] versionList)

readBody

protected void readBody(NetworkDataRepresentation ndr)
Overrides:
readBody in class ConnectionOrientedPdu

writeBody

protected void writeBody(NetworkDataRepresentation ndr)
Overrides:
writeBody in class ConnectionOrientedPdu