org.openorb.notify.persistence
Interface ConsumerAdmin

All Superinterfaces:
FilterAdmin, org.omg.CosPersistentState.StorageObject

public interface ConsumerAdmin
extends FilterAdmin

This storagetype describes a ConsumerAdmin


Method Summary
 int channel_id()
          ChannelID
 void channel_id(int arg)
          ChannelID
 InterFilterGroupOperator filter_operator()
          FilterOperator
 InterFilterGroupOperator filter_operator(org.omg.CosPersistentState.ForUpdate fu)
           
 void filter_operator(InterFilterGroupOperator arg)
          FilterOperator
 int id()
          ConsumerAdminID
 void id(int arg)
          ConsumerAdminID
 int next_pull_supplier_id()
          Indicates the next pull supplier id
 void next_pull_supplier_id(int arg)
          Indicates the next pull supplier id
 int next_push_supplier_id()
          Indicates the next push supplier id
 void next_push_supplier_id(int arg)
          Indicates the next push supplier id
 ConnectionInfo[] pull_suppliers()
          PullSuppliers
 void pull_suppliers(ConnectionInfo[] arg)
          PullSuppliers
 ConnectionInfo[] pull_suppliers(org.omg.CosPersistentState.ForUpdate fu)
           
 ConnectionInfo[] push_suppliers()
          PushSuppliers IDs
 void push_suppliers(ConnectionInfo[] arg)
          PushSuppliers IDs
 ConnectionInfo[] push_suppliers(org.omg.CosPersistentState.ForUpdate fu)
           
 Property[] qos_properties()
          QoSProperties
 Property[] qos_properties(org.omg.CosPersistentState.ForUpdate fu)
           
 void qos_properties(Property[] arg)
          QoSProperties
 
Methods inherited from interface org.openorb.notify.persistence.FilterAdmin
event_types, event_types, event_types, filters, filters, filters, mapping_filters, mapping_filters, mapping_filters, next_filter_id, next_filter_id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

id

int id()
ConsumerAdminID


id

void id(int arg)
ConsumerAdminID


channel_id

int channel_id()
ChannelID


channel_id

void channel_id(int arg)
ChannelID


filter_operator

InterFilterGroupOperator filter_operator()
FilterOperator


filter_operator

InterFilterGroupOperator filter_operator(org.omg.CosPersistentState.ForUpdate fu)

filter_operator

void filter_operator(InterFilterGroupOperator arg)
FilterOperator


qos_properties

Property[] qos_properties()
QoSProperties


qos_properties

Property[] qos_properties(org.omg.CosPersistentState.ForUpdate fu)

qos_properties

void qos_properties(Property[] arg)
QoSProperties


pull_suppliers

ConnectionInfo[] pull_suppliers()
PullSuppliers


pull_suppliers

ConnectionInfo[] pull_suppliers(org.omg.CosPersistentState.ForUpdate fu)

pull_suppliers

void pull_suppliers(ConnectionInfo[] arg)
PullSuppliers


push_suppliers

ConnectionInfo[] push_suppliers()
PushSuppliers IDs


push_suppliers

ConnectionInfo[] push_suppliers(org.omg.CosPersistentState.ForUpdate fu)

push_suppliers

void push_suppliers(ConnectionInfo[] arg)
PushSuppliers IDs


next_pull_supplier_id

int next_pull_supplier_id()
Indicates the next pull supplier id


next_pull_supplier_id

void next_pull_supplier_id(int arg)
Indicates the next pull supplier id


next_push_supplier_id

int next_push_supplier_id()
Indicates the next push supplier id


next_push_supplier_id

void next_push_supplier_id(int arg)
Indicates the next push supplier id