org.openorb.notify
Class PersistenceRepository

java.lang.Object
  |
  +--org.openorb.notify.PersistenceRepository

public class PersistenceRepository
extends java.lang.Object

The PersistenceRepository class defines operations for getting access to the various homes of the Notification ervice.

Author:
Olivier Modica

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

PersistenceRepository

public PersistenceRepository()
Method Detail

getEventChannelHome

public static EventChannelHome getEventChannelHome(boolean persistent)
Get the EventChannel home.

setEventChannelHome

public static void setEventChannelHome(EventChannelHome home,
                                       boolean persistent)
Set the EventChannel home.

getConsumerAdminHome

public static ConsumerAdminHome getConsumerAdminHome(boolean persistent)
Get the ConsumerAdmin home.

setConsumerAdminHome

public static void setConsumerAdminHome(ConsumerAdminHome home,
                                        boolean persistent)
Set the ConsumerAdmin home.

getSupplierAdminHome

public static SupplierAdminHome getSupplierAdminHome(boolean persistent)
Get the SupplierAdmin home.

setSupplierAdminHome

public static void setSupplierAdminHome(SupplierAdminHome home,
                                        boolean persistent)
Set the SupplierAdmin home.

getFilterHome

public static FilterHome getFilterHome(boolean persistent)
Get the Filter home.

setFilterHome

public static void setFilterHome(FilterHome home,
                                 boolean persistent)
Set the Filter home.

getMappingFilterHome

public static MappingFilterHome getMappingFilterHome(boolean persistent)
Get the MappingFilter home.

setMappingFilterHome

public static void setMappingFilterHome(MappingFilterHome home,
                                        boolean persistent)
Set the MappingFilter home.

getProxyConsumerHome

public static ProxyConsumerHome getProxyConsumerHome(boolean persistent)
Get the ProxyConsumer home.

setProxyConsumerHome

public static void setProxyConsumerHome(ProxyConsumerHome home,
                                        boolean persistent)
Set the ProxyConsumer home.

getProxySupplierHome

public static ProxySupplierHome getProxySupplierHome(boolean persistent)
Get the ProxySupplier home.

setProxySupplierHome

public static void setProxySupplierHome(ProxySupplierHome home,
                                        boolean persistent)
Set the ProxySupplier home.

getEventHome

public static EventHome getEventHome(boolean persistent)
Get the Event home.

setEventHome

public static void setEventHome(EventHome home,
                                boolean persistent)
Set the Event home.

getEventQueueHome

public static EventQueueHome getEventQueueHome(boolean persistent)
Get the EventQueue home.

setEventQueueHome

public static void setEventQueueHome(EventQueueHome home,
                                     boolean persistent)
Set the EventQueue home.