Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

de.tum.in.DWARF.notify
Class LocalEventChannelFactory

java.lang.Object
  extended by EventChannelFactoryPOA
      extended by de.tum.in.DWARF.notify.LocalEventChannelFactory

public class LocalEventChannelFactory
extends EventChannelFactoryPOA

This class should be completely implemented.


Constructor Summary
LocalEventChannelFactory(org.omg.CORBA.ORB orb)
           
 
Method Summary
 EventChannel create_channel(Property[] initialQos, Property[] initialAdmin, org.omg.CORBA.IntHolder id)
           
 int[] get_all_channels()
           
 EventChannel get_event_channel(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalEventChannelFactory

public LocalEventChannelFactory(org.omg.CORBA.ORB orb)
Method Detail

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)

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

DWARF Java documentation | generated by Javadoc