| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Field and Description |
|---|---|
private static ServerContext.Spi[] |
ServerContext.providers |
| Modifier and Type | Method and Description |
|---|---|
private static ServerContext.Spi[] |
ServerContext.getProviders() |
| Modifier and Type | Class and Description |
|---|---|
class |
JrmpServerContext
Server context provider for remote objects exported via JRMP.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.