|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.systinet.wasp.wsrm.feb2005.policy.DeliveryAssurance
This class represents one aspect of a sequence's reliability guarantee - delivery assurance.
Its value is a QName
.
Field Summary | |
static QName |
_AtLeastOnce
QName value of AtLeastOnce delivery assurance. |
static QName |
_AtMostOnce
QName value of AtMostOnce delivery assurance. |
static QName |
_ExactlyOnce
QName value of ExactlyOnce delivery assurance. |
static QName |
_InOrder
QName value of InOrder delivery assurance. |
static DeliveryAssurance |
AtLeastOnce
The messages in the sequence are assured to be delivered to the application at least once. |
static DeliveryAssurance |
AtMostOnce
The messages in the sequence will be delivered to the application without duplication. |
static DeliveryAssurance |
ExactlyOnce
The messages in the sequence are assured to be delivered exactly once. |
static DeliveryAssurance |
InOrder
The messages in the sequence are assured to be delivered to the application in the order they were sent. |
Constructor Summary | |
protected |
DeliveryAssurance(QName value)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
static DeliveryAssurance |
fromValue(QName value)
Gets delivery assurance for given QName value. |
QName |
getValue()
Gets QName value of this delivery assurance. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final QName _AtMostOnce
QName
value of AtMostOnce
delivery assurance.
public static final QName _AtLeastOnce
QName
value of AtLeastOnce
delivery assurance.
public static final QName _ExactlyOnce
QName
value of ExactlyOnce
delivery assurance.
public static final QName _InOrder
QName
value of InOrder
delivery assurance.
public static final DeliveryAssurance AtMostOnce
public static final DeliveryAssurance AtLeastOnce
public static final DeliveryAssurance ExactlyOnce
AtMostOnce
and AtLeastOnce
.
public static final DeliveryAssurance InOrder
Constructor Detail |
protected DeliveryAssurance(QName value)
Method Detail |
public QName getValue()
public static DeliveryAssurance fromValue(QName value)
value
- a QName value
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |