org.opennms.netmgt.correlation
Class CorrelationEngineFactoryBean

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

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

CorrelationEngineFactoryBean class.

Version:
$Id: $
Author:
Mathew Brozowski

Constructor Summary
CorrelationEngineFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 Object getObject()
          getObject
 Class<?> getObjectType()
          getObjectType
 boolean isSingleton()
          isSingleton
 ThreadCategory log()
          log
 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 Object getObject()
                 throws Exception

getObject

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

getObjectType

public Class<?> getObjectType()

getObjectType

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

isSingleton

public boolean isSingleton()

isSingleton

Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean
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

log

public ThreadCategory log()

log

Returns:
a ThreadCategory object.


Copyright © 2011. All Rights Reserved.