public class SaJNIPrpcResult extends Object implements Serializable
| Constructor and Description |
|---|
SaJNIPrpcResult(ByteBuffer byteBuffer,
String errorMsg,
int errCode)
Creates a new SaJNIPrpcResutlt.
|
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getBuffer() |
int |
getErrorCode() |
String |
getErrorMessage() |
public SaJNIPrpcResult(ByteBuffer byteBuffer, String errorMsg, int errCode)
byteBuffer - the byte buffererrorMsg - the error messageerrCode - the error codepublic ByteBuffer getBuffer()
public String getErrorMessage()
public int getErrorCode()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.