|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ReceivableService.ReceivableEvent
The ReceiveableEvent interface identifies information about an
event type that may be received by SBBs in a service.
| Method Summary | |
|---|---|
EventTypeID |
getEventType()
Get the component identifier of the event type. |
java.lang.String |
getResourceOption()
Get the resource option specified by the SBB receiving the event type. |
boolean |
isInitialEvent()
Get the initial-event flag for the event type. |
| Method Detail |
|---|
EventTypeID getEventType()
This method is a non-transactional method.
java.lang.String getResourceOption()
This method is a non-transactional method.
null if the SBB did not
specify a resource option.boolean isInitialEvent()
This method is a non-transactional method.
true if the event type is an initial event for the service,
false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||