org.openorb.notify.persistence
public interface SupplierAdmin 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()
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 |
| ConnectionInfo[] | pull_consumers(ForUpdate fu) |
| void | pull_consumers(ConnectionInfo[] arg)
PullConsumers |
| ConnectionInfo[] | push_consumers()
PushConsumers IDs |
| ConnectionInfo[] | push_consumers(ForUpdate fu) |
| void | push_consumers(ConnectionInfo[] arg)
PushConsumers IDs |
| Property[] | qos_properties()
QoSProperties |
| Property[] | qos_properties(ForUpdate fu) |
| void | qos_properties(Property[] arg)
QoSProperties |