|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJacORBEventChannelPOA
org.jacorb.events.EventChannelImpl
public class EventChannelImpl
Simple implementation of the event channel spec. The event channel acts as a factory for proxy push/pull consumers/suppliers and interacts with the implementation objects locally, i.e. using Java references only.
Constructor Summary | |
---|---|
EventChannelImpl(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa)
EventChannel constructor. |
Method Summary | |
---|---|
org.omg.PortableServer.POA |
_default_POA()
Override this method from the Servant baseclass. |
void |
destroy()
Destroy all objects which are managed by the POA. |
ConsumerAdmin |
for_consumers()
Return the consumerAdmin interface |
SupplierAdmin |
for_suppliers()
Return the supplierAdmin interface |
static void |
main(java.lang.String[] args)
|
ProxyPullConsumer |
obtain_pull_consumer()
Return a ProxyPullConsumer reference to be used to connect to a PullSupplier. |
ProxyPullSupplier |
obtain_pull_supplier()
Return a ProxyPullSupplier reference to be used to connect to a PullConsumer. |
ProxyPushConsumer |
obtain_push_consumer()
Return a ProxyPushConsumer reference to be used to connect to a PushSupplier. |
ProxyPushSupplier |
obtain_push_supplier()
Return a ProxyPushSupplier reference to be used to connect to a PushConsumer. |
protected void |
push_event(org.omg.CORBA.Any event)
Send event to all registered consumers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventChannelImpl(org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa)
Method Detail |
---|
public void destroy()
public ConsumerAdmin for_consumers()
public SupplierAdmin for_suppliers()
public ProxyPullConsumer obtain_pull_consumer()
public ProxyPullSupplier obtain_pull_supplier()
public ProxyPushConsumer obtain_push_consumer()
public ProxyPushSupplier obtain_push_supplier()
protected void push_event(org.omg.CORBA.Any event)
public static void main(java.lang.String[] args)
public org.omg.PortableServer.POA _default_POA()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |