|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.ghn.service.configuration.ServiceConfiguration
public class ServiceConfiguration
The configuration of a managed service.
Includes the list of its client services.
| Constructor Summary | |
|---|---|
ServiceConfiguration(List<LifetimeHandler> lifetimeHandlers,
List<RequestHandler> requestHandlers)
Creates an instance with the LifetimeHandlers and RequestHandlers. |
|
| Method Summary | |
|---|---|
List<LifetimeHandler> |
lifetimeHandlers()
Returns the LifetimeHandlers configured on the service. |
List<RequestHandler> |
requestHandlers()
Returns the RequestHandlers configured on the service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceConfiguration(List<LifetimeHandler> lifetimeHandlers,
List<RequestHandler> requestHandlers)
LifetimeHandlers and RequestHandlers.
lifetimeHandlers - the lifetime handlersrequestHandlers - the request handlers| Method Detail |
|---|
public List<LifetimeHandler> lifetimeHandlers()
LifetimeHandlers configured on the service.
public List<RequestHandler> requestHandlers()
RequestHandlers configured on the service.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||