public interface EventChannelAdminOperations
| Modifier and Type | Method and Description |
|---|---|
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.
|
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)