Interface RMIConstants

  • All Superinterfaces:
    Constants, Constants, RuntimeConstants
    All Known Implementing Classes:
    RemoteClass, RMIGenerator

    public interface RMIConstants
    extends Constants
    WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
    • Field Detail

      • idRemoteObject

        static final Identifier idRemoteObject
      • idRemoteStub

        static final Identifier idRemoteStub
      • idRemoteRef

        static final Identifier idRemoteRef
      • idOperation

        static final Identifier idOperation
      • idSkeletonMismatchException

        static final Identifier idSkeletonMismatchException
      • idRemoteCall

        static final Identifier idRemoteCall
      • idMarshalException

        static final Identifier idMarshalException
      • idUnmarshalException

        static final Identifier idUnmarshalException
      • idUnexpectedException

        static final Identifier idUnexpectedException
      • STUB_SERIAL_VERSION_UID

        static final long STUB_SERIAL_VERSION_UID
        serialVersionUID for all stubs that can use 1.2 protocol
        See Also:
        Constant Field Values
      • INTERFACE_HASH_STUB_VERSION

        static final int INTERFACE_HASH_STUB_VERSION
        version number used to seed interface hash computation
        See Also:
        Constant Field Values