|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.openorb.notify.PersistenceRepository
The PersistenceRepository class defines operations for getting access to the various homes of the Notification ervice.
| Constructor Summary | |
PersistenceRepository()
|
|
| Method Summary | |
static ConsumerAdminHome |
getConsumerAdminHome(boolean persistent)
Get the ConsumerAdmin home. |
static EventChannelHome |
getEventChannelHome(boolean persistent)
Get the EventChannel home. |
static EventHome |
getEventHome(boolean persistent)
Get the Event home. |
static EventQueueHome |
getEventQueueHome(boolean persistent)
Get the EventQueue home. |
static FilterHome |
getFilterHome(boolean persistent)
Get the Filter home. |
static MappingFilterHome |
getMappingFilterHome(boolean persistent)
Get the MappingFilter home. |
static ProxyConsumerHome |
getProxyConsumerHome(boolean persistent)
Get the ProxyConsumer home. |
static ProxySupplierHome |
getProxySupplierHome(boolean persistent)
Get the ProxySupplier home. |
static SupplierAdminHome |
getSupplierAdminHome(boolean persistent)
Get the SupplierAdmin home. |
static void |
setConsumerAdminHome(ConsumerAdminHome home,
boolean persistent)
Set the ConsumerAdmin home. |
static void |
setEventChannelHome(EventChannelHome home,
boolean persistent)
Set the EventChannel home. |
static void |
setEventHome(EventHome home,
boolean persistent)
Set the Event home. |
static void |
setEventQueueHome(EventQueueHome home,
boolean persistent)
Set the EventQueue home. |
static void |
setFilterHome(FilterHome home,
boolean persistent)
Set the Filter home. |
static void |
setMappingFilterHome(MappingFilterHome home,
boolean persistent)
Set the MappingFilter home. |
static void |
setProxyConsumerHome(ProxyConsumerHome home,
boolean persistent)
Set the ProxyConsumer home. |
static void |
setProxySupplierHome(ProxySupplierHome home,
boolean persistent)
Set the ProxySupplier home. |
static void |
setSupplierAdminHome(SupplierAdminHome home,
boolean persistent)
Set the SupplierAdmin home. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PersistenceRepository()
| Method Detail |
public static EventChannelHome getEventChannelHome(boolean persistent)
public static void setEventChannelHome(EventChannelHome home,
boolean persistent)
public static ConsumerAdminHome getConsumerAdminHome(boolean persistent)
public static void setConsumerAdminHome(ConsumerAdminHome home,
boolean persistent)
public static SupplierAdminHome getSupplierAdminHome(boolean persistent)
public static void setSupplierAdminHome(SupplierAdminHome home,
boolean persistent)
public static FilterHome getFilterHome(boolean persistent)
public static void setFilterHome(FilterHome home,
boolean persistent)
public static MappingFilterHome getMappingFilterHome(boolean persistent)
public static void setMappingFilterHome(MappingFilterHome home,
boolean persistent)
public static ProxyConsumerHome getProxyConsumerHome(boolean persistent)
public static void setProxyConsumerHome(ProxyConsumerHome home,
boolean persistent)
public static ProxySupplierHome getProxySupplierHome(boolean persistent)
public static void setProxySupplierHome(ProxySupplierHome home,
boolean persistent)
public static EventHome getEventHome(boolean persistent)
public static void setEventHome(EventHome home,
boolean persistent)
public static EventQueueHome getEventQueueHome(boolean persistent)
public static void setEventQueueHome(EventQueueHome home,
boolean persistent)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||