Uses of Interface
net.jini.export.ServerContext.Spi

Packages that use ServerContext.Spi
net.jini.export Provides generic abstractions for exporting remote objects (Exporter), obtaining a proxy from an exported remote object (ProxyAccessor), obtaining the server-side context information for an executing remote call (ServerContext), and defining export permissions (ExportPermission). 
net.jini.jrmp Provides an Exporter implementation, JrmpExporter, that can be used to export and unexport activatable and non-activatable JRMP remote objects. 
 

Uses of ServerContext.Spi in net.jini.export
 

Fields in net.jini.export declared as ServerContext.Spi
private static ServerContext.Spi[] ServerContext.providers
           
 

Uses of ServerContext.Spi in net.jini.jrmp
 

Classes in net.jini.jrmp that implement ServerContext.Spi
 class JrmpServerContext
          Server context provider for remote objects exported via JRMP.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.