public class RemoteDataSetAccessPOATie extends RemoteDataSetAccessPOA
| Constructor and Description |
|---|
RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate) |
RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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
|
_all_interfaces, _invoke, _this, _thispublic RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate)
public RemoteDataSetAccessPOATie(RemoteDataSetAccessOperations delegate, org.omg.PortableServer.POA poa)
public RemoteDataSetAccessOperations _delegate()
public void _delegate(RemoteDataSetAccessOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic DataSet a_writeable()
DataSetAccesspublic ParameterComponent parm_svc()
DataSetAccesspublic DataSetFinder a_finder()
public DataSetFactory a_factory()
public LocalDataSet localize()
DataSetAccesspublic DataSetAttr get_attributes()
DataSetAccesspublic DataSetAccess[] get_datasets()
DataSetAccesspublic MotionVectorNode[] get_motion_vectors()
DataSetAccesspublic SeismogramNode[] get_seismograms()
DataSetAccesspublic AuditElement[] get_audit_trail() throws NotImplemented
NotImplemented