|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface encapsulates the WsrmPolicies associated with a sequence.
Among the elements that can be set in the Policy associated with a
Sequence are
(a) Sequence creation, expiration and Termination
(b) This also provides information on the retransmission interval and
the inactivity timeout.
| Method Summary | |
cgl.narada.wsinfra.schemas.wsrm.AcknowledgementIntervalDocument |
getAcknowledgementInterval()
|
byte[] |
getBytes()
Get the byte stream representation |
cgl.narada.wsinfra.schemas.wsrm.ExponentialBackoffDocument |
getExponentialBackoff()
Retrieve the specified exponential back off |
cgl.narada.wsinfra.schemas.wsrm.InactivityTimeoutDocument |
getInactivityTimeout()
Retrieve specified inactivity timeout info |
cgl.narada.wsinfra.schemas.wsrm.BaseRetransmissionIntervalDocument |
getRetransmissionInterval()
Retrieve the retransmission interval related policies |
Calendar |
getSequenceExpiration()
Retrieve the specified sequence expiration |
boolean |
hasAcknowledgementInterval()
Check if an acknowledgement interval has been specified |
boolean |
hasExponentialBackoff()
|
boolean |
hasInactivityTimeout()
Check to see if an inactivity timeout has been specified |
boolean |
hasRetransmissionInterval()
Check if retransmission related policies have been specified |
boolean |
hasSequenceExpiration()
Check to see if sequence expiration has been specified |
| Method Detail |
public boolean hasSequenceExpiration()
public Calendar getSequenceExpiration()
public boolean hasInactivityTimeout()
public cgl.narada.wsinfra.schemas.wsrm.InactivityTimeoutDocument getInactivityTimeout()
public boolean hasRetransmissionInterval()
public cgl.narada.wsinfra.schemas.wsrm.BaseRetransmissionIntervalDocument getRetransmissionInterval()
public boolean hasExponentialBackoff()
public cgl.narada.wsinfra.schemas.wsrm.ExponentialBackoffDocument getExponentialBackoff()
public boolean hasAcknowledgementInterval()
public cgl.narada.wsinfra.schemas.wsrm.AcknowledgementIntervalDocument getAcknowledgementInterval()
public byte[] getBytes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||