|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.openorb.event.EventChannelFactoryPOA
org.openorb.event.EventChannelFactoryImpl
public class EventChannelFactoryImpl
Event Channel Factory, an extension of OpenORB allows to create multiple event channels using the channel name as a key.
Constructor Summary | |
---|---|
EventChannelFactoryImpl(org.omg.CORBA.ORB orb)
Constructor |
Method Summary | |
---|---|
EventChannel |
create_channel(java.lang.String channel_name)
This operation creates a new event channel with a specific name. |
EventChannel |
join_channel(java.lang.String channel_name)
This operation allows an application to find an event channel by providing its name. |
Methods inherited from class org.openorb.event.EventChannelFactoryPOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventChannelFactoryImpl(org.omg.CORBA.ORB orb)
Method Detail |
---|
public EventChannel create_channel(java.lang.String channel_name) throws NameAlreadyUsed
channel_name
- the name for the new channel
NameAlreadyUsed
- This exception is raises is another channel
already exist with the same name.public EventChannel join_channel(java.lang.String channel_name) throws EventChannelNotFound
channel_name
- the channel to find
EventChannelNotFound
- this exception is raises if the channel to
search was not found.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |