Package net.jini.export


package net.jini.export
  • Class
    Description
    An abstraction for exporting a single remote object such that it can receive remote method invocations, and later for unexporting that same remote object.
    Defines runtime permissions for Exporter implementations.
    Provides a means to obtain a proxy from an exported remote object.
    The ServerContext class contains static methods to execute some action within an appropriate server context for the current thread and to obtain the server context for the current thread.
    Defines the interface for server context providers, which are consulted by ServerContext.getServerContext() if no server context has been explicitly associated with the current thread via a previous call to ServerContext.doWithServerContext(java.lang.Runnable, java.util.Collection).
    When marks a remote method, any stub that is passed as one of its argument will work with the stub cache mechanism