null
if nothing is executed
Any exceptions thrown by handlers will be bundled into a {@link UmbrellaException} and then re-thrown after all handlers havecompleted. An exception thrown by a handler will not prevent other handlers from executing. @throws UmbrellaException wrapping exceptions thrown by handlers @param event the event to fire
null
.
@throws NullPointerException if event, eventType, or activityHandle arenull
.
@throws UnrecognizedEventException if eventType
is not avalid SLEE event type.
@throws UnrecognizedActivityException if activityHandle
isnot a valid external activity handle
@throws ResourceException if this connection is closed, or the eventcould not be fired due to a system-level failure.
The source repository of the event is automatically set to this repository, before the event is delivered to any listeners. @param event the event to deliver.
Executes either:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|