|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.configuration.LifecycleConfiguration
public class LifecycleConfiguration
The configuration of the lifecycle of a managed service.
| Constructor Summary | |
|---|---|
LifecycleConfiguration()
|
|
| Method Summary | |
|---|---|
List<LifetimeHandler> |
lifetimeHandlers()
Returns the LifetimeHandlers for the service. |
LifecycleConfiguration |
lifetimeHandlers(LifetimeHandler... handlers)
Sets the LifetimeHandlers for the service. |
List<RequestHandler> |
requestHandlers()
Returns the RequestHandlers for the service. |
LifecycleConfiguration |
requestHandlers(RequestHandler... handlers)
Sets the RequestHandlers for the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleConfiguration()
| Method Detail |
|---|
public List<LifetimeHandler> lifetimeHandlers()
LifetimeHandlers for the service.
public LifecycleConfiguration lifetimeHandlers(LifetimeHandler... handlers)
LifetimeHandlers for the service.
handlers - the lifetime handlers
public List<RequestHandler> requestHandlers()
RequestHandlers for the service.
public LifecycleConfiguration requestHandlers(RequestHandler... handlers)
RequestHandlers for the service.
handlers - the request handlers
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||