public class RemoteDataSetPOATie extends RemoteDataSetPOA
| Constructor and Description |
|---|
RemoteDataSetPOATie(RemoteDataSetOperations delegate) |
RemoteDataSetPOATie(RemoteDataSetOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
RemoteDataSetOperations |
_delegate() |
void |
_delegate(RemoteDataSetOperations delegate) |
DataSetFactory |
a_factory() |
DataSetFinder |
a_finder() |
DataSet |
a_writeable()
Navigation to a reference that allows updates
|
void |
add_dataset(DataSetAccess a_dataset,
AuditInfo[] audit_info)
Add a child dataset
|
java.lang.String |
add_motion_vector(MotionVectorNode a_motion_vector,
AuditInfo[] audit_info)
Add a child motion vector
|
java.lang.String |
add_seismogram(SeismogramAccess a_seismogram,
AuditInfo[] audit_info)
Add a child motion seismogram
|
void |
destroy()
Delete this DataSet from the service presistent storage.
|
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
|
void |
remove_node(java.lang.String a_node,
AuditInfo[] audit_info)
Remove a node from the DataSet.
|
void |
update_dataset(DataSetAttr dataset_attr,
AuditInfo[] audit_info)
Update the attributes of the dataset
|
_all_interfaces, _invoke, _this, _thispublic RemoteDataSetPOATie(RemoteDataSetOperations delegate)
public RemoteDataSetPOATie(RemoteDataSetOperations delegate, org.omg.PortableServer.POA poa)
public RemoteDataSetOperations _delegate()
public void _delegate(RemoteDataSetOperations 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 void destroy()
DataSetpublic void update_dataset(DataSetAttr dataset_attr, AuditInfo[] audit_info) throws FissuresException
DataSetFissuresExceptionpublic void add_dataset(DataSetAccess a_dataset, AuditInfo[] audit_info) throws NotFound, NotADataSet
DataSetNotFoundNotADataSetpublic java.lang.String add_motion_vector(MotionVectorNode a_motion_vector, AuditInfo[] audit_info) throws FissuresException
DataSetFissuresExceptionpublic java.lang.String add_seismogram(SeismogramAccess a_seismogram, AuditInfo[] audit_info) throws FissuresException
DataSetFissuresExceptionpublic void remove_node(java.lang.String a_node,
AuditInfo[] audit_info)
throws FissuresException
DataSetFissuresExceptionpublic 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