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.loader |
Provides interfaces and utility classes related to dynamic class
loading with
RMIClassLoader . |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicProxyCodebaseAccessor
A marker interface for a dynamic proxy.
|
Modifier and Type | Method and Description |
---|---|
Object |
ProxyCodebaseSpi.resolve(CodebaseAccessor bootstrapProxy,
MarshalledInstance proxy,
ClassLoader parentLoader,
ClassLoader verifierLoader,
Collection context) |
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.