edu.iris.Fissures.IfDataSetMgr
Class LocalDataSet

java.lang.Object
  extended by edu.iris.Fissures.IfDataSetMgr.LocalDataSet
All Implemented Interfaces:
AuditSystemAccess, DataSet, DataSetAccess, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public abstract class LocalDataSet
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue, DataSet

A local, ie in process, DataSet. LocalDataSets can also contain LocalSeismograms and MotionVectors. LocalDataSets are also always writable, as they are local copies anyway.

See Also:
Serialized Form

Field Summary
 DataSetAttr attributes
           
protected  AuditElement[] audit_trail
           
 DataSetAccess[] datasets
           
 LocalMotionVector[] local_motion
           
 LocalSeismogram[] local_seis
           
 MotionVectorNode[] motion_vectors
           
 SeismogramNode[] seismograms
           
 
Constructor Summary
LocalDataSet()
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
           
 java.lang.String[] _truncatable_ids()
           
 org.omg.CORBA.TypeCode _type()
           
 void _write(org.omg.CORBA.portable.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.iris.Fissures.IfDataSetMgr.DataSet
add_dataset, add_motion_vector, add_seismogram, destroy, remove_node, update_dataset
 
Methods inherited from interface edu.iris.Fissures.IfDataSetMgr.DataSetAccess
a_writeable, get_attributes, get_datasets, get_motion_vectors, get_seismograms, localize, parm_svc
 
Methods inherited from interface edu.iris.Fissures.AuditSystemAccess
get_audit_trail
 

Field Detail

attributes

public DataSetAttr attributes

datasets

public DataSetAccess[] datasets

seismograms

public SeismogramNode[] seismograms

motion_vectors

public MotionVectorNode[] motion_vectors

local_seis

public LocalSeismogram[] local_seis

local_motion

public LocalMotionVector[] local_motion

audit_trail

protected AuditElement[] audit_trail
Constructor Detail

LocalDataSet

public LocalDataSet()
Method Detail

_truncatable_ids

public java.lang.String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable