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.api
Methods in es.bsc.dataclay.api with parameters of type CallbackHandler Modifier and Type Method Description static String
DataClay. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)
Executes a method on a specific target assynchronously.static String
DataClay. executeTask(String objectIDstr, String operationSignature, Object[] params, CallbackHandler callback)
Executes a method on a specific target assynchronously. -
Uses of CallbackHandler in storage
Methods in storage with parameters of type CallbackHandler Modifier and Type Method Description static String
StorageItf. executeTask(String objectIDstr, Method method, Object[] params, CallbackHandler callback)
static String
StorageItf. executeTask(String objectIDstr, String operationSignature, Object[] params, String destHost, CallbackHandler callback)
-