rpc.pdu
Class BindAcknowledgePdu

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

public class BindAcknowledgePdu
extends ConnectionOrientedPdu


Field Summary
static int BIND_ACKNOWLEDGE_TYPE
           
 
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
BindAcknowledgePdu()
           
 
Method Summary
 int getAssociationGroupId()
           
 int getMaxReceiveFragment()
           
 int getMaxTransmitFragment()
           
 PresentationResult[] getResultList()
           
 Port getSecondaryAddress()
           
 int getType()
           
protected  void readBody(NetworkDataRepresentation ndr)
           
 void setAssociationGroupId(int associationGroupId)
           
 void setMaxReceiveFragment(int maxReceiveFragment)
           
 void setMaxTransmitFragment(int maxTransmitFragment)
           
 void setResultList(PresentationResult[] resultList)
           
 void setSecondaryAddress(Port secondaryAddress)
           
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_ACKNOWLEDGE_TYPE

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

BindAcknowledgePdu

public BindAcknowledgePdu()
Method Detail

getType

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

getMaxTransmitFragment

public int getMaxTransmitFragment()

setMaxTransmitFragment

public void setMaxTransmitFragment(int maxTransmitFragment)

getMaxReceiveFragment

public int getMaxReceiveFragment()

setMaxReceiveFragment

public void setMaxReceiveFragment(int maxReceiveFragment)

getAssociationGroupId

public int getAssociationGroupId()

setAssociationGroupId

public void setAssociationGroupId(int associationGroupId)

getSecondaryAddress

public Port getSecondaryAddress()

setSecondaryAddress

public void setSecondaryAddress(Port secondaryAddress)

getResultList

public PresentationResult[] getResultList()

setResultList

public void setResultList(PresentationResult[] resultList)

readBody

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

writeBody

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