Interface DeliveryState
-
- All Known Implementing Classes:
Accepted,Declared,Modified,Received,Rejected,Released,TransactionalState
public interface DeliveryStateDescribes 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. TODO clarify the concept of ownership? how is link recovery involved?
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeliveryState.DeliveryStateType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeliveryState.DeliveryStateTypegetType()
-
-
-
Method Detail
-
getType
DeliveryState.DeliveryStateType getType()
- Returns:
- the
DeliveryState.DeliveryStateTypethat this instance represents.
-
-