org.openorb.notify.persistence
Interface EventChannelHomeOperations

All Superinterfaces:
org.omg.CosPersistentState.StorageHomeBaseOperations
All Known Subinterfaces:
EventChannelHome

public interface EventChannelHomeOperations
extends org.omg.CosPersistentState.StorageHomeBaseOperations

This storagehome describes the EventChannelHome


Method Summary
 EventChannel create(int id, ConnectionInfo def_consumer_admin, ConnectionInfo[] consumer_admins, ConnectionInfo def_supplier_admin, ConnectionInfo[] supplier_admins, Property[] qos_properties, Property[] admin_properties, int next_consumer_admin_id, int next_supplier_admin_id, int connected_consumers, int connected_suppliers, EventTypeInfo[] published_events, EventTypeInfo[] subscribed_events)
          Operation create
 EventChannel find_by_id(int id)
          Operation find_by_id
 EventChannelRef find_ref_by_id(int id)
          Operation find_ref_by_id
 
Methods inherited from interface org.omg.CosPersistentState.StorageHomeBaseOperations
find_by_short_pid, get_catalog
 

Method Detail

find_by_id

EventChannel find_by_id(int id)
                        throws org.omg.CosPersistentState.NotFound
Operation find_by_id

Throws:
org.omg.CosPersistentState.NotFound

find_ref_by_id

EventChannelRef find_ref_by_id(int id)
Operation find_ref_by_id


create

EventChannel create(int id,
                    ConnectionInfo def_consumer_admin,
                    ConnectionInfo[] consumer_admins,
                    ConnectionInfo def_supplier_admin,
                    ConnectionInfo[] supplier_admins,
                    Property[] qos_properties,
                    Property[] admin_properties,
                    int next_consumer_admin_id,
                    int next_supplier_admin_id,
                    int connected_consumers,
                    int connected_suppliers,
                    EventTypeInfo[] published_events,
                    EventTypeInfo[] subscribed_events)
Operation create