public class ControllerServiceDetails extends Object
| Modifier and Type | Field and Description |
|---|---|
private BundleCoordinate |
bundleCoordinate |
private TerminationAwareLogger |
componentLog |
private ControllerService |
implementation |
private ControllerServiceInvocationHandler |
invocationHandler |
private ControllerService |
proxiedControllerService |
| Constructor and Description |
|---|
ControllerServiceDetails(LoggableComponent<ControllerService> implementation,
LoggableComponent<ControllerService> proxiedControllerService,
ControllerServiceInvocationHandler invocationHandler) |
| Modifier and Type | Method and Description |
|---|---|
BundleCoordinate |
getBundleCoordinate() |
TerminationAwareLogger |
getComponentLog() |
ControllerService |
getImplementation() |
ControllerServiceInvocationHandler |
getInvocationHandler() |
ControllerService |
getProxiedControllerService() |
private final ControllerService proxiedControllerService
private final ControllerService implementation
private final TerminationAwareLogger componentLog
private final BundleCoordinate bundleCoordinate
private final ControllerServiceInvocationHandler invocationHandler
public ControllerServiceDetails(LoggableComponent<ControllerService> implementation, LoggableComponent<ControllerService> proxiedControllerService, ControllerServiceInvocationHandler invocationHandler)
public ControllerService getProxiedControllerService()
public ControllerService getImplementation()
public TerminationAwareLogger getComponentLog()
public BundleCoordinate getBundleCoordinate()
public ControllerServiceInvocationHandler getInvocationHandler()
Copyright © 2021 Apache NiFi Project. All rights reserved.