public abstract class AbstractControllerService extends AbstractConfigurableComponent implements ControllerService
Modifier and Type | Field and Description |
---|---|
private String |
identifier |
private ComponentLog |
logger |
private ControllerServiceLookup |
serviceLookup |
private StateManager |
stateManager |
Constructor and Description |
---|
AbstractControllerService() |
Modifier and Type | Method and Description |
---|---|
protected ControllerServiceLookup |
getControllerServiceLookup() |
String |
getIdentifier() |
protected ComponentLog |
getLogger() |
protected StateManager |
getStateManager() |
protected void |
init(ControllerServiceInitializationContext config)
Provides a mechanism by which subclasses can perform initialization of
the Controller Service before it is scheduled to be run
|
void |
initialize(ControllerServiceInitializationContext context)
Provides the Controller Service with access to objects that may be of use
throughout the life of the service.
|
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, getSupportedPropertyDescriptors, hashCode, onPropertyModified, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
private String identifier
private ControllerServiceLookup serviceLookup
private ComponentLog logger
private StateManager stateManager
public final void initialize(ControllerServiceInitializationContext context) throws InitializationException
ControllerService
initialize
in interface ControllerService
context
- of initializationInitializationException
- if unable to initpublic String getIdentifier()
getIdentifier
in interface ConfigurableComponent
protected final ControllerServiceLookup getControllerServiceLookup()
ControllerServiceLookup
that was passed to the
#init(ProcessorInitializationContext)
methodprotected void init(ControllerServiceInitializationContext config) throws InitializationException
config
- of initialization contextInitializationException
- if unable to initprotected ComponentLog getLogger()
protected StateManager getStateManager()
Copyright © 2016 Apache NiFi Project. All rights reserved.