com.softwareag.centrasite.appl.framework.persistence
Interface PersistenceEvent

All Known Implementing Classes:
PersistenceEventImpl

public interface PersistenceEvent

The interface provides context information for a persistence event.

See Also:
PersistenceEventListener

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.
 

Method Detail

getBean

RegistryBean getBean()
Retrieves the bean attached to this event.

Returns:
RegistryBean

getRegistryObject

java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObject()
Retrieves the RegistryObject attached to this event.

Returns:
Collection of RegistryObject instances.

getPersistenceContext

PersistenceContext getPersistenceContext()
Retrieves the current PersistenceContext.

Returns:
PersistenceContext