|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceEvent | |
|---|---|
| org.gcube.common.ghn.service.events | |
| org.gcube.common.ghn.service.handlers | |
| Uses of ServiceEvent in org.gcube.common.ghn.service.events |
|---|
| Classes in org.gcube.common.ghn.service.events that implement ServiceEvent | |
|---|---|
class |
LifetimeEvent
A ServiceEvent that relates to the lifetime of a managed app. |
class |
RequestEvent
A ServiceEvent that occurs when the a request reaches a servlet of the managed app. |
class |
ResponseEvent
A ServiceEvent that occurs when the a servlet returns a response to a given request. |
class |
StartServiceEvent
A ServiceEvent that occurs when the app is started by the container. |
class |
StopServiceEvent
A ServiceEvent that occurs when the app is stopped by the container. |
| Uses of ServiceEvent in org.gcube.common.ghn.service.handlers |
|---|
| Methods in org.gcube.common.ghn.service.handlers with parameters of type ServiceEvent | |
|---|---|
void |
Pipeline.forward(ServiceEvent<T> e)
Forwards an event a step further through the pipeline. |
void |
DefaultPipeline.forward(ServiceEvent<T> e)
|
void |
LifetimeHandler.onEvent(Pipeline<LifetimeHandler> pipeline,
ServiceEvent<LifetimeHandler> e)
|
void |
RequestHandler.onEvent(Pipeline<RequestHandler> pipeline,
ServiceEvent<RequestHandler> e)
|
void |
ServiceHandler.onEvent(Pipeline<T> pipeline,
ServiceEvent<T> e)
Processes a given event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||