|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventManager
An interface for classes managing the Events produced by the
different bundles or their Controllers. A method to process all
collected Events is provided as well.
| Method Summary | |
|---|---|
void |
addEvent(Event event)
Adds an Event to the (internal) list of events. |
java.util.Collection<Event> |
getEvents()
returns an unmodifiable collection of the Events of the EventManager. |
Event |
getOutputEvent()
Returns the StopEvent or null if no StopEvent has
been added. |
Event |
getStopEvent()
Returns the StopEvent or null if no StopEvent has
been added. |
boolean |
isInternalServerErrorEvent()
returns whether an internal server error event has been set. |
void |
runEvents(ResultSet rs)
runs all Events. |
void |
setInternalServerErrorEvent()
sets an InternalServerErrorEvent. |
| Method Detail |
|---|
Event getStopEvent()
StopEvent or null if no StopEvent has
been added.
StopEvent or null if no StopEvent has been added.Event getOutputEvent()
StopEvent or null if no StopEvent has
been added.
StopEvent or null if no StopEvent has been added.void setInternalServerErrorEvent()
InternalServerErrorEvent.
boolean isInternalServerErrorEvent()
true, if and only if, setInternalServerErrorEvent() has been called on this
EventManager. Otherwise false.void addEvent(Event event)
Event to the (internal) list of events.
event - the Event to add.void runEvents(ResultSet rs)
Events.
rs - the ResultSetEvent.run(org.torweg.pulse.service.request.ServiceRequest)java.util.Collection<Event> getEvents()
Events of the EventManager.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||