edu.iris.Fissures.IfNetwork
Class ChannelId
java.lang.Object
edu.iris.Fissures.IfNetwork.ChannelId
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class ChannelId
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Identifies a Channel. The additional begin_time is needed
as channel
codes are frequently reused if, for example a new sensor is install
in place of the old one, which properly creates a new Channel.
The begin_time should be equal to the begining
effective time of the channel, which is also in the Channel object.
- See Also:
- Serialized Form
Constructor Summary |
ChannelId()
|
ChannelId(NetworkId network_id,
java.lang.String station_code,
java.lang.String site_code,
java.lang.String channel_code,
Time begin_time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
network_id
public NetworkId network_id
station_code
public java.lang.String station_code
site_code
public java.lang.String site_code
channel_code
public java.lang.String channel_code
begin_time
public Time begin_time
ChannelId
public ChannelId()
ChannelId
public ChannelId(NetworkId network_id,
java.lang.String station_code,
java.lang.String site_code,
java.lang.String channel_code,
Time begin_time)