Uses of Class
es.bsc.dataclay.api.CallbackHandler
- 
Packages that use CallbackHandler Package Description es.bsc.dataclay.api API module containing functionalities provided to users.storage Package for Severo Ochoa specific libraries.
- 
- 
Uses of CallbackHandler in es.bsc.dataclay.apiMethods in es.bsc.dataclay.api with parameters of type CallbackHandler Modifier and Type Method Description static StringDataClay. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)Executes a method on a specific target assynchronously.static StringDataClay. executeTask(String objectIDstr, String operationSignature, Object[] params, CallbackHandler callback)Executes a method on a specific target assynchronously.
- 
Uses of CallbackHandler in storageMethods in storage with parameters of type CallbackHandler Modifier and Type Method Description static StringStorageItf. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)static StringStorageItf. executeTask(String objectIDstr, String operationSignature, Object[] params, String destHost, CallbackHandler callback)
 
-