public class FileBasedClusterNodeFirewallFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Modifier and Type | Field and Description |
---|---|
private FileBasedClusterNodeFirewall |
firewall |
private NiFiProperties |
properties |
Constructor and Description |
---|
FileBasedClusterNodeFirewallFactoryBean() |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
void |
setProperties(NiFiProperties properties) |
private FileBasedClusterNodeFirewall firewall
private NiFiProperties properties
public FileBasedClusterNodeFirewallFactoryBean()
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 setProperties(NiFiProperties properties)
Copyright © 2016 Apache NiFi Project. All rights reserved.