Package org.acplt.oncrpc
Interface OncRpcReplyStatus
public interface OncRpcReplyStatus
A collection of constants used to identify the (overall) status of an
ONC/RPC reply message.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:41 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Reply status identifying that the corresponding message call was accepted.static final int
Reply status identifying that the corresponding message call was denied.
-
Field Details
-
ONCRPC_MSG_ACCEPTED
static final int ONCRPC_MSG_ACCEPTEDReply status identifying that the corresponding message call was accepted.- See Also:
-
ONCRPC_MSG_DENIED
static final int ONCRPC_MSG_DENIEDReply status identifying that the corresponding message call was denied.- See Also:
-