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

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

public class PersistenceEventImpl
extends java.lang.Object
implements PersistenceEvent

The Default implementation of the PersistenceEvent.


Constructor Summary
PersistenceEventImpl(RegistryBean bean, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ros, PersistenceContext context)
          The Default Constructor.
 
Method Summary
 RegistryBean getBean()
          Retrieves the bean attached to this event.
 PersistenceContext getPersistenceContext()
          Retrieves the current PersistenceContext.
 java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObject()
          Retrieves the RegistryObject attached to this event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceEventImpl

public PersistenceEventImpl(RegistryBean bean,
                            java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ros,
                            PersistenceContext context)
The Default Constructor.

Parameters:
bean -
ros -
Method Detail

getBean

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

Specified by:
getBean in interface PersistenceEvent
Returns:
RegistryBean

getRegistryObject

public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObject()
Description copied from interface: PersistenceEvent
Retrieves the RegistryObject attached to this event.

Specified by:
getRegistryObject in interface PersistenceEvent
Returns:
Collection of RegistryObject instances.

getPersistenceContext

public PersistenceContext getPersistenceContext()
Description copied from interface: PersistenceEvent
Retrieves the current PersistenceContext.

Specified by:
getPersistenceContext in interface PersistenceEvent
Returns:
PersistenceContext