edu.iris.Fissures.IfDataSetMgr
Class _DataSetAccessStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by edu.iris.Fissures.IfDataSetMgr._DataSetAccessStub
All Implemented Interfaces:
AuditSystemAccess, DataSetAccess, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity

public class _DataSetAccessStub
extends org.omg.CORBA.portable.ObjectImpl
implements DataSetAccess

See Also:
Serialized Form

Field Summary
static java.lang.Class _ob_opsClass
           
 
Constructor Summary
_DataSetAccessStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 DataSet a_writeable()
          Navigation to a reference that allows updates
 DataSetAttr get_attributes()
          Retrieve the attributes
 AuditElement[] get_audit_trail()
           
 DataSetAccess[] get_datasets()
          Retrieve the dataset that are children of this dataset
 MotionVectorNode[] get_motion_vectors()
          Retrieve the motion vectors that are children of this dataset.
 SeismogramNode[] get_seismograms()
          Retrieve the seismograms that are children of this dataset
 LocalDataSet localize()
          Retrieve a local copy of this dataset
 ParameterComponent parm_svc()
          Defines the ParameterMgr where parameters for this DataSet reside
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_ob_opsClass

public static final java.lang.Class _ob_opsClass
Constructor Detail

_DataSetAccessStub

public _DataSetAccessStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

a_writeable

public DataSet a_writeable()
Description copied from interface: DataSetAccess
Navigation to a reference that allows updates

Specified by:
a_writeable in interface DataSetAccess

parm_svc

public ParameterComponent parm_svc()
Description copied from interface: DataSetAccess
Defines the ParameterMgr where parameters for this DataSet reside

Specified by:
parm_svc in interface DataSetAccess

localize

public LocalDataSet localize()
Description copied from interface: DataSetAccess
Retrieve a local copy of this dataset

Specified by:
localize in interface DataSetAccess

get_attributes

public DataSetAttr get_attributes()
Description copied from interface: DataSetAccess
Retrieve the attributes

Specified by:
get_attributes in interface DataSetAccess

get_datasets

public DataSetAccess[] get_datasets()
Description copied from interface: DataSetAccess
Retrieve the dataset that are children of this dataset

Specified by:
get_datasets in interface DataSetAccess

get_motion_vectors

public MotionVectorNode[] get_motion_vectors()
Description copied from interface: DataSetAccess
Retrieve the motion vectors that are children of this dataset.

Specified by:
get_motion_vectors in interface DataSetAccess

get_seismograms

public SeismogramNode[] get_seismograms()
Description copied from interface: DataSetAccess
Retrieve the seismograms that are children of this dataset

Specified by:
get_seismograms in interface DataSetAccess

get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Specified by:
get_audit_trail in interface AuditSystemAccess
Throws:
NotImplemented