de.tum.in.DWARF.notify
Class LocalEventChannelFactory
java.lang.Object
EventChannelFactoryPOA
de.tum.in.DWARF.notify.LocalEventChannelFactory
public class LocalEventChannelFactory
- extends EventChannelFactoryPOA
This class should be completely implemented.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalEventChannelFactory
public LocalEventChannelFactory(org.omg.CORBA.ORB orb)
create_channel
public EventChannel create_channel(Property[] initialQos,
Property[] initialAdmin,
org.omg.CORBA.IntHolder id)
throws UnsupportedQoS,
UnsupportedAdmin
- Throws:
UnsupportedQoS
UnsupportedAdmin- See Also:
org.omg.CosNotifyChannelAdmin.EventChannelFactoryOperations#create_channel(org.omg.CosNotification.Property[], org.omg.CosNotification.Property[], org.omg.CORBA.IntHolder)
get_all_channels
public int[] get_all_channels()
- See Also:
org.omg.CosNotifyChannelAdmin.EventChannelFactoryOperations#get_all_channels()
get_event_channel
public EventChannel get_event_channel(int id)
throws ChannelNotFound
- Throws:
ChannelNotFound- See Also:
org.omg.CosNotifyChannelAdmin.EventChannelFactoryOperations#get_event_channel(int)
| DWARF Java documentation | generated by Javadoc |