spera.cos-aspera-win-v140_xp-64.0.1.163682.source-code.faspmanager2JNI Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos-aspera-win-v140_xp-64 Show documentation
Show all versions of cos-aspera-win-v140_xp-64 Show documentation
API for use of Aspera Transfer software from ICOS
The newest version!
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 3.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package com.ibm.aspera.faspmanager2;
public class faspmanager2JNI {
public final static native long startTransfer(String jarg1, String jarg2, String jarg3, long jarg4, ITransferListener jarg4_);
public final static native boolean isRunning(String jarg1);
public final static native boolean stopTransfer(String jarg1);
public final static native boolean modifyTransfer(String jarg1, int jarg2, long jarg3);
public final static native boolean configureLogLocation(String jarg1);
public final static native boolean configureAsperaLocation(String jarg1);
public final static native void ITransferListener_transferReporter(long jarg1, ITransferListener jarg1_, String jarg2, String jarg3);
public final static native void delete_ITransferListener(long jarg1);
public final static native long new_ITransferListener();
public final static native void ITransferListener_director_connect(ITransferListener obj, long cptr, boolean mem_own, boolean weak_global);
public final static native void ITransferListener_change_ownership(ITransferListener obj, long cptr, boolean take_or_release);
public final static native long startTransferStream(String jarg1, String jarg2, String jarg3, long jarg4, ITransferListener jarg4_);
public static void SwigDirector_ITransferListener_transferReporter(ITransferListener jself, String xferId, String message) {
jself.transferReporter(xferId, message);
}
private final static native void swig_module_init();
static {
swig_module_init();
}
}