|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRvCommand
AbstractRvCmd
AbstractRejectRvCmd
DirectIMRejectRvCmd
A rendezvous command used to indicate that a direct IM request has been denied.
Field Summary |
Fields inherited from class AbstractRejectRvCmd |
REJECTCODE_CANCELLED |
Fields inherited from class RvCommand |
RVSTATUS_ACCEPT, RVSTATUS_DENY, RVSTATUS_REQUEST |
Constructor Summary | |
DirectIMRejectRvCmd(int rejectionCode)
Creates a new outgoing direct IM rejection command with the given rejection code. |
|
DirectIMRejectRvCmd(RecvRvIcbm icbm)
Creates a new direct IM rejection command from the given incoming direct IM rejection RV ICBM. |
Methods inherited from class AbstractRejectRvCmd |
getRejectCode, toString, writeHeaderRvTlvs, writeRvTlvs |
Methods inherited from class AbstractRvCmd |
getRvTlvs, getServiceData, hasServiceData, writeRvData, writeServiceData |
Methods inherited from class RvCommand |
getCapabilityBlock, getRvStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DirectIMRejectRvCmd(RecvRvIcbm icbm)
icbm
- an incoming direct IM rejection RV ICBMpublic DirectIMRejectRvCmd(int rejectionCode)
rejectionCode
- a rejection code, like AbstractRejectRvCmd.REJECTCODE_CANCELLED
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |