public static interface ReceivableService.ReceivableEvent
ReceiveableEvent
interface identifies information about an
event type that may be received by SBBs in a service.Modifier and Type | Method and Description |
---|---|
EventTypeID |
getEventType()
Get the component identifier of the event type.
|
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.
|
EventTypeID getEventType()
This method is a non-transactional method.
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.