public class WebClusterManagerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean, org.springframework.context.ApplicationContextAware
Modifier and Type | Field and Description |
---|---|
private org.springframework.context.ApplicationContext |
applicationContext |
private WebClusterManager |
clusterManager |
private StringEncryptor |
encryptor |
private OptimisticLockingManager |
optimisticLockingManager |
private NiFiProperties |
properties |
Constructor and Description |
---|
WebClusterManagerFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEncryptor(StringEncryptor encryptor) |
void |
setOptimisticLockingManager(OptimisticLockingManager optimisticLockingManager) |
void |
setProperties(NiFiProperties properties) |
private org.springframework.context.ApplicationContext applicationContext
private WebClusterManager clusterManager
private NiFiProperties properties
private StringEncryptor encryptor
private OptimisticLockingManager optimisticLockingManager
public Object getObject() throws Exception
getObject
in interface org.springframework.beans.factory.FactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setProperties(NiFiProperties properties)
public void setEncryptor(StringEncryptor encryptor)
public void setOptimisticLockingManager(OptimisticLockingManager optimisticLockingManager)
Copyright © 2016 Apache NiFi Project. All rights reserved.