|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
This storagetype describes an EventChannel
| Method Summary | |
Property[] |
admin_properties()
AdminProperties |
Property[] |
admin_properties(org.omg.CosPersistentState.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 |
void |
consumer_admins(ConnectionInfo[] arg)
ConsumerAdmins |
ConnectionInfo[] |
consumer_admins(org.omg.CosPersistentState.ForUpdate fu)
|
ConnectionInfo |
def_consumer_admin()
DefaultConsumerAdmin |
void |
def_consumer_admin(ConnectionInfo arg)
DefaultConsumerAdmin |
ConnectionInfo |
def_consumer_admin(org.omg.CosPersistentState.ForUpdate fu)
|
ConnectionInfo |
def_supplier_admin()
DefaultSupplierAdmin |
void |
def_supplier_admin(ConnectionInfo arg)
DefaultSupplierAdmin |
ConnectionInfo |
def_supplier_admin(org.omg.CosPersistentState.ForUpdate fu)
|
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 |
void |
published_events(EventTypeInfo[] arg)
The EventTypes being published within the channel |
EventTypeInfo[] |
published_events(org.omg.CosPersistentState.ForUpdate fu)
|
Property[] |
qos_properties()
QoSProperties |
Property[] |
qos_properties(org.omg.CosPersistentState.ForUpdate fu)
|
void |
qos_properties(Property[] arg)
QoSProperties |
EventTypeInfo[] |
subscribed_events()
The EventTypes being subscribed within the channel |
void |
subscribed_events(EventTypeInfo[] arg)
The EventTypes being subscribed within the channel |
EventTypeInfo[] |
subscribed_events(org.omg.CosPersistentState.ForUpdate fu)
|
ConnectionInfo[] |
supplier_admins()
SupplierAdmins |
void |
supplier_admins(ConnectionInfo[] arg)
SupplierAdmins |
ConnectionInfo[] |
supplier_admins(org.omg.CosPersistentState.ForUpdate fu)
|
| Methods inherited from interface org.omg.CosPersistentState.StorageObject |
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists |
| Method Detail |
public int id()
public void id(int arg)
public ConnectionInfo def_consumer_admin()
public ConnectionInfo def_consumer_admin(org.omg.CosPersistentState.ForUpdate fu)
public void def_consumer_admin(ConnectionInfo arg)
public ConnectionInfo[] consumer_admins()
public ConnectionInfo[] consumer_admins(org.omg.CosPersistentState.ForUpdate fu)
public void consumer_admins(ConnectionInfo[] arg)
public ConnectionInfo def_supplier_admin()
public ConnectionInfo def_supplier_admin(org.omg.CosPersistentState.ForUpdate fu)
public void def_supplier_admin(ConnectionInfo arg)
public ConnectionInfo[] supplier_admins()
public ConnectionInfo[] supplier_admins(org.omg.CosPersistentState.ForUpdate fu)
public void supplier_admins(ConnectionInfo[] arg)
public Property[] qos_properties()
public Property[] qos_properties(org.omg.CosPersistentState.ForUpdate fu)
public void qos_properties(Property[] arg)
public Property[] admin_properties()
public Property[] admin_properties(org.omg.CosPersistentState.ForUpdate fu)
public void admin_properties(Property[] arg)
public int next_consumer_admin_id()
public void next_consumer_admin_id(int arg)
public int next_supplier_admin_id()
public void next_supplier_admin_id(int arg)
public int connected_consumers()
public void connected_consumers(int arg)
public int connected_suppliers()
public void connected_suppliers(int arg)
public EventTypeInfo[] published_events()
public EventTypeInfo[] published_events(org.omg.CosPersistentState.ForUpdate fu)
public void published_events(EventTypeInfo[] arg)
public EventTypeInfo[] subscribed_events()
public EventTypeInfo[] subscribed_events(org.omg.CosPersistentState.ForUpdate fu)
public void subscribed_events(EventTypeInfo[] arg)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||