|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WsrmSequencePolicies
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 | |
|---|---|
AcknowledgementIntervalDocument |
getAcknowledgementInterval()
|
byte[] |
getBytes()
Get the byte stream representation |
ExponentialBackoffDocument |
getExponentialBackoff()
Retrieve the specified exponential back off |
InactivityTimeoutDocument |
getInactivityTimeout()
Retrieve specified inactivity timeout info |
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 |
|---|
boolean hasSequenceExpiration()
Calendar getSequenceExpiration()
boolean hasInactivityTimeout()
InactivityTimeoutDocument getInactivityTimeout()
boolean hasRetransmissionInterval()
BaseRetransmissionIntervalDocument getRetransmissionInterval()
boolean hasExponentialBackoff()
ExponentialBackoffDocument getExponentialBackoff()
boolean hasAcknowledgementInterval()
AcknowledgementIntervalDocument getAcknowledgementInterval()
byte[] getBytes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||