edu.iris.Fissures.IfEvent
Class EventChannelFinderPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfEvent.EventChannelFinderPOA
          extended by edu.iris.Fissures.IfEvent.EventChannelFinderPOATie
All Implemented Interfaces:
EventChannelFinderOperations, org.omg.CORBA.portable.InvokeHandler

public class EventChannelFinderPOATie
extends EventChannelFinderPOA


Constructor Summary
EventChannelFinderPOATie(EventChannelFinderOperations delegate)
           
EventChannelFinderPOATie(EventChannelFinderOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 EventChannelFinderOperations _delegate()
           
 void _delegate(EventChannelFinderOperations delegate)
           
 EventChannelDefinition[] list_channels()
          Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.
 org.omg.CosEventChannelAdmin.ConsumerAdmin retrieve_channel(java.lang.String id)
          Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.
 
Methods inherited from class edu.iris.Fissures.IfEvent.EventChannelFinderPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelFinderPOATie

public EventChannelFinderPOATie(EventChannelFinderOperations delegate)

EventChannelFinderPOATie

public EventChannelFinderPOATie(EventChannelFinderOperations delegate,
                                org.omg.PortableServer.POA poa)
Method Detail

_delegate

public EventChannelFinderOperations _delegate()

_delegate

public void _delegate(EventChannelFinderOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

list_channels

public EventChannelDefinition[] list_channels()
Description copied from interface: EventChannelFinderOperations
Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.


retrieve_channel

public org.omg.CosEventChannelAdmin.ConsumerAdmin retrieve_channel(java.lang.String id)
                                                            throws NotFound
Description copied from interface: EventChannelFinderOperations
Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.

Throws:
NotFound