org.drools.container.spring.beans
Class GridNodeBeanFactory

java.lang.Object
  extended by org.drools.container.spring.beans.GridNodeBeanFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean

public class GridNodeBeanFactory
extends Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean


Constructor Summary
GridNodeBeanFactory()
           
 
Method Summary
 void afterPropertiesSet()
           
 Grid getGrid()
           
 String getId()
           
 Object getObject()
           
 Class<? extends GridNode> getObjectType()
           
 String getPort()
           
 boolean isSingleton()
           
 void setGrid(Grid grid)
           
 void setId(String id)
           
 void setPort(String port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridNodeBeanFactory

public GridNodeBeanFactory()
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
Exception

getObjectType

public Class<? extends GridNode> 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

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception

setId

public void setId(String id)

getId

public String getId()

getGrid

public Grid getGrid()

setGrid

public void setGrid(Grid grid)

getPort

public String getPort()

setPort

public void setPort(String port)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.