edu.iris.Fissures.network
Class ClockImpl

java.lang.Object
  extended by edu.iris.Fissures.IfNetwork.SeismicHardware
      extended by edu.iris.Fissures.IfNetwork.Clock
          extended by edu.iris.Fissures.network.ClockImpl
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public class ClockImpl
extends edu.iris.Fissures.IfNetwork.Clock

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.iris.Fissures.IfNetwork.Clock
type
 
Fields inherited from class edu.iris.Fissures.IfNetwork.SeismicHardware
id_number, manufacturer, model, serial_number
 
Constructor Summary
protected ClockImpl()
           
  ClockImpl(int id_number, java.lang.String manufacturer, java.lang.String serial_number, java.lang.String model, java.lang.String type)
           
 
Method Summary
static ClockImpl createEmpty()
           
 
Methods inherited from class edu.iris.Fissures.IfNetwork.Clock
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClockImpl

protected ClockImpl()

ClockImpl

public ClockImpl(int id_number,
                 java.lang.String manufacturer,
                 java.lang.String serial_number,
                 java.lang.String model,
                 java.lang.String type)
Method Detail

createEmpty

public static ClockImpl createEmpty()