com.wstools.jni.client
Class JniClientResult
java.lang.Object
com.wstools.jni.client.JniClientResult
public class JniClientResult
- extends java.lang.Object
Constructor Summary |
JniClientResult(java.lang.String nativeResult)
constructor - pass the string returned from the native function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEPARATOR
protected static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
SUCCESS
public static final int SUCCESS
- See Also:
- Constant Field Values
DLL_ERROR_UNKNOWN
public static final int DLL_ERROR_UNKNOWN
- See Also:
- Constant Field Values
cCode
public int cCode
data
public java.lang.String[] data
nativeResult
protected java.lang.String nativeResult
JniClientResult
public JniClientResult(java.lang.String nativeResult)
- constructor - pass the string returned from the native function
- Parameters:
nativeResult
-