edu.iris.Fissures.IfEvent
Class EventChannelDefinition
java.lang.Object
edu.iris.Fissures.IfEvent.EventChannelDefinition
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class EventChannelDefinition
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Defines the types of items that will be sent via a specific
EventChannel. This allows clients to decide whether a given
event channel delivers events that meet its needs.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
the_area
public Area the_area
min_depth
public Quantity min_depth
max_depth
public Quantity max_depth
search_types
public java.lang.String search_types
min_magnitude
public float min_magnitude
max_magnitude
public float max_magnitude
catalogs
public java.lang.String[] catalogs
contributors
public java.lang.String[] contributors
EventChannelDefinition
public EventChannelDefinition()
EventChannelDefinition
public EventChannelDefinition(java.lang.String name,
Area the_area,
Quantity min_depth,
Quantity max_depth,
java.lang.String search_types,
float min_magnitude,
float max_magnitude,
java.lang.String[] catalogs,
java.lang.String[] contributors)