org.yestech.lib.spring
Class TerracottaPipeFactoryBean
java.lang.Object
org.yestech.lib.spring.TerracottaPipeFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class TerracottaPipeFactoryBean
- extends java.lang.Object
- implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
Spring Factory to create a Terracotta Pipe
- Version:
- $Revision: $
- Author:
- Artie Copeland
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TerracottaPipeFactoryBean
public TerracottaPipeFactoryBean()
getObject
public java.lang.Object getObject()
throws java.lang.Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
- Throws:
java.lang.Exception
getObjectType
public java.lang.Class getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
getRouter
public org.terracotta.message.routing.Router getRouter()
setRouter
public void setRouter(org.terracotta.message.routing.Router router)
getTopologyName
public java.lang.String getTopologyName()
getPipeName
public java.lang.String getPipeName()
setPipeName
public void setPipeName(java.lang.String pipeName)
setTopologyName
public void setTopologyName(java.lang.String topologyName)
getPipeSize
public int getPipeSize()
setPipeSize
public void setPipeSize(int pipeSize)
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
Copyright © 2009 YES Technology Association. All Rights Reserved.