Interface DeliveryState
- All Known Implementing Classes:
Accepted,Declared,Modified,Received,Rejected,Released,TransactionalState
public interface DeliveryState
Describes the state of a delivery at a link end-point.
Note that the the sender is the owner of the state.
The receiver merely influences the state.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn enumeration of the validDeliveryStatetypes that the library can provide. -
Method Summary
-
Method Details
-
getType
DeliveryState.DeliveryStateType getType()- Returns:
- the
DeliveryState.DeliveryStateTypethat this instance represents.
-