edu.iris.Fissures.IfRealTimeCollector
Class CollectorConfiguration

java.lang.Object
  extended by edu.iris.Fissures.IfRealTimeCollector.CollectorConfiguration
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class CollectorConfiguration
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 ChannelId a_channel
           
 Sampling sampling_info
           
 
Constructor Summary
CollectorConfiguration()
           
CollectorConfiguration(ChannelId a_channel, Sampling sampling_info)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a_channel

public ChannelId a_channel

sampling_info

public Sampling sampling_info
Constructor Detail

CollectorConfiguration

public CollectorConfiguration()

CollectorConfiguration

public CollectorConfiguration(ChannelId a_channel,
                              Sampling sampling_info)