com.aurorasoftworks.signal.runtime.core.context
Class EagerInitBeanReference

java.lang.Object
  extended by com.aurorasoftworks.signal.runtime.core.context.AbstractBeanReference
      extended by com.aurorasoftworks.signal.runtime.core.context.EagerInitBeanReference
All Implemented Interfaces:
IBeanReference, IBeanDelegate

public class EagerInitBeanReference
extends AbstractBeanReference

A direct reference to an eagerly-initialized bean.

Author:
Marek

Constructor Summary
EagerInitBeanReference(java.lang.String name, java.lang.Object bean)
          Creates a new instance of EagerInitBeanReference.
 
Method Summary
 
Methods inherited from class com.aurorasoftworks.signal.runtime.core.context.AbstractBeanReference
getBean, getBeanClass, getName, setBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EagerInitBeanReference

public EagerInitBeanReference(java.lang.String name,
                              java.lang.Object bean)
Creates a new instance of EagerInitBeanReference.

Parameters:
name - name of the bean to wrapped
bean - the bean to be wrapped


Copyright © 2010. All Rights Reserved.