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 |
find_by_id
public EventChannel find_by_id(int id)
throws org.omg.CosPersistentState.NotFound
- Operation find_by_id
find_ref_by_id
public EventChannelRef find_ref_by_id(int id)
- Operation find_ref_by_id
create
public 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