|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.persistence.impl.PersistenceEventImpl
public class PersistenceEventImpl
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 |
---|
public PersistenceEventImpl(RegistryBean bean, java.util.Collection<javax.xml.registry.infomodel.RegistryObject> ros, PersistenceContext context)
bean
- ros
- Method Detail |
---|
public RegistryBean getBean()
PersistenceEvent
getBean
in interface PersistenceEvent
RegistryBean
public java.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObject()
PersistenceEvent
RegistryObject
attached to this event.
getRegistryObject
in interface PersistenceEvent
Collection
of RegistryObject
instances.public PersistenceContext getPersistenceContext()
PersistenceEvent
PersistenceContext
.
getPersistenceContext
in interface PersistenceEvent
PersistenceContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |