|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderInfo
An entry for order information in a OrderInfoCache cache.
| Method Summary | |
|---|---|
UserID |
getActorID()
Returns the actor ID of the receiver's order. |
OrderID |
getOrderID()
Returns the ID of the receiver's order. |
OrderID |
getOrigOrderID()
Returns the parent order ID of the receiver's order. |
UserID |
getViewerID()
Returns the viewer ID of the receiver's order. |
boolean |
isViewerIDSet()
Checks whether the viewer ID of the receiver's order has been set. |
void |
setAckExpected(boolean ackExpected)
Sets to the given value a flag indicating whether the ORS is expected to issue an ack for the receiver's order. |
void |
setAckProcessed(boolean ackProcessed)
Sets to the given value a flag indicating whether the ORS has retrieved the ack principals for the receiver's order. |
void |
setERPersisted(boolean erPersisted)
Sets to the given value a flag indicating whether an execution report (ack, or broker response) for the receiver's order has been persisted. |
void |
setMessageProcessed(Message msg)
Notifies the receiver that the given message has been processed. |
void |
setResponseExpected(boolean responseExpected)
Sets to the given value a flag indicating whether the ORS is expected to receive a response to the receiver's order. |
void |
setResponseProcessed(boolean responseProcessed)
Sets to the given value a flag indicating whether the ORS has retrieved the response principals for the receiver's order. |
void |
setViewerID(UserID viewerID)
Sets the viewer ID of the receiver's order to the given one. |
| Method Detail |
|---|
OrderID getOrderID()
OrderID getOrigOrderID()
UserID getActorID()
boolean isViewerIDSet()
getViewerID() should not be used; true indicates that getViewerID() can be used.
UserID getViewerID()
setViewerID(UserID) (which
may take place implicitly, in the constructor); accordingly, it
is best to guard calls to this method with a call to isViewerIDSet().
void setViewerID(UserID viewerID)
viewerID - The ID. It may be null if we could not deduce a
viewer.void setERPersisted(boolean erPersisted)
persisted - The flag.void setAckExpected(boolean ackExpected)
ackExpected - The flag.void setAckProcessed(boolean ackProcessed)
ackProcessed - The flag.void setResponseExpected(boolean responseExpected)
responseExpected - The flag.void setResponseProcessed(boolean responseProcessed)
responseProcessed - The flag.void setMessageProcessed(Message msg)
msg - The message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||