com.softwareag.centrasite.appl.framework.persistence.impl
Class BeanPoolEventImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.impl.BeanPoolEventImpl
All Implemented Interfaces:
BeanPoolEvent

public class BeanPoolEventImpl
extends java.lang.Object
implements BeanPoolEvent

The Default implementation of the BeanPoolEvent.


Constructor Summary
BeanPoolEventImpl(RegistryBean bean)
          The Default Constructor.
 
Method Summary
 RegistryBean getBean()
          Retrieves the bean attached to this event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPoolEventImpl

public BeanPoolEventImpl(RegistryBean bean)
The Default Constructor.

Parameters:
bean -
Method Detail

getBean

public RegistryBean getBean()
Description copied from interface: BeanPoolEvent
Retrieves the bean attached to this event.

Specified by:
getBean in interface BeanPoolEvent
Returns:
RegistryBean