public class EventChannelImpl extends AbstractEventChannel implements EventChannelOperations
JMXManageable.JMXCallback
container_, 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_qos
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
default_filter_factory, get_all_consumeradmins, get_all_supplieradmins
get_qos, set_qos, validate_qos
get_admin, set_admin
destroy
public EventChannelImpl(IFactory factory, ORB orb, POA poa, Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)
public Servant newServant()
newServant
in interface IServantLifecyle
protected AbstractAdmin newConsumerAdmin(int id)
newConsumerAdmin
in class AbstractEventChannel
protected AbstractSupplierAdmin newSupplierAdmin(int id)
newSupplierAdmin
in class AbstractEventChannel
public 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
AdminNotFound
public SupplierAdmin get_supplieradmin(int identifier) throws AdminNotFound
AdminNotFound
public ConsumerAdmin for_consumers()
for_consumers
in interface EventChannelOperations
public SupplierAdmin for_suppliers()
for_suppliers
in interface EventChannelOperations
public String getMBeanType()
getMBeanType
in class AbstractEventChannel
public String getIOR()
Copyright © 2017 JacORB. All rights reserved.