|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.notification.AbstractEventChannel
org.jacorb.notification.EventChannelImpl
public class EventChannelImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jacorb.notification.interfaces.JMXManageable |
---|
JMXManageable.JMXCallback |
Field Summary |
---|
Fields inherited from class org.jacorb.notification.AbstractEventChannel |
---|
container_, jmxCallback_, logger_, orb_ |
Constructor Summary | |
---|---|
EventChannelImpl(IFactory factory,
org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa,
org.apache.avalon.framework.configuration.Configuration config,
FilterFactory filterFactory,
EventChannelFactory factoryRef)
|
Method Summary | |
---|---|
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. |
org.omg.CosEventChannelAdmin.ConsumerAdmin |
for_consumers()
Return the consumerAdmin interface (event style) |
org.omg.CosEventChannelAdmin.SupplierAdmin |
for_suppliers()
Return the supplierAdmin interface (event style) |
ConsumerAdmin |
get_consumeradmin(int identifier)
|
SupplierAdmin |
get_supplieradmin(int identifier)
|
java.lang.String |
getIOR()
|
java.lang.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,
org.omg.CORBA.IntHolder intHolder)
The new_for_consumers operation is invoked to create a new Notification Service style ConsumerAdmin instance. |
SupplierAdmin |
new_for_suppliers(InterFilterGroupOperator filterGroupOperator,
org.omg.CORBA.IntHolder intHolder)
|
protected AbstractAdmin |
newConsumerAdmin(int id)
|
org.omg.PortableServer.Servant |
newServant()
|
protected AbstractSupplierAdmin |
newSupplierAdmin(int id)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventChannelImpl(IFactory factory, org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa, org.apache.avalon.framework.configuration.Configuration config, FilterFactory filterFactory, EventChannelFactory factoryRef)
Method Detail |
---|
public org.omg.PortableServer.Servant newServant()
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, org.omg.CORBA.IntHolder intHolder)
public SupplierAdmin new_for_suppliers(InterFilterGroupOperator filterGroupOperator, org.omg.CORBA.IntHolder intHolder)
public ConsumerAdmin get_consumeradmin(int identifier) throws AdminNotFound
AdminNotFound
public SupplierAdmin get_supplieradmin(int identifier) throws AdminNotFound
AdminNotFound
public org.omg.CosEventChannelAdmin.ConsumerAdmin for_consumers()
public org.omg.CosEventChannelAdmin.SupplierAdmin for_suppliers()
public java.lang.String getMBeanType()
getMBeanType
in class AbstractEventChannel
public java.lang.String getIOR()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |