edu.iris.Fissures.IfEvent
Interface EventChannelAdminOperations

All Known Subinterfaces:
EventChannelAdmin
All Known Implementing Classes:
_EventChannelAdminStub, EventChannelAdminPOA, EventChannelAdminPOATie

public interface EventChannelAdminOperations

Event and Channel here refer to OMG standard event service, not the similarly named things in seismology.


Method Summary
 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.
 

Method Detail

create_channel

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.


delete_channel

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

Throws:
NotFound