org.openorb.notify.persistence
public interface ConsumerAdmin extends FilterAdmin
| Method Summary | |
|---|---|
| int | channel_id()
ChannelID |
| void | channel_id(int arg)
ChannelID |
| InterFilterGroupOperator | filter_operator()
FilterOperator |
| InterFilterGroupOperator | filter_operator(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 |
| ConnectionInfo[] | pull_suppliers(ForUpdate fu) |
| void | pull_suppliers(ConnectionInfo[] arg)
PullSuppliers |
| ConnectionInfo[] | push_suppliers()
PushSuppliers IDs |
| ConnectionInfo[] | push_suppliers(ForUpdate fu) |
| void | push_suppliers(ConnectionInfo[] arg)
PushSuppliers IDs |
| Property[] | qos_properties()
QoSProperties |
| Property[] | qos_properties(ForUpdate fu) |
| void | qos_properties(Property[] arg)
QoSProperties |