Package net.jini.export
package net.jini.export
-
ClassDescriptionAn 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
Exporterimplementations.Provides a means to obtain a proxy from an exported remote object.TheServerContextclass 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 byServerContext.getServerContext()if no server context has been explicitly associated with the current thread via a previous call toServerContext.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