edu.iris.Fissures.IfDataSetMgr
Class RemoteDataSetAccessPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfDataSetMgr.RemoteDataSetAccessPOA
          extended by edu.iris.Fissures.IfDataSetMgr.RemoteDataSetAccessPOATie
All Implemented Interfaces:
AuditSystemAccess, DataSetAccess, DataSetComponentOperations, RemoteDataSetAccessOperations, java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.InvokeHandler

public class RemoteDataSetAccessPOATie
extends RemoteDataSetAccessPOA

See Also:
Serialized Form

Constructor Summary
RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate)
           
RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 RemoteDataSetAccessOperations _delegate()
           
 void _delegate(RemoteDataSetAccessOperations delegate)
           
 DataSetFactory a_factory()
           
 DataSetFinder a_finder()
           
 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 edu.iris.Fissures.IfDataSetMgr.RemoteDataSetAccessPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDataSetAccessPOATie

public RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate)

RemoteDataSetAccessPOATie

public RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate,
                                 org.omg.PortableServer.POA poa)
Method Detail

_delegate

public RemoteDataSetAccessOperations _delegate()

_delegate

public void _delegate(RemoteDataSetAccessOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

a_writeable

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


parm_svc

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


a_finder

public DataSetFinder a_finder()

a_factory

public DataSetFactory a_factory()

localize

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


get_attributes

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


get_datasets

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


get_motion_vectors

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


get_seismograms

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


get_audit_trail

public AuditElement[] get_audit_trail()
                               throws NotImplemented
Throws:
NotImplemented