|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
edu.iris.Fissures.IfDataSetMgr.RemoteDataSetPOA
edu.iris.Fissures.IfDataSetMgr.RemoteDataSetPOATie
public class RemoteDataSetPOATie
Constructor Summary | |
---|---|
RemoteDataSetPOATie(RemoteDataSetOperations delegate)
|
|
RemoteDataSetPOATie(RemoteDataSetOperations delegate,
org.omg.PortableServer.POA poa)
|
Method Summary | |
---|---|
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 |
Methods inherited from class edu.iris.Fissures.IfDataSetMgr.RemoteDataSetPOA |
---|
_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 |
---|
public RemoteDataSetPOATie(RemoteDataSetOperations delegate)
public RemoteDataSetPOATie(RemoteDataSetOperations delegate, org.omg.PortableServer.POA poa)
Method Detail |
---|
public RemoteDataSetOperations _delegate()
public void _delegate(RemoteDataSetOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public DataSet a_writeable()
DataSetAccess
public ParameterComponent parm_svc()
DataSetAccess
public DataSetFinder a_finder()
public DataSetFactory a_factory()
public void destroy()
DataSet
public void update_dataset(DataSetAttr dataset_attr, AuditInfo[] audit_info) throws FissuresException
DataSet
FissuresException
public void add_dataset(DataSetAccess a_dataset, AuditInfo[] audit_info) throws NotFound, NotADataSet
DataSet
NotFound
NotADataSet
public java.lang.String add_motion_vector(MotionVectorNode a_motion_vector, AuditInfo[] audit_info) throws FissuresException
DataSet
FissuresException
public java.lang.String add_seismogram(SeismogramAccess a_seismogram, AuditInfo[] audit_info) throws FissuresException
DataSet
FissuresException
public void remove_node(java.lang.String a_node, AuditInfo[] audit_info) throws FissuresException
DataSet
FissuresException
public LocalDataSet localize()
DataSetAccess
public DataSetAttr get_attributes()
DataSetAccess
public DataSetAccess[] get_datasets()
DataSetAccess
public MotionVectorNode[] get_motion_vectors()
DataSetAccess
public SeismogramNode[] get_seismograms()
DataSetAccess
public AuditElement[] get_audit_trail() throws NotImplemented
NotImplemented
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |