Package io.gravitee.node.management.http
Class ManagementService
- java.lang.Object
-
- io.gravitee.common.component.AbstractLifecycleComponent<T>
-
- io.gravitee.common.service.AbstractService<ManagementService>
-
- io.gravitee.node.management.http.ManagementService
-
- All Implemented Interfaces:
io.gravitee.common.component.LifecycleComponent<ManagementService>,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
public class ManagementService extends io.gravitee.common.service.AbstractService<ManagementService>
- Author:
- David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description ManagementService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoStart()protected voiddoStop()protected Stringname()-
Methods inherited from class io.gravitee.common.service.AbstractService
getOrder, setApplicationContext
-
Methods inherited from class io.gravitee.common.component.AbstractLifecycleComponent
lifecycleState, preStop, start, stop
-
-
-
-
Method Detail
-
doStart
protected void doStart() throws Exception- Overrides:
doStartin classio.gravitee.common.service.AbstractService<ManagementService>- Throws:
Exception
-
doStop
protected void doStop() throws Exception- Overrides:
doStopin classio.gravitee.common.service.AbstractService<ManagementService>- Throws:
Exception
-
name
protected String name()
- Overrides:
namein classio.gravitee.common.service.AbstractService<ManagementService>
-
-