Package | Description |
---|---|
net.jini.activation |
Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation
framework to support activatable objects that are exported using an
Exporter to go inactive, to provide invocation
handlers for exporters that want to use dynamic proxies for
activatable remote objects, and to support trust verification of
secure activatable dynamic proxies and secure activation identifiers. |
net.jini.security.proxytrust |
Defines a trust verifier to support verification of proxies that use
dynamically downloaded code, implementation mechanisms to support the
verification of such proxies, and an exporter for remote objects that have
such proxies.
|
Modifier and Type | Method and Description |
---|---|
protected ProxyTrustIterator |
ActivatableInvocationHandler.getProxyTrustIterator()
Returns a proxy trust iterator for an activatable object that is
suitable for use by
ProxyTrustVerifier . |
Modifier and Type | Class and Description |
---|---|
class |
SingletonProxyTrustIterator
A simple
ProxyTrustIterator that produces a single object
as the only element of the iteration. |
Modifier and Type | Method and Description |
---|---|
protected ProxyTrustIterator |
ProxyTrustInvocationHandler.getProxyTrustIterator()
Returns an iterator that produces the bootstrap proxy as the only
element of the iteration.
|