public class EventChannelImpl extends AbstractEventChannel implements EventChannelOperations, EventChannelImplMBean
JMXManageable.JMXCallbackcontainer_, jmxCallback_, logger_, orb_| Constructor and Description |
|---|
EventChannelImpl(IFactory factory,
ORB orb,
POA poa,
Configuration config,
FilterFactory filterFactory,
EventChannelFactory factoryRef) |
| Modifier and Type | Method and Description |
|---|---|
ConsumerAdmin |
default_consumer_admin()
The default_consumer_admin attribute is a readonly attribute that maintains a reference to
the default ConsumerAdmin instance associated with the target EventChannel instance.
|
SupplierAdmin |
default_supplier_admin()
The default_supplier_admin attribute is a readonly attribute that maintains a reference to
the default SupplierAdmin instance associated with the target EventChannel instance.
|
ConsumerAdmin |
for_consumers()
Return the consumerAdmin interface (event style)
|
SupplierAdmin |
for_suppliers()
Return the supplierAdmin interface (event style)
|
ConsumerAdmin |
get_consumeradmin(int identifier) |
SupplierAdmin |
get_supplieradmin(int identifier) |
String |
getIOR() |
String |
getMBeanType() |
EventChannelFactory |
MyFactory()
The MyFactory attribute is a readonly attribute that maintains the object reference of the
event channel factory, which created a given Notification Service EventChannel instance.
|
ConsumerAdmin |
new_for_consumers(InterFilterGroupOperator filterGroupOperator,
IntHolder intHolder)
The new_for_consumers operation is invoked to create a new Notification Service style
ConsumerAdmin instance.
|
SupplierAdmin |
new_for_suppliers(InterFilterGroupOperator filterGroupOperator,
IntHolder intHolder) |
protected AbstractAdmin |
newConsumerAdmin(int id) |
Servant |
newServant() |
protected AbstractSupplierAdmin |
newSupplierAdmin(int id) |
activate, deactivate, default_filter_factory, destroy, dispose, get_admin, get_all_consumeradmins, get_all_supplieradmins, get_consumeradmin_internal, get_qos, get_supplieradmin_internal, getDefaultConsumerAdminServant, getDefaultSupplierAdminServant, getID, getJMXNotificationTypes, getJMXObjectName, getMaxNumberOfConsumers, getMaxNumberOfSuppliers, getMBeanName, getNumberOfConnectedClients, getPOA, isDefaultConsumerAdminActive, isDefaultSupplierAdminActive, isPersistent, new_for_consumers_servant, new_for_suppliers_servant, registerDisposable, set_admin, set_qos, setJMXCallback, setMaxNumberOfConsumers, setMaxNumberOfSuppliers, validate_qosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdefault_filter_factory, get_all_consumeradmins, get_all_supplieradminsget_qos, set_qos, validate_qosget_admin, set_admindestroydestroy, getID, getMaxNumberOfConsumers, getMaxNumberOfSuppliers, setMaxNumberOfConsumers, setMaxNumberOfSupplierspublic EventChannelImpl(IFactory factory, ORB orb, POA poa, Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)
public Servant newServant()
newServant in interface IServantLifecyleprotected AbstractAdmin newConsumerAdmin(int id)
newConsumerAdmin in class AbstractEventChannelprotected AbstractSupplierAdmin newSupplierAdmin(int id)
newSupplierAdmin in class AbstractEventChannelpublic EventChannelFactory MyFactory()
public ConsumerAdmin default_consumer_admin()
public SupplierAdmin default_supplier_admin()
public ConsumerAdmin new_for_consumers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)
public SupplierAdmin new_for_suppliers(InterFilterGroupOperator filterGroupOperator, IntHolder intHolder)
public ConsumerAdmin get_consumeradmin(int identifier) throws AdminNotFound
AdminNotFoundpublic SupplierAdmin get_supplieradmin(int identifier) throws AdminNotFound
AdminNotFoundpublic ConsumerAdmin for_consumers()
for_consumers in interface EventChannelOperationspublic SupplierAdmin for_suppliers()
for_suppliers in interface EventChannelOperationspublic String getMBeanType()
getMBeanType in class AbstractEventChannelpublic String getIOR()
getIOR in interface EventChannelImplMBeanCopyright © 2015 JacORB. All rights reserved.