X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..0ff207b9e492129a12c9e892ee4b9de9d70f3a63:/src/java/jxbt_utilities.h diff --git a/src/java/jxbt_utilities.h b/src/java/jxbt_utilities.h index 78ddb4b03e..dc5416f079 100644 --- a/src/java/jxbt_utilities.h +++ b/src/java/jxbt_utilities.h @@ -75,5 +75,11 @@ void jxbt_throw_illegal(JNIEnv * env, char *msg); void jxbt_throw_host_not_found(JNIEnv * env, const char *invalid_name); /** Thrown when looking for an host from name does not lead to anything */ void jxbt_throw_process_not_found(JNIEnv * env, const char *invalid_name); +/** Thrown when a transfer failure accure while Sending task */ +void jxbt_throw_transfer_failure(JNIEnv * env,const char *task_name,const char *alias); +/** Thrown when a host failure accures while Sending task*/ +void jxbt_throw_host_failure(JNIEnv *env,const char *task_name,const char *alias); +/** Thrown when a time out accures While Sending task */ +void jxbt_throw_time_out_failure(JNIEnv *env,const char *task_name,const char *alias); #endif /* ! JXBT_UTILITY_H */