public final class IHierarchicalDataServiceServant
extends tecgraf.openbus.data_service.IHierarchicalDataServicePOA
| Constructor and Description |
|---|
IHierarchicalDataServiceServant() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
copyData(byte[] fParentKey,
byte[] fSourceKey) |
byte[] |
copyDataFrom(byte[] fParentKey,
byte[] fSourceKey) |
byte[] |
createData(byte[] fParentKey,
tecgraf.openbus.data_service.DataDescription fPrototype) |
void |
deleteData(byte[] fKey) |
tecgraf.openbus.data_service.DataDescription[] |
getChildren(byte[] fKey) |
tecgraf.openbus.data_service.DataDescription |
getDataDescription(byte[] fKey) |
tecgraf.openbus.data_service.DataView |
getDataView(byte[] fKey,
String fViewInterface) |
tecgraf.openbus.data_service.DataView[] |
getDataViewSeq(byte[][] fKeys,
String fViewInterface) |
tecgraf.openbus.data_service.DataDescription |
getParent(byte[] fKey) |
tecgraf.openbus.data_service.DataDescription[] |
getRoots() |
void |
moveData(byte[] fKey,
byte[] fNewParentKey) |
void |
updateData(byte[] fKey,
byte[] fSourceKey) |
void |
updateDataFrom(byte[] fKey,
byte[] fSourceKey) |
_all_interfaces, _invoke, _this, _this_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic tecgraf.openbus.data_service.DataDescription[] getRoots()
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataAccessDeniedpublic tecgraf.openbus.data_service.DataDescription[] getChildren(byte[] fKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic tecgraf.openbus.data_service.DataDescription getParent(byte[] fKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic tecgraf.openbus.data_service.DataDescription getDataDescription(byte[] fKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic tecgraf.openbus.data_service.DataView getDataView(byte[] fKey,
String fViewInterface)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViewInterface,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewInterfacetecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic tecgraf.openbus.data_service.DataView[] getDataViewSeq(byte[][] fKeys,
String fViewInterface)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViewInterface,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewInterfacetecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic byte[] createData(byte[] fParentKey,
tecgraf.openbus.data_service.DataDescription fPrototype)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied,
tecgraf.openbus.data_service.InvalidPrototype
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedtecgraf.openbus.data_service.InvalidPrototypepublic byte[] copyData(byte[] fParentKey,
byte[] fSourceKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViews,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewstecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic void updateData(byte[] fKey,
byte[] fSourceKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViews,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewstecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic void moveData(byte[] fKey,
byte[] fNewParentKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViews,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewstecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic void deleteData(byte[] fKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic byte[] copyDataFrom(byte[] fParentKey,
byte[] fSourceKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViews,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewstecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedpublic void updateDataFrom(byte[] fKey,
byte[] fSourceKey)
throws tecgraf.openbus.data_service.ServiceFailure,
tecgraf.openbus.data_service.UnknownViews,
tecgraf.openbus.data_service.DataNotFound,
tecgraf.openbus.data_service.InvalidDataKey,
tecgraf.openbus.data_service.DataAccessDenied
tecgraf.openbus.data_service.ServiceFailuretecgraf.openbus.data_service.UnknownViewstecgraf.openbus.data_service.DataNotFoundtecgraf.openbus.data_service.InvalidDataKeytecgraf.openbus.data_service.DataAccessDeniedCopyright © 2020. All rights reserved.