org.fusesource.fabric.bridge.zk.model
Class ZkBridgeDestinationsConfigFactory

java.lang.Object
  extended by org.fusesource.fabric.bridge.model.IdentifiedType
      extended by 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

Constructor Summary
ZkBridgeDestinationsConfigFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.fusesource.fabric.api.FabricService getFabricService()
           
 java.lang.String getFabricServiceRef()
           
 BridgeDestinationsConfig getObject()
           
 java.lang.Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setFabricService(org.fusesource.fabric.api.FabricService fabricService)
           
 void setFabricServiceRef(java.lang.String fabricServiceRef)
           
 
Methods inherited from class org.fusesource.fabric.bridge.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkBridgeDestinationsConfigFactory

public ZkBridgeDestinationsConfigFactory()
Method Detail

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.