接口 RmiInvocationHandler

  • 所有超级接口:
    Remote

    public interface RmiInvocationHandler
    extends Remote
    Interface for RMI invocation handlers instances on the server, wrapping exported services. A client uses a stub implementing this interface to access such a service.

    This is an SPI interface, not to be used directly by applications.

    从以下版本开始:
    14.05.2003
    作者:
    Juergen Hoeller