edu.iris.Fissures.IfEvent
Class EventChannelAdminPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfEvent.EventChannelAdminPOA
          extended by edu.iris.Fissures.IfEvent.EventChannelAdminPOATie
All Implemented Interfaces:
EventChannelAdminOperations, org.omg.CORBA.portable.InvokeHandler

public class EventChannelAdminPOATie
extends EventChannelAdminPOA


Constructor Summary
EventChannelAdminPOATie(EventChannelAdminOperations delegate)
           
EventChannelAdminPOATie(EventChannelAdminOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 EventChannelAdminOperations _delegate()
           
 void _delegate(EventChannelAdminOperations delegate)
           
 void create_channel(java.lang.String name, Area the_area, Quantity min_depth, Quantity max_depth, java.lang.String search_types, float min_magnitude, float max_magnitude)
          Creates an EventService channel Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.
 void delete_channel(java.lang.String name)
          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.EventChannelAdminPOA
_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

EventChannelAdminPOATie

public EventChannelAdminPOATie(EventChannelAdminOperations delegate)

EventChannelAdminPOATie

public EventChannelAdminPOATie(EventChannelAdminOperations delegate,
                               org.omg.PortableServer.POA poa)
Method Detail

_delegate

public EventChannelAdminOperations _delegate()

_delegate

public void _delegate(EventChannelAdminOperations delegate)

_default_POA

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

create_channel

public void create_channel(java.lang.String name,
                           Area the_area,
                           Quantity min_depth,
                           Quantity max_depth,
                           java.lang.String search_types,
                           float min_magnitude,
                           float max_magnitude)
Description copied from interface: EventChannelAdminOperations
Creates an EventService channel Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.


delete_channel

public void delete_channel(java.lang.String name)
                    throws NotFound
Description copied from interface: EventChannelAdminOperations
Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.

Throws:
NotFound