org.opennms.netmgt.correlation
Class CorrelationEngineFactoryBean

java.lang.Object
  extended by org.opennms.netmgt.correlation.CorrelationEngineFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<CorrelationEngine>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class CorrelationEngineFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<List<CorrelationEngine>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

CorrelationEngineFactoryBean class.

Version:
$Id: $
Author:
Mathew Brozowski

Constructor Summary
CorrelationEngineFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 List<CorrelationEngine> getObject()
          getObject
 Class<?> getObjectType()
          getObjectType
 boolean isSingleton()
          isSingleton
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorrelationEngineFactoryBean

public CorrelationEngineFactoryBean()
Method Detail

getObject

public List<CorrelationEngine> getObject()
                                  throws Exception

getObject

Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<List<CorrelationEngine>>
Returns:
a Object object.
Throws:
Exception - if any.

getObjectType

public Class<?> getObjectType()

getObjectType

Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<List<CorrelationEngine>>
Returns:
a Class object.

isSingleton

public boolean isSingleton()

isSingleton

Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<List<CorrelationEngine>>
Returns:
a boolean.

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception

afterPropertiesSet

Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception - if any.

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException

Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2011. All Rights Reserved.