org.fusesource.fabric.bridge.zk.model
Class ZkBridgeDestinationsConfigFactory
java.lang.Object
org.fusesource.fabric.bridge.model.IdentifiedType
org.fusesource.fabric.bridge.zk.model.ZkBridgeDestinationsConfigFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<BridgeDestinationsConfig>, org.springframework.beans.factory.InitializingBean
public class ZkBridgeDestinationsConfigFactory
- extends IdentifiedType
- implements org.springframework.beans.factory.FactoryBean<BridgeDestinationsConfig>, org.springframework.beans.factory.InitializingBean
- Author:
- Dhiraj Bokde
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZkBridgeDestinationsConfigFactory
public ZkBridgeDestinationsConfigFactory()
getObject
public BridgeDestinationsConfig getObject()
throws java.lang.Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<BridgeDestinationsConfig>
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class<?> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<BridgeDestinationsConfig>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<BridgeDestinationsConfig>
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
getFabricService
public org.fusesource.fabric.api.FabricService getFabricService()
setFabricService
public void setFabricService(org.fusesource.fabric.api.FabricService fabricService)
getFabricServiceRef
public java.lang.String getFabricServiceRef()
setFabricServiceRef
public void setFabricServiceRef(java.lang.String fabricServiceRef)
Copyright © 2014 Red Hat. All Rights Reserved.