org.acplt.oncrpc
Interface OncRpcReplyStatus
- public abstract interface OncRpcReplyStatus
A collection of constants used to identify the (overall) status of an
ONC/RPC reply message.
Field Summary |
static int |
ONCRPC_MSG_ACCEPTED
Reply status identifying that the corresponding message call was
accepted. |
static int |
ONCRPC_MSG_DENIED
Reply status identifying that the corresponding message call was
denied. |
ONCRPC_MSG_ACCEPTED
public static final int ONCRPC_MSG_ACCEPTED
- Reply status identifying that the corresponding message call was
accepted.
ONCRPC_MSG_DENIED
public static final int ONCRPC_MSG_DENIED
- Reply status identifying that the corresponding message call was
denied.