Interface OncRpcAcceptStatus


public interface OncRpcAcceptStatus
A collection of constants used to identify the acceptance status of ONC/RPC reply messages.
Version:
$Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:39 $ $State: Exp $ $Locker: $
Author:
Harald Albrecht
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The server could not decode the arguments sent within the ONC/RPC call message.
    static final int
    The procedure requested is not available.
    static final int
    A program version number mismatch occured.
    static final int
    The program requested is not available.
    static final int
    The remote procedure was called and executed successfully.
    static final int
    The server encountered a system error and thus was not able to process the procedure call.
  • Field Details

    • ONCRPC_SUCCESS

      static final int ONCRPC_SUCCESS
      The remote procedure was called and executed successfully.
      See Also:
    • ONCRPC_PROG_UNAVAIL

      static final int ONCRPC_PROG_UNAVAIL
      The program requested is not available. So the remote host does not export this particular program and the ONC/RPC server which you tried to send a RPC call message doesn't know of this program either.
      See Also:
    • ONCRPC_PROG_MISMATCH

      static final int ONCRPC_PROG_MISMATCH
      A program version number mismatch occured. The remote ONC/RPC server does not support this particular version of the program.
      See Also:
    • ONCRPC_PROC_UNAVAIL

      static final int ONCRPC_PROC_UNAVAIL
      The procedure requested is not available. The remote ONC/RPC server does not support this particular procedure.
      See Also:
    • ONCRPC_GARBAGE_ARGS

      static final int ONCRPC_GARBAGE_ARGS
      The server could not decode the arguments sent within the ONC/RPC call message.
      See Also:
    • ONCRPC_SYSTEM_ERR

      static final int ONCRPC_SYSTEM_ERR
      The server encountered a system error and thus was not able to process the procedure call. Causes might be memory shortage, desinterest and sloth.
      See Also: