com.myJava.file.metadata.posix.jni.wrapper
Class AbstractMethodResult

java.lang.Object
  extended by com.myJava.file.metadata.posix.jni.wrapper.AbstractMethodResult
Direct Known Subclasses:
GetACLResult, GetAttributeNamesResult, GetAttributeValueResult, GetDataResult, SetACLResult, SetAttributeValueResult, SetFileModeResult, SetFileOwnerResult

public abstract class AbstractMethodResult
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
protected  int errorNumber
           
protected  int returnCode
           
protected  int transcodedErrorNumber
           
 
Constructor Summary
AbstractMethodResult()
           
 
Method Summary
 java.lang.String getErrorMessage()
           
 int getErrorNumber()
           
 java.lang.String getErrorToString()
           
 int getReturnCode()
           
 int getTranscodedErrorNumber()
           
 boolean isError()
           
 void setError(int returnCode, int errorNumber, int transcodedErrorNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnCode

protected int returnCode

errorNumber

protected int errorNumber

transcodedErrorNumber

protected int transcodedErrorNumber
Constructor Detail

AbstractMethodResult

public AbstractMethodResult()
Method Detail

isError

public boolean isError()

getErrorToString

public java.lang.String getErrorToString()

getErrorMessage

public java.lang.String getErrorMessage()

getReturnCode

public int getReturnCode()

getErrorNumber

public int getErrorNumber()

getTranscodedErrorNumber

public int getTranscodedErrorNumber()

setError

public void setError(int returnCode,
                     int errorNumber,
                     int transcodedErrorNumber)