Package | Description |
---|---|
org.apache.river.phoenix |
A configurable Java(TM) Remote Method Invocation (Java RMI) activation
system daemon implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroupPolicy
Group policy that requires the appropriate
ExecPermission and
set of ExecOptionPermission have been granted to the client
subject or the empty protection domain (a domain with all
null elements) if there is no client subject. |
Constructor and Description |
---|
SystemAccessExporter(Exporter exporter,
GroupPolicy policy)
Creates an exporter with the specified underlying exporter and the
specified group policy, if any.
|
SystemAccessExporter(GroupPolicy policy)
Creates an exporter with an underlying
SunJrmpExporter that
exports using a well-known object identifier (4) on the standard
activation port (1098), and the specified group policy, if any. |
SystemAccessExporter(int port,
GroupPolicy policy)
Creates an exporter with an underlying
SunJrmpExporter that
exports using a well-known object identifier (4) on the specified port,
and the specified group policy, if any. |
SystemAccessILFactory(GroupPolicy policy,
ClassLoader loader)
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
|
SystemAccessILFactory(MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
ClassLoader loader)
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
|
SystemAccessProxyTrustILFactory(GroupPolicy policy,
ClassLoader loader)
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
|
SystemAccessProxyTrustILFactory(MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
ClassLoader loader)
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
|
SystemDispatcher(Collection methods,
Remote impl,
ServerCapabilities serverCaps,
MethodConstraints serverConstraints,
Class permClass,
GroupPolicy policy,
boolean localAccessCheck,
ClassLoader loader)
Creates an invocation dispatcher to receive incoming remote calls
for the specified methods, for a server and transport with the
specified capabilities, enforcing the specified constraints, and
performing preinvocation access control using the specified
permission class and group policy.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.