org.openorb.notify.persistence
Interface SupplierAdmin

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

public interface SupplierAdmin
extends FilterAdmin

This storagetype describes a SupplierAdmin


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()
          SupplierAdminID
 void id(int arg)
          SupplierAdminID
 int next_pull_consumer_id()
          Indicates the next pull consumer id
 void next_pull_consumer_id(int arg)
          Indicates the next pull consumer id
 int next_push_consumer_id()
          Indicates the next push consumer id
 void next_push_consumer_id(int arg)
          Indicates the next push consumer id
 ConnectionInfo[] pull_consumers()
          PullConsumers
 void pull_consumers(ConnectionInfo[] arg)
          PullConsumers
 ConnectionInfo[] pull_consumers(org.omg.CosPersistentState.ForUpdate fu)
           
 ConnectionInfo[] push_consumers()
          PushConsumers IDs
 void push_consumers(ConnectionInfo[] arg)
          PushConsumers IDs
 ConnectionInfo[] push_consumers(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

public int id()
SupplierAdminID

id

public void id(int arg)
SupplierAdminID

channel_id

public int channel_id()
ChannelID

channel_id

public void channel_id(int arg)
ChannelID

filter_operator

public InterFilterGroupOperator filter_operator()
FilterOperator

filter_operator

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

filter_operator

public void filter_operator(InterFilterGroupOperator arg)
FilterOperator

qos_properties

public Property[] qos_properties()
QoSProperties

qos_properties

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

qos_properties

public void qos_properties(Property[] arg)
QoSProperties

pull_consumers

public ConnectionInfo[] pull_consumers()
PullConsumers

pull_consumers

public ConnectionInfo[] pull_consumers(org.omg.CosPersistentState.ForUpdate fu)

pull_consumers

public void pull_consumers(ConnectionInfo[] arg)
PullConsumers

push_consumers

public ConnectionInfo[] push_consumers()
PushConsumers IDs

push_consumers

public ConnectionInfo[] push_consumers(org.omg.CosPersistentState.ForUpdate fu)

push_consumers

public void push_consumers(ConnectionInfo[] arg)
PushConsumers IDs

next_pull_consumer_id

public int next_pull_consumer_id()
Indicates the next pull consumer id

next_pull_consumer_id

public void next_pull_consumer_id(int arg)
Indicates the next pull consumer id

next_push_consumer_id

public int next_push_consumer_id()
Indicates the next push consumer id

next_push_consumer_id

public void next_push_consumer_id(int arg)
Indicates the next push consumer id