public class ServiceConfiguration extends ConfigurationModuleBuilder
| Modifier and Type | Field and Description | 
|---|---|
static ConfigurationModule | 
CONF
ConfigurationModule for services. 
 | 
static OptionalImpl<EventHandler<ContextStart>> | 
ON_CONTEXT_STARTED
Event handler for context start. 
 | 
static OptionalImpl<EventHandler<ContextStop>> | 
ON_CONTEXT_STOP
Event handler for context stop. 
 | 
static OptionalImpl<EventHandler<TaskStart>> | 
ON_TASK_STARTED
Event handlers to be informed right before a Task enters its call() method. 
 | 
static OptionalImpl<EventHandler<TaskStop>> | 
ON_TASK_STOP
Event handlers to be informed right after a Task exits its call() method. 
 | 
static OptionalParameter<Object> | 
SERVICES
A set of services to instantiate. 
 | 
| Constructor and Description | 
|---|
ServiceConfiguration()  | 
bind, bindConstructor, bindConstructor, bindImplementation, bindImplementation, bindImplementation, bindList, bindList, bindList, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindNamedParameter, bindSetEntry, bindSetEntry, bindSetEntry, bindSetEntry, build, mergepublic static final OptionalParameter<Object> SERVICES
public static final OptionalImpl<EventHandler<ContextStart>> ON_CONTEXT_STARTED
public static final OptionalImpl<EventHandler<ContextStop>> ON_CONTEXT_STOP
public static final OptionalImpl<EventHandler<TaskStart>> ON_TASK_STARTED
public static final OptionalImpl<EventHandler<TaskStop>> ON_TASK_STOP
public static final ConfigurationModule CONF
public ServiceConfiguration()
Copyright © 2015 The Apache Software Foundation. All rights reserved.