org.openorb.notify.persistence
public interface EventChannel extends StorageObject
| Method Summary | |
|---|---|
| Property[] | admin_properties()
AdminProperties |
| Property[] | admin_properties(ForUpdate fu) |
| void | admin_properties(Property[] arg)
AdminProperties |
| int | connected_consumers()
The number of currently connected consumers - enforce the MaxConsumers admin property |
| void | connected_consumers(int arg)
The number of currently connected consumers - enforce the MaxConsumers admin property |
| int | connected_suppliers()
The number of currently connected suppliers - enforce the MaxSuppliers admin property |
| void | connected_suppliers(int arg)
The number of currently connected suppliers - enforce the MaxSuppliers admin property |
| ConnectionInfo[] | consumer_admins()
ConsumerAdmins |
| ConnectionInfo[] | consumer_admins(ForUpdate fu) |
| void | consumer_admins(ConnectionInfo[] arg)
ConsumerAdmins |
| ConnectionInfo | def_consumer_admin()
DefaultConsumerAdmin |
| ConnectionInfo | def_consumer_admin(ForUpdate fu) |
| void | def_consumer_admin(ConnectionInfo arg)
DefaultConsumerAdmin |
| ConnectionInfo | def_supplier_admin()
DefaultSupplierAdmin |
| ConnectionInfo | def_supplier_admin(ForUpdate fu) |
| void | def_supplier_admin(ConnectionInfo arg)
DefaultSupplierAdmin |
| int | id()
ChannelID |
| void | id(int arg)
ChannelID |
| int | next_consumer_admin_id()
Indicates the next pull consumer id |
| void | next_consumer_admin_id(int arg)
Indicates the next pull consumer id |
| int | next_supplier_admin_id()
Indicates the next push consumer id |
| void | next_supplier_admin_id(int arg)
Indicates the next push consumer id |
| EventTypeInfo[] | published_events()
The EventTypes being published within the channel |
| EventTypeInfo[] | published_events(ForUpdate fu) |
| void | published_events(EventTypeInfo[] arg)
The EventTypes being published within the channel |
| Property[] | qos_properties()
QoSProperties |
| Property[] | qos_properties(ForUpdate fu) |
| void | qos_properties(Property[] arg)
QoSProperties |
| EventTypeInfo[] | subscribed_events()
The EventTypes being subscribed within the channel |
| EventTypeInfo[] | subscribed_events(ForUpdate fu) |
| void | subscribed_events(EventTypeInfo[] arg)
The EventTypes being subscribed within the channel |
| ConnectionInfo[] | supplier_admins()
SupplierAdmins |
| ConnectionInfo[] | supplier_admins(ForUpdate fu) |
| void | supplier_admins(ConnectionInfo[] arg)
SupplierAdmins |