- abort() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- abort(long) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- abort(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Abort the transaction.
- abort(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Abort the transaction, waiting for participants to be notified of
the decision.
- abort(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant roll back any changes for the specified
transaction and unlock any resources locked by the transaction.
- abort() - Method in interface net.jini.core.transaction.Transaction
-
Abort the transaction.
- abort(long) - Method in interface net.jini.core.transaction.Transaction
-
Abort the transaction, waiting for participants to be notified of
the decision.
- abort() - Method in interface net.jini.jeri.InboundRequest
-
Terminates this request, freeing all associated resources.
- abort() - Method in interface net.jini.jeri.OutboundRequest
-
Terminates this request, freeing all associated resources.
- abort(TransactionManager, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- ABORTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been aborted.
- abortOp(Long) - Method in interface org.apache.river.outrigger.LogOps
-
Log a transaction abort
.
- ABSOLUTE - Static variable in interface net.jini.core.lease.Lease
-
The serialized form of the lease will contain the time of expiration
stored as an absolute time, represented in terms of milliseconds since
the beginning of the epoch.
- AbstractConfiguration - Class in net.jini.config
-
A skeletal implementation of the Configuration
interface, used
to simplify writing implementations.
- AbstractConfiguration() - Constructor for class net.jini.config.AbstractConfiguration
-
Creates an instance of this class.
- AbstractConfiguration.Primitive<T> - Class in net.jini.config
-
Represents the value of an entry with a primitive type.
- AbstractEntry - Class in net.jini.entry
-
An abstract implementation of
Entry
that provides useful
implementations of
equals
,
hashCode
, and
toString
.
- AbstractEntry() - Constructor for class net.jini.entry.AbstractEntry
-
Creates an instance of this class.
- AbstractIDLeaseMap<K extends Lease> - Class in org.apache.river.lease
-
AbstractIDLeaseMap is intended to work around some minor design warts in the
Lease
interface:
In the real world, when a Lease is renewed, a new Lease contract document
is issued, however when an electronic Lease is renewed the Lease expiry
date is changed and the record of the previous Lease is lost.
- AbstractIDLeaseMap() - Constructor for class org.apache.river.lease.AbstractIDLeaseMap
-
Constructor for subclasses.
- AbstractILFactory - Class in net.jini.jeri
-
An abstract implementation of
InvocationLayerFactory
that
provides a convenient way for subclasses to create proxies and
invocation dispatchers for remote objects.
- AbstractILFactory() - Constructor for class net.jini.jeri.AbstractILFactory
-
Constructs an AbstractILFactory
instance with a
null
class loader.
- AbstractILFactory(ClassLoader) - Constructor for class net.jini.jeri.AbstractILFactory
-
Constructs an AbstractILFactory
instance with the
specified class loader.
- AbstractLease - Class in org.apache.river.lease
-
A base class for implementing lease objects.
- AbstractLease(long) - Constructor for class org.apache.river.lease.AbstractLease
-
Construct a relative-format lease.
- AbstractLeaseMap - Class in org.apache.river.lease
-
A base class for implementing LeaseMaps.
- AbstractLeaseMap(Lease, long) - Constructor for class org.apache.river.lease.AbstractLeaseMap
-
Default to using a small HashMap.
- AbstractLeaseMap(Map, Lease, long) - Constructor for class org.apache.river.lease.AbstractLeaseMap
-
Provide a map of your choice.
- AbstractPlugin - Class in org.apache.river.tool.envcheck
-
Base class for plugins providing rudimentary I18N support
- AbstractPlugin() - Constructor for class org.apache.river.tool.envcheck.AbstractPlugin
-
Initialize the base class by obtaining the resource bundle
associated with the instantiated class.
- AbstractPolicy - Class in org.apache.river.api.security
-
A common superclass with utility methods for policy providers.
- AbstractPolicy() - Constructor for class org.apache.river.api.security.AbstractPolicy
-
- AccessDispatcher(Collection, ServerCapabilities, ClassLoader) - Constructor for class org.apache.river.phoenix.AccessILFactory.AccessDispatcher
-
Constructs an invocation dispatcher for the specified methods.
- AccessILFactory - Class in org.apache.river.phoenix
-
A basic invocation layer factory, used in exporting an
ActivationMonitor
or
ActivationInstantiator
to
use Jini extensible remote invocation (Jini ERI), that is similar to
BasicILFactory
except the returned invocation dispatcher only
accepts calls from the local host.
- AccessILFactory() - Constructor for class org.apache.river.phoenix.AccessILFactory
-
Creates an AccessILFactory
instance with no server
constraints, no permission class, and a null
class
loader.
- AccessILFactory(ClassLoader) - Constructor for class org.apache.river.phoenix.AccessILFactory
-
Creates an AccessILFactory
instance with no server
constraints, no permission class, and the specified class loader.
- AccessILFactory.AccessDispatcher - Class in org.apache.river.phoenix
-
- AccessPermission - Class in net.jini.security
-
Represents permission to call a method.
- AccessPermission(String) - Constructor for class net.jini.security.AccessPermission
-
Creates an instance with the specified target name.
- acknowledgmentReceived(boolean) - Method in interface net.jini.io.context.AcknowledgmentSource.Listener
-
Handles either receipt of an acknowledgment that the remote
call's result data has been processed by the client or an
indication that no acknowledgment will be received.
- AcknowledgmentSource - Interface in net.jini.io.context
-
A server context element for registering interest in receiving an
acknowledgment that the remote call's result data has been
delivered to and processed by the client.
- AcknowledgmentSource.Listener - Interface in net.jini.io.context
-
A callback object for registering with an
AcknowledgmentSource
server context element to handle the
receipt of an acknowledgment that the remote call's result data
has been processed by the client.
- actionPerformed(ActionEvent) - Method in class org.apache.river.example.browser.Browser.Exit
-
Cancels any lookup service event registration lease and
calls
System.exit
(0)
.
- ActivatableInvocationHandler - Class in net.jini.activation
-
An invocation handler for activatable remote objects.
- ActivatableInvocationHandler(ActivationID, Remote) - Constructor for class net.jini.activation.ActivatableInvocationHandler
-
Creates an instance with the specified activation identifier, a
possibly-null
underlying proxy, and null
client constraints.
- ActivateDesc(String, URL[], URL[], String, MarshalledObject) - Constructor for class org.apache.river.start.ActivateWrapper.ActivateDesc
-
Trivial constructor.
- ActivateWrapper - Class in org.apache.river.start
-
A wrapper for activatable objects, providing separation of the import
codebase (where the server classes are loaded from by the activation
group) from the export codebase (where clients should load classes from
for stubs, etc.) as well as providing an independent security policy file
for each activatable object.
- ActivateWrapper(ActivationID, MarshalledObject) - Constructor for class org.apache.river.start.ActivateWrapper
-
Activatable constructor.
- ActivateWrapper.ActivateDesc - Class in org.apache.river.start
-
Descriptor for registering a "wrapped" activatable object.
- ACTIVATION_SYSTEM_UUID - Static variable in class org.apache.river.phoenix.PhoenixConstants
-
An object identifier for exporting the activation system.
- ActivationAdmin - Interface in org.apache.river.phoenix
-
An administrative interface for the activation system daemon.
- ActivationExporter - Class in net.jini.activation
-
An Exporter
implementation for exporting an activatable
remote object using its underlying exporter.
- ActivationExporter(ActivationID, Exporter) - Constructor for class net.jini.activation.ActivationExporter
-
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and a
null
class loader.
- ActivationExporter(ActivationID, Exporter, ClassLoader) - Constructor for class net.jini.activation.ActivationExporter
-
Creates an exporter for an activatable remote object with the
specified activation identifier, underlying exporter, and
class loader.
- ActivationGroup - Class in net.jini.activation
-
- ActivationGroup(ActivationGroupID) - Constructor for class net.jini.activation.ActivationGroup
-
Constructs an activation group with the specified activation group
identifier.
- ActivationGroupData - Class in org.apache.river.phoenix
-
- ActivationGroupData(String[]) - Constructor for class org.apache.river.phoenix.ActivationGroupData
-
Constructs an instance with the specified
Configuration
options, if any.
- ActivationGroupImpl - Class in org.apache.river.phoenix
-
The default activation group implementation for phoenix.
- ActivationGroupImpl(ActivationGroupID, MarshalledObject) - Constructor for class org.apache.river.phoenix.ActivationGroupImpl
-
Creates an instance with the specified group identifier and
initialization data.
- ACTIVATOR_UUID - Static variable in class org.apache.river.phoenix.PhoenixConstants
-
An object identifier for exporting the activator.
- ActivatorPermission - Class in org.apache.river.phoenix
-
Represents permissions that can be used to express the access control
policy for the activator, the remote object handling object activation,
if that remote object is exported with
BasicJeriExporter
.
- ActivatorPermission(String) - Constructor for class org.apache.river.phoenix.ActivatorPermission
-
Creates an instance with the specified name.
- ActivatorSunJrmpExporter - Class in org.apache.river.phoenix
-
JRMP exporter to export an Activator
using the well-known
activator object identifier.
- ActivatorSunJrmpExporter() - Constructor for class org.apache.river.phoenix.ActivatorSunJrmpExporter
-
Creates a JRMP exporter that exports on the standard port (1098).
- ActivatorSunJrmpExporter(int) - Constructor for class org.apache.river.phoenix.ActivatorSunJrmpExporter
-
Creates a JRMP exporter that exports on the specified port.
- ACTIVE - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction is currently active.
- add(Class) - Method in class org.apache.river.api.lookup.DefaultEntries
-
Add an Entry class.
- add(Entry[], Entry[]) - Static method in class org.apache.river.lookup.entry.LookupAttributes
-
Returns a new array containing the elements of the
addAttrSets
parameter (that are not duplicates of
any of the elements already in the attrSets
parameter)
added to the elements of attrSets
.
- add(Entry[], Entry[], boolean) - Static method in class org.apache.river.lookup.entry.LookupAttributes
-
Returns a new array containing the elements of the
addAttrSets
parameter (that are not duplicates of
any of the elements already in the attrSets
parameter)
added to the elements of attrSets
.
- add(Runnable) - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Add a new task.
- addAcknowledgmentListener(AcknowledgmentSource.Listener) - Method in interface net.jini.io.context.AcknowledgmentSource
-
Registers the specified listener as interested in receiving an
acknowledgment that the remote call's result data has been
processed by the client.
- addAll(Collection) - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Add all tasks in a collection, in iterator order.
- addApi(String) - Method in class org.apache.river.tool.PreferredListGen
-
Initialize the dependency graph with a public API entry.
- addAttributes(Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
-
Adds the specified attribute sets (those that aren't duplicates of
existing attribute sets) to the registered service item.
- addAttributes(Entry[]) - Method in class net.jini.lookup.JoinManager
-
Associates a new set of attributes with the service, in addition to
the service's current set of attributes.
- addAttributes(Entry[], boolean) - Method in class net.jini.lookup.JoinManager
-
Associates a new set of attributes with the service, in addition to
the service's current set of attributes.
- addClasses(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of classes that
dependencies are going to be computed on.
- addDiscoveryListener(DiscoveryListener) - Method in interface net.jini.discovery.DiscoveryManagement
-
Adds an instance of DiscoveryListener
to the set of
objects listening for discovery events.
- addGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Adds a set of group names to the managed set of groups.
- addGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Adds a set of group names to the managed set of groups associated
with this registration.
- addHidePackage(String) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addHidePackages(String[]) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addHidePackages(List) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addHides(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of package prefixes that
are to remain hidden from processing.
- addIfNew(TaskManager.Task) - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Add a new task if it is not equal to (using the equals method)
to any existing active or pending task.
- addImpl(String) - Method in class org.apache.river.tool.PreferredListGen
-
Initialize the dependency graph with a private API entry.
- addInside(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the working set of package prefixes
that will make up the working domain space.
- addInsidePackage(String) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
Inside packages limit the scope of the dependency search to
Classes within these packages.
- addInsidePackages(String[]) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
Inside packages limit the scope of the dependency search to
Classes within these packages.
- addInsidePackages(List) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addInsideRoot(String) - Method in class org.apache.river.tool.ClassDep
-
Adds an entry into the set of package prefixes for which classes found
through the specified root directories will be considered for dependency
generation.
- addJar(String) - Method in class org.apache.river.tool.PreferredListGen
-
Add jarName
to the list of JAR files to process.
- addListenEndpoint(ServerEndpoint.ListenEndpoint) - Method in interface net.jini.jeri.ServerEndpoint.ListenContext
-
Adds listenEndpoint
to this
ListenContext
's collection of
ListenEndpoint
instances for the
ServerEndpoint
it was passed to, starts a
listen operation on listenEndpoint
if
necessary, and returns the ListenCookie
for an
active listen operation on listenEndpoint
.
- addListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
-
Registers a ServiceDiscoveryListener
object with
the event mechanism of a LookupCache
.
- addLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Adds a set of locators to the managed set of locators.
- addLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Adds a set of LookupLocator objects to the managed set of locators
associated with this registration.
- addLookupAttributes(Entry[]) - Method in interface net.jini.admin.JoinAdmin
-
Add attribute sets for the service.
- addLookupAttributes(Entry[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- addLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Add new groups to the set to join.
- addLookupGroups(String[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- addLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Add locators for specific new lookup services to join.
- addLookupLocators(LookupLocator[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- addMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Adds the given set of names to the set whose elements are the names
of the groups in which the lookup service is currently a member.
- addObserver(FutureObserver<T>) - Method in interface org.apache.river.thread.FutureObserver.ObservableFuture
-
Adds FutureObserver's to this ObservableFuture.
- addObserver(FutureObserver<T>) - Method in class org.apache.river.thread.ObservableFutureTask
-
- addObserver(FutureObserver<V>) - Method in class org.apache.river.thread.RetryTask
-
- addOutside(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of package prefixes
that will bypassed during dependency checking.
- addOutsidePackageOrClass(String) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
The package patterns or class names to be excluded from the dependency
search results.
- addOutsidePackagesOrClasses(String[]) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addOutsidePackagesOrClasses(List) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addOutsideRoot(String) - Method in class org.apache.river.tool.ClassDep
-
Adds an entry into the set of package prefixes for which classes found
through the specified root directories, and that are part of the inside
root namespace, will be skipped as part of the dependency generation.
- addPlatformEntries() - Method in class org.apache.river.api.lookup.DefaultEntries
-
All all the Jini Platform Entry's
- addProvider(ClassDependencyRelationship) - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
Add a provider class to this dependant class.
- addProxy(String) - Method in class org.apache.river.tool.PreferredListGen
-
Add proxy
to the set of proxies used to identify
roots.
- addPrune(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of package prefixes
that will be skipped as part of the dependency
generation.
- addr - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The address to which any responses should go.
- Address - Class in net.jini.lookup.entry
-
The address of the physical component of a service.
- Address() - Constructor for class net.jini.lookup.entry.Address
-
Construct an empty instance of this class.
- Address(String, String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.Address
-
Construct an instance of this class, with all fields
initialized appropriately.
- AddressBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates an Address object.
- AddressBean() - Constructor for class net.jini.lookup.entry.AddressBean
-
Construct an instance of this JavaBeans component that is
linked to a new Address object.
- addRoots(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of directories to
look under for the classes that fall within
the working domain space as defined by the
intersection of the following sets:
inside,outside,prune,show, and hide.
- addShow(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of package prefixes
that we want to display.
- addShowPackage(String) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addShowPackages(String[]) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addShowPackages(List) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- addSkip(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry into the set of classes that
should be skipped during dependency generation.
- addTell(String) - Method in class org.apache.river.tool.PreferredListGen
-
Add tellName
to the tell list.
- addTells(String) - Method in class org.apache.river.tool.ClassDep
-
Add an entry in to the set of classes whose dependents
that lie with the inside set are listed.
- addUnknownEvents(Collection) - Method in interface net.jini.event.MailboxPullRegistration
-
Adds the provided collection of unknown events to this registration.
- addURL(URL) - Method in class org.apache.river.api.net.RFC3986URLClassLoader
-
Adds the specified URL to the search list.
- Administrable - Interface in net.jini.admin
-
Every administrable service should implement this interface.
- AdminIterator - Interface in org.apache.river.outrigger
-
- AggregatePolicyProvider - Class in org.apache.river.start
-
Security policy provider which supports associating security sub-policies
with context class loaders.
- AggregatePolicyProvider() - Constructor for class org.apache.river.start.AggregatePolicyProvider
-
Creates a new AggregatePolicyProvider
instance, containing
a main policy created as follows: if the
org.apache.river.start.AggregatePolicyProvider.mainPolicyClass
security property is set, then its value is interpreted as the class
name of the main policy provider; otherwise, a default class name of
"net.jini.security.policy.DynamicPolicyProvider"
is used.
- AggregatePolicyProvider(Policy) - Constructor for class org.apache.river.start.AggregatePolicyProvider
-
Creates a new AggregatePolicyProvider
instance with the
given main policy, which must be non-null
.
- aid - Variable in class org.apache.river.start.SharedActivatableServiceDescriptor.Created
-
The activation id of the service
- ALL_GROUPS - Static variable in interface net.jini.discovery.DiscoveryGroupManagement
-
Convenience constant used to request that attempts be made to
discover all lookup services that are within range, and which
belong to any group.
- ALL_PERMISSION - Variable in class org.apache.river.api.security.AbstractPolicy
-
- annotateClass(Class) - Method in class net.jini.io.MarshalOutputStream
-
Annotates the stream descriptor for the class cl
.
- annotateProxyClass(Class) - Method in class net.jini.io.MarshalOutputStream
-
Annotates the stream descriptor for the proxy class
cl
.
- ANY - Static variable in interface net.jini.core.lease.Lease
-
Used by the requestor to indicate that there is no particular lease
time desired, and that the grantor of the lease should supply a time
that is most convenient for the grantor.
- applyUpdate(Object) - Method in class org.apache.river.reliableLog.LogHandler
-
Reads a stably logged update (a serializable object) from a stream.
- assoc - Variable in class net.jini.lookup.entry.AddressBean
-
The Address object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.CommentBean
-
The Entry object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.LocationBean
-
The Location object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.NameBean
-
The Name object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.ServiceInfoBean
-
The ServiceInfo object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.StatusBean
-
The Status object associated with this JavaBeans component.
- assoc - Variable in class net.jini.lookup.entry.UIDescriptorBean
-
- attempt() - Method in class org.apache.river.thread.RetryTask
-
Return the attempt number, starting with zero.
- attributes - Variable in class net.jini.lookup.entry.UIDescriptor
-
An unmodifiable set of objects that describe the UI generated by the marshalled UI factory.
- attributeSets - Variable in class net.jini.core.lookup.ServiceItem
-
Attribute sets.
- attributeSetTemplates - Variable in class net.jini.core.lookup.ServiceTemplate
-
Attribute set templates to match, or null.
- AuthenticationPermission - Class in net.jini.security
-
Represents permission to use the private credentials of subjects for the
purpose of authenticating as any subset of the local principals specified
in the target name, during secure remote calls with any peer that
authenticates as at least the set of peer principals specified in the
target name.
- AuthenticationPermission(String, String) - Constructor for class net.jini.security.AuthenticationPermission
-
Creates an instance with the specified target name and actions.
- AuthenticationPermission(Set, Set, String) - Constructor for class net.jini.security.AuthenticationPermission
-
Creates an instance with the specified actions and a target name
constructed from the specified local and peer principals.
- AvailabilityEvent - Class in net.jini.space
-
- AvailabilityEvent(JavaSpace, long, long, MarshalledObject, boolean) - Constructor for class net.jini.space.AvailabilityEvent
-
Create a new AvailabilityEvent
instance.
- available() - Method in class org.apache.river.reliableLog.LogInputStream
-
Returns the number of bytes that can be read without blocking.
- awaitTermination(long, TimeUnit) - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- CachingSecurityManager - Interface in org.apache.river.api.security
-
A CachingSecurityManager caches the result of check permission calls for
AccessControlContexts.
- calculateDuration(LeasedResource, long) - Method in class org.apache.river.landlord.FixedLeasePeriodPolicy
-
Returns the duration this policy is willing to grant for the
passed resource at this time.
- canBatch(Lease) - Method in interface net.jini.core.lease.Lease
-
Returns a boolean indicating whether or not the lease given as a
parameter can be batched (placed in the same LeaseMap) with the
current lease.
- canBatch(Lease) - Method in class org.apache.river.landlord.ConstrainableLandlordLease
-
- canBatch(Lease) - Method in class org.apache.river.landlord.LandlordLease
-
- cancel() - Method in interface net.jini.core.lease.Lease
-
Used by the lease holder to indicate that it is no longer interested
in the resource or information held by the lease.
- cancel(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Removes a given lease from the managed set, and cancels it.
- cancel(Uuid) - Method in interface org.apache.river.landlord.Landlord
-
Called by the lease when its
cancel
method is
called.
- cancel() - Method in class org.apache.river.landlord.LandlordLease
-
- cancel(Uuid) - Method in interface org.apache.river.landlord.LocalLandlord
-
Cancel the lease that is associated with the given cookie.
- cancel(Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- cancel(boolean) - Method in class org.apache.river.thread.RetryTask
-
Cancel the retrying of the task.
- cancel(WakeupManager.Ticket) - Method in class org.apache.river.thread.WakeupManager
-
Cancel the given ticket.
- cancelAll() - Method in interface net.jini.core.lease.LeaseMap
-
Cancels all leases in the LeaseMap.
- cancelAll(Uuid[]) - Method in interface org.apache.river.landlord.Landlord
-
Called by the lease map when its
cancelAll
method is called.
- cancelAll() - Method in class org.apache.river.landlord.LandlordLeaseMap
-
- cancelAll(LocalLandlord, Uuid[]) - Static method in class org.apache.river.landlord.LandlordUtil
-
Call landlord.cancel()
for each object in
cookies[]
, passing cookies[i]
.
- cancelAll(Uuid[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- cancelAll() - Method in class org.apache.river.thread.WakeupManager
-
Cancel all tickets.
- cancelOp(Uuid, boolean) - Method in interface org.apache.river.outrigger.LogOps
-
Log a cancel
and entry or registration.
- canContainKey(Object) - Method in interface net.jini.core.lease.LeaseMap
-
Returns true if the given object is a Lease which can be renewed
and cancelled in a batch with other leases in the map.
- canContainKey(Object) - Method in class org.apache.river.landlord.ConstrainableLandlordLeaseMap
-
- canContainKey(Object) - Method in class org.apache.river.landlord.LandlordLeaseMap
-
- CannotAbortException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot abort because it has already
already decided to commit.
- CannotAbortException(String) - Constructor for exception net.jini.core.transaction.CannotAbortException
-
Constructs an instance with a detail message.
- CannotAbortException() - Constructor for exception net.jini.core.transaction.CannotAbortException
-
Constructs an instance with no detail message.
- CannotCommitException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot commit because it has already
aborted or must now be aborted.
- CannotCommitException(String) - Constructor for exception net.jini.core.transaction.CannotCommitException
-
Constructs an instance with a detail message.
- CannotCommitException() - Constructor for exception net.jini.core.transaction.CannotCommitException
-
Constructs an instance with no detail message.
- CannotJoinException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction cannot be joined because it is no
longer active.
- CannotJoinException(String) - Constructor for exception net.jini.core.transaction.CannotJoinException
-
Constructs an instance with a detail message.
- CannotJoinException() - Constructor for exception net.jini.core.transaction.CannotJoinException
-
Constructs an instance with no detail message.
- CannotNestException - Exception in net.jini.core.transaction
-
Exception thrown when an object does not support nested transactions.
- CannotNestException(String) - Constructor for exception net.jini.core.transaction.CannotNestException
-
Constructs an instance with a detail message.
- CannotNestException() - Constructor for exception net.jini.core.transaction.CannotNestException
-
Constructs an instance with no detail message.
- CDPBuilder() - Constructor for class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- certificates(Certificate[]) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
Sets the Certificate[] a CodeSource must have to receive the PermissionGrant.
- changed(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryChangeListener
-
Called when changes are detected in the discovery state of
one or more of the previously discovered lookup services;
in particular, when changes occur in the member groups to
which those lookup services belong.
- check(ServiceItem) - Method in interface net.jini.lookup.ServiceItemFilter
-
This method defines the implementation of the additional selection
criteria (additional matching and/or proxy preparation) to apply to a
ServiceItem
object found
through standard template matching.
- check(Entry[], boolean) - Static method in class org.apache.river.lookup.entry.LookupAttributes
-
Throws an IllegalArgumentException
if any element of
the array is not an instance of a valid Entry
class
(the class is not public, or does not have a no-arg constructor, or
has primitive public non-static non-final fields).
- check() - Method in class org.apache.river.thread.ReadyState
-
Checks if the service is ready to use, waiting if it is
initializing, and throwing NoSuchObjectException
if it is
shutting down.
- check(String, ClassLoader, String[], String, PrintStream) - Static method in class org.apache.river.tool.CheckConfigurationFile
-
Checks the format of a configuration source file.
- check(ConfigurationFile, Properties, ClassLoader, PrintStream) - Static method in class org.apache.river.tool.CheckConfigurationFile
-
Checks the format of a ConfigurationFile
.
- check(String, int) - Static method in class org.apache.river.tool.CheckSer
-
Checks the class file directory hierarchy starting from the specified
directory.
- checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
-
Checks that the client has permission to invoke the specified method on
the specified remote object.
- checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class org.apache.river.phoenix.AccessILFactory.AccessDispatcher
-
Checks that the client is calling from the local host.
- checkAccess(Remote, Method, InvocationConstraints, Collection) - Method in class org.apache.river.phoenix.SystemAccessILFactory.SystemDispatcher
-
Checks that the client is calling from the local host.
- checkCallerHasGrants(Collection<PermissionGrant>) - Method in class org.apache.river.api.security.AbstractPolicy
-
This method checks that the PermissionGrant's are authorised to be
granted by it's caller, if it Fails, it will throw a SecurityException
or AccessControlException.
- checkClientPermission(Permission) - Static method in class net.jini.jeri.BasicInvocationDispatcher
-
Checks that the client subject for the current remote call has the
specified permission.
- checkClientSubject(Subject) - Method in class org.apache.river.discovery.ClientPermissionChecker
-
Checks whether or not to permit exchanging or accepting data with/from a
client authenticated as the given subject, by testing if the subject has
been granted the permission that this instance was constructed with.
- checkClientSubject(Subject) - Method in interface org.apache.river.discovery.ClientSubjectChecker
-
Checks whether or not to permit exchanging or accepting data with/from a
client authenticated as the given subject.
- CheckConfigurationFile - Class in org.apache.river.tool
-
- checkConstraints(InboundRequestHandle, InvocationConstraints) - Method in interface net.jini.jeri.connection.ServerConnection
-
- checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Verifies that this instance supports the transport layer
aspects of all of the specified requirements (both in general
and in the current security context), and returns the
requirements that must be at least partially implemented by
higher layers in order to fully satisfy all of the specified
requirements.
- checkConstraints(InvocationConstraints) - Method in interface net.jini.jeri.InboundRequest
-
Verifies that this request satisfies the transport layer
aspects of all of the specified requirements, and returns the
requirements that must be at least partially implemented by
higher layers in order to fully satisfy the specified
requirements.
- checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
- checkConstraints(InvocationConstraints) - Method in interface net.jini.jeri.ServerCapabilities
-
Verifies that this instance supports the transport layer
aspects of all of the specified requirements (both in general
and in the current security context), and returns the
requirements that must be at least partially implemented by
higher layers in order to fully satisfy all of the specified
requirements.
- checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Checks that it is possible to receive requests that either
fully or partially satisfy the specified requirements, and
returns any constraints that must be fully or partially
implemented by higher layers in order to fully satisfy all of
the specified requirements.
- checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Checks that it is possible to receive requests that either
fully or partially satisfy the specified requirements, and
returns any constraints that must be fully or partially
implemented by higher layers in order to fully satisfy all of
the specified requirements.
- checkConstraints(InvocationConstraints) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Verifies that this instance supports the transport layer
aspects of all of the specified requirements (both in general
and in the current security context), and returns the
requirements that must be at least partially implemented by
higher layers in order to fully satisfy all of the specified
requirements.
- checkConstraints() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
- checkConstraints() - Method in class org.apache.river.discovery.MulticastRequest
-
Checks if the constraints whose checking was delayed when this instance
was decoded, if any, are satisfied.
- checkFile(String, String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Check for the existence of a file identified by a property
supplied on the command line being analyzed.
- checkFileName(String, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by
name
.
- checkGroup(ActivationGroupDesc) - Method in class org.apache.river.phoenix.DefaultGroupPolicy
-
Checks permissions for the specified group descriptor.
- checkGroup(ActivationGroupDesc) - Method in interface org.apache.river.phoenix.GroupPolicy
-
Checks if the caller is permitted to use the specified group descriptor.
- checkGuard(Object) - Method in class org.apache.river.api.security.DelegatePermission
-
- checkInvocationHandlerContent(BasicInvocationHandler, TrustVerifier.Context) - Static method in class net.jini.jeri.BasicJeriTrustVerifier
-
Returns true
if the specified invocation handler's
constraints and object endpoint are trusted; returns
false
otherwise.
- checkKey(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
Check that the key is valid for this map
- checkNullElements(Object[]) - Method in class org.apache.river.api.security.AbstractPolicy
-
Checks array for null elements
- checkPermission(Permission) - Method in class org.apache.river.api.security.CombinerSecurityManager
-
Throws a SecurityException
if the requested
access, specified by the given permission, is not permitted based
on the security policy currently in effect.
- checkPermission(Permission, Object) - Method in class org.apache.river.api.security.CombinerSecurityManager
-
Throws a SecurityException
if the requested
access, specified by the given permission and context, is not permitted based
on the security policy currently in effect.
- checkPermission(ProtectionDomain, Permission) - Method in class org.apache.river.api.security.CombinerSecurityManager
-
Enables customisation of permission check.
- checkPermission(ProtectionDomain, Permission) - Method in class org.apache.river.api.security.DelegateSecurityManager
-
- checkPermission(Permission) - Method in class org.apache.river.phoenix.DefaultGroupPolicy
-
- checkPermission(Permission) - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- checkPermission(Permission, Object) - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- checkPermissionClass(Class) - Static method in class net.jini.jeri.BasicInvocationDispatcher
-
Checks that the specified class is a valid permission class for use in
preinvocation access control.
- checkPermissions(InboundRequestHandle) - Method in interface net.jini.jeri.connection.ServerConnection
-
- checkPermissions() - Method in interface net.jini.jeri.InboundRequest
-
Verifies that the current security context has all of the
security permissions necessary to receive this request.
- checkPermissions() - Method in interface net.jini.jeri.ServerEndpoint.ListenEndpoint
-
Verifies that the current security context has all of the
security permissions necessary to listen for requests on
this ListenEndpoint
.
- checkProtocolVersion(int) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Checks the protocol version of an incoming multicast request,
announcement, or unicast discovery attempt, throwing an
UnsupportedConstraintException
if handling of the given protocol does
not satisfy the constraints of this instance.
- CheckSer - Class in org.apache.river.tool
-
Tool to check for serializable classes that do not have explicit
serialVersionUID
fields.
- CheckSer() - Constructor for class org.apache.river.tool.CheckSer
-
- checkSystemPropertyFile(String, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Validate the accessibility of the non-directory file identified by the
system property prop
.
- checkTrustEquivalence(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.http.HttpEndpoint
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns true
if the argument is an instance of
KerberosEndpoint
with the same values for server
principal, server host, and port; and either both this instance
and the argument have null
socket factories, or
the factories have the same actual class and are equal; and
returns false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns true
if the argument is an instance of
HttpsEndpoint
with the same values for server host and
port; and either both this instance and the argument have
null
socket factories, or the factories have the same
actual class and are equal; and returns false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns true
if the argument is an instance of
SslEndpoint
with the same values for server host and port;
and either both this instance and the argument have null
socket factories, or the factories have the same actual class and are
equal; and returns false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns true
if the specified object (which is not
yet known to be trusted) is equivalent in trust, content, and
function to this known trusted object, and false
otherwise.
- checkTrustEquivalence(Object) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns true
if the argument is an instance of this
class, and calling the checkTrustEquivalence
method on
the main proxy of this invocation handler, passing the main proxy of
the argument, returns true
, and calling the
checkTrustEquivalence
method on the bootstrap proxy of
this invocation handler, passing the bootstrap proxy of the argument,
returns true
, and returns false
otherwise.
- checkTrustEquivalence(Object) - Method in interface net.jini.security.proxytrust.TrustEquivalence
-
Returns true
if the specified object (that is not yet
known to be trusted) is equivalent in trust, content, and function to
this known trusted object, and returns false
otherwise.
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.kerberos.Client
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.kerberos.Server
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Server
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.ssl.Client
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in class org.apache.river.discovery.ssl.Server
-
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface org.apache.river.discovery.UnicastDiscoveryClient
-
Checks and returns normally if this client is capable of fulfilling the
given absolute constraints.
- checkUnicastDiscoveryConstraints(InvocationConstraints) - Method in interface org.apache.river.discovery.UnicastDiscoveryServer
-
Checks and returns normally if this server is capable of fulfilling the
given absolute constraints.
- checkURL(URL, String) - Static method in class org.apache.river.tool.envcheck.Util
-
Check the accessibility of the given URL
.
- checkValue(Object) - Static method in class org.apache.river.lease.AbstractLeaseMap
-
Check that the value is a Long
- chooseProtocolVersion() - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns the protocol version to use for sending multicast requests or
announcements, or initiating unicast discovery.
- ClassAnnotation - Interface in net.jini.loader
-
Provides a class annotation string for classes defined by a class
loader that is an instance of this interface.
- ClassDep - Class in org.apache.river.tool
-
Tool used to analyze a set of classes and determine on what other classes
they directly or indirectly depend.
- ClassDep() - Constructor for class org.apache.river.tool.ClassDep
-
No argument constructor.
- ClassDep(String[]) - Constructor for class org.apache.river.tool.ClassDep
-
Constructor that takes command line arguments and fills in the
appropriate fields.
- ClassDepend - Class in org.apache.river.tool.classdepend
-
Provides a utility for computing which classes are depended on by a set of
classes.
- ClassDependencyRelationship - Class in org.apache.river.tool.classdepend
-
A container to store class dependency related information for later analysis.
- ClassDependParameters - Class in org.apache.river.tool.classdepend
-
Effectively Immutable parameter class for ClassDepend.
- ClassDependParameters.CDPBuilder - Class in org.apache.river.tool.classdepend
-
CDPBuilder - to build an immutable ClassDependParameters object, much
like the StringBuilder and String class relationship.
- CLASSLOADER - Static variable in class org.apache.river.api.security.PermissionGrantBuilder
-
The PermissionGrant generated will apply to all classes loaded by
the ClassLoader
- ClassLoaderUtil - Class in org.apache.river.start
-
This class provides useful utilities for creating and
manipulating class loaders.
- ClassLoading - Class in net.jini.loader
-
- className - Variable in class org.apache.river.start.ActivateWrapper.ActivateDesc
-
The activatable object's class name.
- ClasspathPackages - Class in org.apache.river.tool.classdepend
-
Utility class for finding the names of packages in a class path.
- ClasspathPackages() - Constructor for class org.apache.river.tool.classdepend.ClasspathPackages
-
- ClassServer - Class in org.apache.river.tool
-
A simple HTTP server, for serving up JAR and class files.
- ClassServer(int, String, boolean, boolean) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server that does not support network shutdown.
- ClassServer(int, String, boolean, boolean, boolean) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server.
- ClassServer(String[], LifeCycle) - Constructor for class org.apache.river.tool.ClassServer
-
Construct a server, accepting the same command line options
supported by
main
, except for the
-stop
option.
- clazz(Class) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
Extracts ProtectionDomain
from the Class for use in the PermissionGrantBuilder.
- clear() - Method in class net.jini.lease.LeaseRenewalManager
-
Removes all leases from the managed set of leases.
- clear() - Method in class org.apache.river.lease.AbstractLeaseMap
-
- clearCache() - Method in interface org.apache.river.api.security.CachingSecurityManager
-
Clears permissions from the checked cache, it must be
called after calling Policy.refresh(); It is recommended that it
be called by a Policy provider, rather than application code.
- clearCache() - Method in class org.apache.river.api.security.CombinerSecurityManager
-
This method is intended to be called only by a Policy.
- clearExpirationWarningListener() - Method in interface net.jini.lease.LeaseRenewalSet
-
Remove the listener currently registered for expiration warning
events.
- clearRenewalFailureListener() - Method in interface net.jini.lease.LeaseRenewalSet
-
Remove the listener currently registered for renewal failure
events.
- Client - Class in org.apache.river.discovery.kerberos
-
Implements the client side of the net.jini.discovery.kerberos
unicast discovery format.
- Client() - Constructor for class org.apache.river.discovery.kerberos.Client
-
Creates a new instance.
- Client - Class in org.apache.river.discovery.plaintext
-
Implements the client side of the net.jini.discovery.plaintext
discovery format.
- Client() - Constructor for class org.apache.river.discovery.plaintext.Client
-
Constructs a new instance.
- Client - Class in org.apache.river.discovery.ssl
-
Implements the client side of the net.jini.discovery.ssl
unicast discovery format.
- Client() - Constructor for class org.apache.river.discovery.ssl.Client
-
- Client - Class in org.apache.river.discovery.x500.sha1withdsa
-
Implements the client side of the
net.jini.discovery.x500.SHA1withDSA
format.
- Client() - Constructor for class org.apache.river.discovery.x500.sha1withdsa.Client
-
Constructs a new instance.
- Client - Class in org.apache.river.discovery.x500.sha1withrsa
-
Implements the client side of the
net.jini.discovery.x500.SHA1withRSA
format.
- Client() - Constructor for class org.apache.river.discovery.x500.sha1withrsa.Client
-
Constructs a new instance.
- ClientAuthentication - Class in net.jini.core.constraint
-
Represents a constraint on authentication of the client to the server.
- ClientHost - Interface in net.jini.io.context
-
A server context element that can supply the client host address
for the remote call.
- ClientMaxPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it may only authenticate itself as one or more
of the specified principals.
- ClientMaxPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principal.
- ClientMaxPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMaxPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMaxPrincipalType - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it may only authenticate itself as principals
that are instances of one or more of the specified classes.
- ClientMaxPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified class.
- ClientMaxPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMaxPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMaxPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMinPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it must authenticate itself as at least all of
the specified principals.
- ClientMinPrincipal(Principal) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principal.
- ClientMinPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMinPrincipal(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ClientMinPrincipalType - Class in net.jini.core.constraint
-
Represents a constraint on the client, such that if the client
authenticates itself, then it must authenticate itself such that, for each
specified class, at least one authenticated principal is an instance of
that class.
- ClientMinPrincipalType(Class) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified class.
- ClientMinPrincipalType(Class[]) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientMinPrincipalType(Collection) - Constructor for class net.jini.core.constraint.ClientMinPrincipalType
-
Creates a constraint containing the specified classes, with redundant
classes removed.
- ClientPermissionChecker - Class in org.apache.river.discovery
-
Implementation of
ClientSubjectChecker
that approves or rejects
client subjects based on whether or not they have been granted a particular
permission.
- ClientPermissionChecker(Permission) - Constructor for class org.apache.river.discovery.ClientPermissionChecker
-
Creates instance that checks if client subjects have been granted the
specified permission.
- ClientSubject - Interface in net.jini.io.context
-
A server context element that can supply the client subject for the
remote call.
- ClientSubjectChecker - Interface in org.apache.river.discovery
-
Interface for approving or rejecting client subjects during unicast
discovery and decoding of multicast requests.
- clone() - Method in interface net.jini.core.entry.CloneableEntry
-
Clone has been implemented in AbstractEntry to allow utilities such as
ServiceDiscoveryManager
to avoid sharing
internally stored mutable Entry instances with client code.
- clone() - Method in class net.jini.core.lookup.ServiceItem
-
Clone has been implemented to allow utilities such as
ServiceDiscoveryManager
to avoid sharing
internally stored instances with client code.
- clone() - Method in class net.jini.core.lookup.ServiceTemplate
-
Clone has been implemented to allow utilities such as
ServiceDiscoveryManager
to avoid sharing
internally stored instances with client code.
- clone() - Method in class net.jini.entry.AbstractEntry
-
Clone has been implemented to allow utilities such as
ServiceDiscoveryManager
to avoid sharing
internally stored instances with client code.
- CloneableEntry - Interface in net.jini.core.entry
-
Required by service utilities to avoid sharing internal state.
- close() - Method in interface net.jini.event.RemoteEventIterator
-
Ends all event processing being performed by this iterator
and invalidates the iterator.
- close() - Method in interface net.jini.jeri.connection.Connection
-
Closes this connection.
- close() - Method in interface net.jini.jeri.connection.ServerConnection
-
Closes this connection.
- close() - Method in interface net.jini.jeri.ServerEndpoint.ListenHandle
-
Stops listening for requests on the associated
ListenEndpoint
.
- close() - Method in class net.jini.lease.LeaseRenewalManager
-
- close() - Method in class org.apache.river.api.net.RFC3986URLClassLoader
-
Java 6 compatible implementation that overrides Java 7 URLClassLoader.close()
URLClassLoader implements Closeable in Java 7 to allow resources such
as open jar files to be released.
- close() - Method in interface org.apache.river.outrigger.AdminIterator
-
Deprecated.
Tell the server that this iterator is no longer in use.
- close(Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- close() - Method in class org.apache.river.outrigger.snaplogstore.LogOutputStream
-
A LogOutputStream cannot be closed, so this does nothing.
- close() - Method in class org.apache.river.outrigger.snaplogstore.LogStore
-
- close() - Method in interface org.apache.river.outrigger.Store
-
Close the store, release VM resources (stop independent
threads, close files, etc.) but do not destroy any persistent
state.
- close() - Method in class org.apache.river.reliableLog.LogInputStream
-
Closes the input stream.
- close() - Method in class org.apache.river.reliableLog.LogOutputStream
-
A LogOutputStream cannot be closed, so this does nothing.
- close() - Method in class org.apache.river.reliableLog.ReliableLog
-
Closes the stable storage directory in an orderly manner.
- CodebaseProvider - Class in org.apache.river.proxy
-
Provided only for proxy binary backward compatibility with River versions
before 3.0
- CODESOURCE_CERTS - Static variable in class org.apache.river.api.security.PermissionGrantBuilder
-
The PermissionGrant generated will apply to all classes loaded from
CodeSource's that have at a minimum the defined array Certificate[]
provided the logged in Subject also has all Principals when defined.
- CodeSourceRequiredPermissions - Interface in org.apache.river.api.security
-
Jar files that specify a META-INF/permissions.perm file as per the OSGi
syntax, allow a ProxyVerifier to grant these permissions dynamically.
- combine(InvocationConstraints, InvocationConstraints) - Static method in class net.jini.core.constraint.InvocationConstraints
-
Returns an instance of this class that has all of the requirements from
each non-null
argument added as requirements and has all
of the preferences from each non-null
argument added as
preferences.
- CombinerSecurityManager - Class in org.apache.river.api.security
-
CombinerSecurityManager, is intended to be a highly scalable
SecurityManager implementation that caches the results of security checks
for each context, which may be an instance of SecurityContext or
AccessControlContext.
- CombinerSecurityManager() - Constructor for class org.apache.river.api.security.CombinerSecurityManager
-
- Comment - Class in net.jini.lookup.entry
-
A free-form comment about a service.
- Comment() - Constructor for class net.jini.lookup.entry.Comment
-
Construct an empty instance of this class.
- Comment(String) - Constructor for class net.jini.lookup.entry.Comment
-
Construct an instance of this class, with all fields
initialized appropriately.
- comment - Variable in class net.jini.lookup.entry.Comment
-
The comment itself.
- CommentBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Comment object.
- CommentBean() - Constructor for class net.jini.lookup.entry.CommentBean
-
Construct a new JavaBeans component, linked to a new empty
Comment object.
- commit() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- commit(long) - Method in class net.jini.core.transaction.server.ServerTransaction
-
- commit(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Commit the transaction.
- commit(long, long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Commit the transaction, waiting for participants to be notified of
the decision.
- commit(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant make all of its PREPARED
changes for the specified transaction visible outside of the
transaction and unlock any resources locked by the transaction.
- commit() - Method in interface net.jini.core.transaction.Transaction
-
Commit the transaction.
- commit(long) - Method in interface net.jini.core.transaction.Transaction
-
Commit the transaction, waiting for participants to be notified of
the decision.
- commit(TransactionManager, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- commitOp(Long) - Method in interface org.apache.river.outrigger.LogOps
-
Log a transaction commit
or
prepareAndCommit
.
- COMMITTED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been committed.
- committed - Variable in exception net.jini.core.transaction.TimeoutExpiredException
-
True if the transaction committed before the timeout.
- comparator - Variable in class org.apache.river.api.security.AbstractPolicy
-
- compare(Object, Object) - Static method in class net.jini.id.ReferentUuids
-
Returns true
if the two passed objects are
non-null
, implement ReferentUuid
and
their getReferentUuid
methods return equivalent
Uuid
s, or if they are both null
.
- compare(Permission, Permission) - Method in class org.apache.river.api.security.PermissionComparator
-
- compareTo(Uri) - Method in class org.apache.river.api.net.Uri
-
Compares this URI with the given argument uri
.
- compareTo(WakeupManager.Ticket) - Method in class org.apache.river.thread.WakeupManager.Ticket
-
- Component - Annotation Type in org.apache.river.config
-
The Component annotation is used to indicate what
configuration component the class is to be used for.
- COMPONENT_NAME - Static variable in class org.apache.river.outrigger.OutriggerServerImpl
-
Component name we use to find items in the configuration and loggers.
- compute() - Method in class org.apache.river.tool.ClassDep
-
Method that takes the user provided switches that
logically define the domain in which to look for
dependencies.
- compute(String) - Static method in class org.apache.river.tool.classdepend.ClasspathPackages
-
Computes the packages in the specified class path.
- compute(String[]) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, not including classes in subpackages of those packages.
- compute(String) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
- compute(boolean, String[]) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, optionally including classes in subpackages of those packages.
- compute(boolean, String) - Method in class org.apache.river.tool.classdepend.PackageClasses
-
Returns a set of the fully qualified names of classes in the specified
packages, optionally including classes in subpackages of those packages.
- compute(InputStream) - Static method in class org.apache.river.tool.classdepend.ReferencedClasses
-
Computes the classes referred to by another class.
- compute() - Method in class org.apache.river.tool.PreferredListGen
-
Load JAR files, initialize the dependency graph, and perform the
dependency analysis.
- computeDigest(URL, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
-
Computes the message digest of data specified by a URL.
- ComputeDigest - Class in org.apache.river.tool
-
Prints the message digest for the contents of a URL.
- computeDigestCodebase(String, String) - Static method in class net.jini.url.httpmd.HttpmdUtil
-
Computes the message digests for a codebase with HTTPMD URLs.
- ComputeHttpmdCodebase - Class in org.apache.river.tool
-
Computes the message digests for a codebase with HTTPMD URLs.
- concat(Object[]) - Static method in class org.apache.river.config.ConfigUtil
-
- ConcurrentLockException() - Constructor for exception org.apache.river.thread.ReadersWriter.ConcurrentLockException
-
- ConcurrentLockException(String) - Constructor for exception org.apache.river.thread.ReadersWriter.ConcurrentLockException
-
- ConcurrentPolicyFile - Class in org.apache.river.api.security
-
Concurrent Policy implementation based on policy configuration URL's,
it is intended to provide concurrent implies() for greatly improved
throughput.
- ConcurrentPolicyFile() - Constructor for class org.apache.river.api.security.ConcurrentPolicyFile
-
Default constructor, equivalent to
ConcurrentPolicyFile(new DefaultPolicyParser())
.
- ConcurrentPolicyFile(PolicyParser, Comparator<Permission>) - Constructor for class org.apache.river.api.security.ConcurrentPolicyFile
-
- Confidentiality - Class in net.jini.core.constraint
-
Represents a constraint on the confidentiality of message contents.
- ConfidentialityStrength - Class in net.jini.jeri.ssl
-
Represents a constraint that, if confidentiality of message contents is
ensured, the specified strength of confidentiality be used.
- Config - Class in org.apache.river.config
-
Provides static methods for getting entries from a
Configuration
.
- Configuration - Interface in net.jini.config
-
Defines an interface for obtaining objects needed to configure applications,
such as
Exporter
or
ProxyPreparer
instances, or other
application-specific objects, from configuration files, databases, or other
sources.
- ConfigurationException - Exception in net.jini.config
-
Thrown if a problem occurs when obtaining configuration information.
- ConfigurationException(String) - Constructor for exception net.jini.config.ConfigurationException
-
Creates an instance with the specified detail message.
- ConfigurationException(String, Throwable) - Constructor for exception net.jini.config.ConfigurationException
-
Creates an instance with the specified detail message and causing
exception, which should not be an instance of Error
.
- ConfigurationFactory - Interface in org.apache.river.config
-
- ConfigurationFile - Class in net.jini.config
-
Supplies objects needed to configure applications, such as
Exporter
or
ProxyPreparer
instances, or application-specific objects,
constructed from data in a configuration source and override options, as
well as data supplied in the call to
getEntry
.
- ConfigurationFile(String[]) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries specified by the options,
using the calling thread's context class loader for interpreting class
names.
- ConfigurationFile(String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries specified by the options,
using the specified class loader for interpreting class names.
- ConfigurationFile(Reader, String[]) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries parsed from the specified
character stream and options, using the calling thread's context class
loader for interpreting class names.
- ConfigurationFile(Reader, String[], ClassLoader) - Constructor for class net.jini.config.ConfigurationFile
-
Creates an instance containing the entries parsed from the specified
character stream and options, using the specified class loader for
interpreting class names.
- ConfigurationFile.ErrorDescriptor - Class in net.jini.config
-
Class used to represent a syntax error encountered when parsing a
configuration source or a problem encountered when attempting to return
an existing entry or the type of an existing entry.
- ConfigurationNotFoundException - Exception in net.jini.config
-
Thrown if a configuration source location specified when creating a
Configuration
is not found, including if null
is
specified for provider options and the implementation does not provide
default options.
- ConfigurationNotFoundException(String) - Constructor for exception net.jini.config.ConfigurationNotFoundException
-
Creates an instance with the specified detail message.
- ConfigurationNotFoundException(String, Throwable) - Constructor for exception net.jini.config.ConfigurationNotFoundException
-
Creates an instance with the specified detail message and causing
exception, which should not be an instance of Error
.
- ConfigurationProvider - Class in net.jini.config
-
Provides a standard means for obtaining
Configuration
instances,
using a configurable provider.
- ConfigUtil - Class in org.apache.river.config
-
A set of static convenience methods for use in configuration files.
- connect(OutboundRequestHandle) - Method in interface net.jini.jeri.connection.ConnectionEndpoint
-
Returns a new connection that can be used to send a request for
the specified handle.
- connect(OutboundRequestHandle, Collection, Collection) - Method in interface net.jini.jeri.connection.ConnectionEndpoint
-
Returns an existing or new connection that can be used to send
a request for the specified handle, or null
if a
new connection needs to be created in a way that requires
synchronous I/O.
- Connection - Interface in net.jini.jeri.connection
-
Represents an established client-side connection.
- ConnectionAbsoluteTime - Class in net.jini.core.constraint
-
Represents a constraint on the absolute time by which a network connection
must be established.
- ConnectionAbsoluteTime(long) - Constructor for class net.jini.core.constraint.ConnectionAbsoluteTime
-
Creates a constraint with the specified deadline for connection
establishment.
- ConnectionEndpoint - Interface in net.jini.jeri.connection
-
Represents a remote communication endpoint to establish connections
to.
- ConnectionManager - Class in net.jini.jeri.connection
-
- ConnectionManager(ConnectionEndpoint) - Constructor for class net.jini.jeri.connection.ConnectionManager
-
Creates a new ConnectionManager
that manages client-side
connections to the specified connection endpoint.
- ConnectionRelativeTime - Class in net.jini.core.constraint
-
Represents a constraint on the maximum amount of time to wait for a
network connection to be established.
- ConnectionRelativeTime(long) - Constructor for class net.jini.core.constraint.ConnectionRelativeTime
-
Creates a constraint with the specified duration.
- Constants - Class in net.jini.discovery
-
A holder class for constants that pertain to the unicast and
multicast discovery protocols.
- ConstrainableJavaSpaceAdmin - Interface in org.apache.river.outrigger
-
- ConstrainableLandlordLease - Class in org.apache.river.landlord
-
Constrainable sub-class of LandlordLease
.
- ConstrainableLandlordLease(Uuid, Landlord, Uuid, long, MethodConstraints) - Constructor for class org.apache.river.landlord.ConstrainableLandlordLease
-
Create a new ConstrainableLandlordLease
.
- ConstrainableLandlordLeaseMap - Class in org.apache.river.landlord
-
Constrainable sub-class of LandlordLeaseMap
.
- ConstrainableLookupLocator - Class in net.jini.discovery
-
LookupLocator
subclass which supports constraint operations
through the
RemoteMethodControl
interface.
- ConstrainableLookupLocator(String, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
-
Constructs a new ConstrainableLookupLocator
instance which
can be used to perform unicast discovery to the host and port named by
the given URL with the provided constraints applied.
- ConstrainableLookupLocator(String, int, MethodConstraints) - Constructor for class net.jini.discovery.ConstrainableLookupLocator
-
Constructs a new ConstrainableLookupLocator
instance which
can be used to perform unicast discovery to the given host and port with
the provided constraints applied.
- ConstrainableLookupLocatorTrustVerifier - Class in net.jini.discovery
-
- ConstrainableLookupLocatorTrustVerifier() - Constructor for class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier
-
Creates an instance.
- ConstrainableProxyUtil - Class in org.apache.river.proxy
-
A collection of utility methods for use in implementing constrainable
proxies.
- ConstraintAlternatives - Class in net.jini.core.constraint
-
Combines two or more constraint alternatives into a single overall
constraint.
- ConstraintAlternatives(InvocationConstraint[]) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
-
Creates an instance containing the specified alternative constraints,
with duplicate constraints removed.
- ConstraintAlternatives(Collection<InvocationConstraint>) - Constructor for class net.jini.core.constraint.ConstraintAlternatives
-
Creates an instance containing the specified alternative constraints,
with duplicate constraints removed.
- ConstraintTrustVerifier - Class in net.jini.constraint
-
- ConstraintTrustVerifier() - Constructor for class net.jini.constraint.ConstraintTrustVerifier
-
Creates an instance.
- containsKey(Object) - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
Determines whether the ID of the key matches the ID of another key
in the map.
- containsKey(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- containsValue(Object) - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
- containsValue(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- contents(Collection, Transaction, long, long) - Method in interface net.jini.space.JavaSpace05
-
Creates a
match set that can be used to
exhaustively read through all of the matching entries in
the space that are visible to the passed
Transaction
and remain visible for the lifetime of the
match set.
- contents(Entry, Transaction) - Method in interface org.apache.river.outrigger.ConstrainableJavaSpaceAdmin
-
Deprecated.
Return an AdminIterator
that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction.
- contents(Entry, Transaction, int) - Method in interface org.apache.river.outrigger.ConstrainableJavaSpaceAdmin
-
Deprecated.
Return an AdminIterator
that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction.
- contents(Entry, Transaction, int, MethodConstraints) - Method in interface org.apache.river.outrigger.ConstrainableJavaSpaceAdmin
-
Deprecated.
Return an AdminIterator
that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction.
- contents(Entry, Transaction) - Method in interface org.apache.river.outrigger.JavaSpaceAdmin
-
Deprecated.
Return an AdminIterator
that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction.
- contents(Entry, Transaction, int) - Method in interface org.apache.river.outrigger.JavaSpaceAdmin
-
Deprecated.
Return an AdminIterator
that will iterate over all
the entries in the space that match the given template and are
visible under the given transaction.
- contents(EntryRep[], Transaction, long, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- contents(EntryRep, Transaction) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- context(int) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
Sets the context of the PermissionGrant to on of the static final
fields in this class.
- ContextPermission - Class in net.jini.io.context
-
Represents permissions used to express the access control policy for
elements commonly found in the context collections available from
ServerContext
and
ObjectStreamContext
.
- ContextPermission(String) - Constructor for class net.jini.io.context.ContextPermission
-
Creates an instance with the specified name.
- convert(NavigableSet<Permission>, int, float, int, int) - Method in class org.apache.river.api.security.AbstractPolicy
-
Creates an optimised PermissionCollection, firstly all permissions should
be sorted using
PermissionComparator
, this ensures that any
SocketPermission will be ordered to avoid reverse DNS calls if possible.
- convertToMarshalledObject() - Method in class net.jini.io.MarshalledInstance
-
Creates a new MarshalledObject
that will
contain an object equivalent to the object contained
in this MarshalledInstance
object.
- country - Variable in class net.jini.lookup.entry.Address
-
Country name.
- CrashCountException - Exception in net.jini.core.transaction.server
-
Exception thrown when a transaction cannot be joined because the
participant's current crash count is different from the crash
count the manager received in a previous join by that participant.
- CrashCountException(String) - Constructor for exception net.jini.core.transaction.server.CrashCountException
-
Constructs an instance with a detail message.
- CrashCountException() - Constructor for exception net.jini.core.transaction.server.CrashCountException
-
Constructs an instance with no detail message.
- create(InvocationConstraint[]) - Static method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns a constraint representing the specified alternative constraints,
with duplicate constraints removed.
- create(Collection<InvocationConstraint>) - Static method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns a constraint representing the specified alternative constraints,
with duplicate constraints removed.
- create(NestableTransactionManager, long) - Method in interface net.jini.core.transaction.NestableTransaction
-
Create a new nested transaction, with the current transaction as
parent, managed by the given transaction manager.
- create(long) - Method in interface net.jini.core.transaction.NestableTransaction
-
Create a new nested transaction, with the current transaction as
parent, managed by the same transaction manager as the current
transaction.
- create(NestableTransactionManager, long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- create(long) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- create(NestableTransactionManager, long, long) - Method in interface net.jini.core.transaction.server.NestableTransactionManager
-
Begin a nested transaction, with the specified transaction as parent.
- create(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Begin a new top-level transaction.
- create(TransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
-
Create a new top-level transaction.
- create(NestableTransactionManager, long) - Static method in class net.jini.core.transaction.TransactionFactory
-
Create a new top-level transaction, under which nested transactions
can be created.
- create(long, long) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the specified 128-bit
value.
- create(String) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the 128-bit value
represented by the specified string.
- create(String) - Static method in class org.apache.river.api.net.Uri
-
Parses the given argument rfc3986compliantURI
and creates an appropriate URI
instance.
- create(Configuration) - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Attempts to create a service instance based on the service
description information provided via constructor parameters.
- create(Configuration) - Method in interface org.apache.river.start.ServiceDescriptor
-
Creates an object described by the
actual ServiceDescriptor
instance.
- create(Configuration) - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Method that attempts to create a service based on the service
description information provided via constructor parameters.
- create(Configuration) - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Method that attempts to create a shared activation system group from the
description information provided via constructor parameters.
- createBean(Entry) - Static method in class net.jini.lookup.entry.EntryBeans
-
Create a bean of the appropriate type for the given Entry
object, and link it to the object for immediate manipulation.
- createClassLoader(URL[], ClassLoader, boolean) - Method in class net.jini.loader.pref.PreferredClassProvider
-
Creates the class loader for this
PreferredClassProvider
to use to load classes from
the specified path of URLs with the specified delegation
parent.
- createConfiguration() - Method in interface org.apache.river.config.ConfigurationFactory
-
Create a Configuration.
- Created(NestableTransaction, Lease) - Constructor for class net.jini.core.transaction.NestableTransaction.Created
-
Simple constructor.
- Created(long, Lease) - Constructor for class net.jini.core.transaction.server.TransactionManager.Created
-
Simple constructor.
- Created(Transaction, Lease) - Constructor for class net.jini.core.transaction.Transaction.Created
-
Simple constructor.
- Created(Object, Object) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor.Created
-
Constructs an instance of this class.
- Created(ActivationGroupID, ActivationID, Object) - Constructor for class org.apache.river.start.SharedActivatableServiceDescriptor.Created
-
Constructs an instance of this class.
- createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class net.jini.activation.ActivationGroup
-
Creates and sets the activation group for the current virtual machine.
- createGroup(ActivationGroupID, ActivationGroupDesc, long) - Static method in class org.apache.river.phoenix.ActivationGroupImpl
-
- createInstances(Remote, ObjectEndpoint, ServerCapabilities) - Method in class net.jini.jeri.AbstractILFactory
-
Returns a compatible proxy and invocation dispatcher for a remote
object being exported.
- createInstances(Remote, ObjectEndpoint, ServerCapabilities) - Method in interface net.jini.jeri.InvocationLayerFactory
-
Returns a compatible proxy and invocation dispatcher for a remote
object being exported.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class net.jini.jeri.AbstractILFactory
-
Returns an invocation dispatcher to receive incoming remote calls
for the specified methods to the specified remote object, for a
server and transport with the specified capabilities.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class net.jini.jeri.BasicILFactory
-
Returns an invocation dispatcher to receive incoming remote calls
for the specified methods to the specified remote object, for a
server and transport with the specified capabilities.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class org.apache.river.phoenix.AccessILFactory
-
Returns an
AccessILFactory.AccessDispatcher
instance constructed with the
specified methods, the specified server capabilities, and the class
loader specified at construction.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class org.apache.river.phoenix.SystemAccessILFactory
-
Returns a
SystemAccessILFactory.SystemDispatcher
instance constructed with the
specified methods, the class loader specified during construction,
the remote object, server capabilities, and the server constraints,
permission class, and group policy that this factory was constructed
with and a flag indicating whether the dispatcher should only accept
calls from the local host.
- createInvocationDispatcher(Collection, Remote, ServerCapabilities) - Method in class org.apache.river.phoenix.SystemAccessProxyTrustILFactory
-
Returns a
SystemAccessILFactory.SystemDispatcher
instance constructed with the specified methods, the class loader
specified during construction, the remote object, server capabilities,
and the server constraints, permission class, and group policy that
this factory was constructed with and a flag indicating whether the
dispatcher should only accept calls from the local host.
- createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class net.jini.jeri.AbstractILFactory
-
Returns an invocation handler to use with a
Proxy
instance
implementing the specified interfaces, communicating with the
specified remote object using the specified object endpoint.
- createInvocationHandler(Class[], Remote, ObjectEndpoint) - Method in class net.jini.jeri.BasicILFactory
-
Returns an invocation handler to use with a
Proxy
instance
implementing the specified interfaces, communicating with the
specified remote object using the specified object endpoint.
- createLeaseMap(long) - Method in interface net.jini.core.lease.Lease
-
Creates a Map object that can contain leases whose renewal or
cancellation can be batched, and adds the current lease to that map.
- createLeaseMap(long) - Method in class org.apache.river.landlord.ConstrainableLandlordLease
-
- createLeaseMap(long) - Method in class org.apache.river.landlord.LandlordLease
-
- createLeaseRenewalSet(long) - Method in interface net.jini.lease.LeaseRenewalService
-
Create a new LeaseRenewalSet
that the client can
populate with leases to be renewed.
- createLookupCache(ServiceTemplate, ServiceItemFilter, ServiceDiscoveryListener) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The createLookupCache
method allows the client-like entity
to request that the ServiceDiscoveryManager
create a new
managed set (or cache) and populate it with services, which match
criteria defined by the entity, and whose references are registered with
one or more of the lookup services the entity has targeted for discovery.
- createMarshalInputStream(Object, InboundRequest, boolean, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
-
Returns a new marshal input stream to use to read objects from the
request input stream obtained by invoking the
getRequestInputStream
method
on the given
request
.
- createMarshalInputStream(Object, Method, OutboundRequest, boolean, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
-
- createMarshalOutputStream(Object, Method, InboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
-
Returns a new marshal output stream to use to write objects to the
response output stream obtained by invoking the
getResponseOutputStream
method on the given
request
.
- createMarshalOutputStream(Object, Method, OutboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
-
- createPattern(Collection) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
Creates a pattern that matches class names for any of the names in the
argument.
- createServiceID(String) - Static method in class org.apache.river.config.ConfigUtil
-
Returns a ServiceID
constructed from a 128-bit value
represented by a string.
- currentTime() - Method in class org.apache.river.landlord.FixedLeasePeriodPolicy
-
Method that provides some notion of the current time in milliseconds
since the beginning of the epoch.
- edges(boolean) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- edges() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- elements() - Method in class net.jini.core.constraint.ClientMaxPrincipal
-
Returns an immutable set of all of the principals.
- elements() - Method in class net.jini.core.constraint.ClientMaxPrincipalType
-
Returns an immutable set of all of the classes.
- elements() - Method in class net.jini.core.constraint.ClientMinPrincipal
-
Returns an immutable set of all of the principals.
- elements() - Method in class net.jini.core.constraint.ClientMinPrincipalType
-
Returns an immutable set of all of the classes.
- elements() - Method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns an immutable set of all of the constraints.
- elements() - Method in class net.jini.core.constraint.ServerMinPrincipal
-
Returns an immutable set of all of the principals.
- EMPTY - Static variable in class net.jini.core.constraint.InvocationConstraints
-
An empty instance, one that has no requirements and no preferences.
- EmptyConfiguration - Class in net.jini.config
-
A Configuration
with no entries.
- enableDelivery(RemoteEventListener) - Method in interface net.jini.event.MailboxRegistration
-
Initiates delivery of stored notifications to the supplied
target
listener, if any.
- enclosedBy(NestableTransaction) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
Return true if the specified transaction is an ancestor of
this transaction.
- EncodeIterator - Interface in org.apache.river.discovery
-
Iterator for performing multicast encode operations on (potentially)
multiple discovery format providers.
- encodeMulticastAnnouncement(MulticastAnnouncement, int, InvocationConstraints) - Method in class org.apache.river.discovery.Discovery
-
Returns an iterator which can be used to encode the given multicast
announcement data into sets of
DatagramPacket
s, each bounded in
length by the specified maximum packet size, in a manner that satisfies
the given constraints.
- encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in interface org.apache.river.discovery.MulticastAnnouncementEncoder
-
Encodes the given multicast announcement data into byte buffers obtained
from the provided datagram buffer factory, in a manner that satisfies
the specified absolute constraints.
- encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Server
-
- encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withdsa.Server
-
- encodeMulticastAnnouncement(MulticastAnnouncement, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withrsa.Server
-
- encodeMulticastRequest(MulticastRequest, int, InvocationConstraints) - Method in class org.apache.river.discovery.Discovery
-
Returns an iterator which can be used to encode the given multicast
request data into sets of
DatagramPacket
s, each bounded in
length by the specified maximum packet size, in a manner that satisfies
the given constraints.
- encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in interface org.apache.river.discovery.MulticastRequestEncoder
-
Encodes the given multicast request data into byte buffers obtained from
the provided datagram buffer factory, in a manner that satisfies the
specified absolute constraints.
- encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
-
- encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withdsa.Client
-
- encodeMulticastRequest(MulticastRequest, DatagramBufferFactory, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withrsa.Client
-
- Endpoint - Interface in net.jini.jeri
-
Represents a remote communication endpoint to send requests to.
- Entry - Interface in net.jini.core.entry
-
This class is the supertype of all entries that can be stored in a
Jini Lookup service.
- EntryBean - Interface in net.jini.lookup.entry
-
Interface to be implemented by all JavaBeans(TM) components that act
as "front ends" to Entry classes.
- EntryBeans - Class in net.jini.lookup.entry
-
Utility class for handling JavaBeans(TM) components that relate to Entry
classes in the Jini lookup service.
- EntryBeans() - Constructor for class net.jini.lookup.entry.EntryBeans
-
- entrySet() - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
- entrySet() - Method in class org.apache.river.lease.AbstractLeaseMap
-
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Passes the
ListenEndpoint
for this
HttpServerEndpoint
to
listenContext
, which will ensure an active listen
operation on the endpoint, and returns an
HttpEndpoint
instance corresponding to the listen
operation chosen by
listenContext
.
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Passes the
ListenEndpoint
for this
KerberosServerEndpoint
to
listenContext
, which will ensure an active listen
operation on the endpoint, and returns a
KerberosEndpoint
instance corresponding to the listen operation chosen by
listenContext
.
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in interface net.jini.jeri.ServerEndpoint
-
Enumerates the communication endpoints represented by this
ServerEndpoint
by passing the
ListenEndpoint
for each of them to
listenContext
, which will ensure an active listen
operation on each endpoint, and returns an
Endpoint
instance corresponding to the listen
operations chosen by listenContext
.
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Passes the
ListenEndpoint
for this
HttpsServerEndpoint
to
listenContext
, which will ensure an active listen
operation on the endpoint, and returns an
HttpsEndpoint
instance corresponding to the listen operation chosen by
listenContext
.
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Passes the
ListenEndpoint
for this
SslServerEndpoint
to
listenContext
, which will ensure an active listen
operation on the endpoint, and returns an
SslEndpoint
instance corresponding to the listen operation chosen by
listenContext
.
- enumerateListenEndpoints(ServerEndpoint.ListenContext) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Passes the
ListenEndpoint
for this
TcpServerEndpoint
to
listenContext
, which will ensure an active listen
operation on the endpoint, and returns a
TcpEndpoint
instance corresponding to the listen
operation chosen by
listenContext
.
- EnvCheck - Class in org.apache.river.tool.envcheck
-
Tool used to perform validity checks on the run-time environment of a client
or service.
- EnvCheck() - Constructor for class org.apache.river.tool.envcheck.EnvCheck
-
- equal(Entry, Entry) - Static method in class org.apache.river.lookup.entry.LookupAttributes
-
Test that two entries are the same type, with the same
public fields.
- equal(Entry[], Entry[]) - Static method in class org.apache.river.lookup.entry.LookupAttributes
-
Tests that two Entry[]
arrays are the same.
- equals(Object) - Method in class net.jini.activation.ActivatableInvocationHandler
-
Compares the specified object with this
ActivatableInvocationHandler
for equality.
- equals(Object) - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns true
if the argument is a
Primitive
for which the result of calling
getValue
is the same as the value for this instance,
otherwise false
.
- equals(Object) - Method in class net.jini.constraint.BasicMethodConstraints
-
Two instances of this class are equal if they have the same descriptors
in the same order.
- equals(Object) - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Two instances of this class are equal if they have the same
name, the same parameter types, and the same constraints.
- equals(Object) - Method in class net.jini.core.constraint.ClientMaxPrincipal
-
Two instances of this class are equal if they have the same principals
(ignoring order).
- equals(Object) - Method in class net.jini.core.constraint.ClientMaxPrincipalType
-
Two instances of this class are equal if they have the same classes
(ignoring order).
- equals(Object) - Method in class net.jini.core.constraint.ClientMinPrincipal
-
Two instances of this class are equal if they have the same principals
(ignoring order).
- equals(Object) - Method in class net.jini.core.constraint.ClientMinPrincipalType
-
Two instances of this class are equal if they have the same classes
(ignoring order).
- equals(Object) - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
-
Two instances of this class are equal if both have the same deadline.
- equals(Object) - Method in class net.jini.core.constraint.ConnectionRelativeTime
-
Two instances of this class are equal if both have the same duration.
- equals(Object) - Method in class net.jini.core.constraint.ConstraintAlternatives
-
Two instances of this class are equal if they have the same constraints
(ignoring order).
- equals(Object) - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Two instances of this class are equal if both have the same minimum
start, the same maximum start, the same minimum stop, and the same
maximum stop.
- equals(Object) - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Two instances of this class are equal if both have the same minimum
start, the same maximum start, the same minimum stop, and the same
maximum stop.
- equals(Object) - Method in class net.jini.core.constraint.InvocationConstraints
-
Two instances of this class are equal if they have the same requirements
and the same preferences.
- equals(Object) - Method in class net.jini.core.constraint.ServerMinPrincipal
-
Two instances of this class are equal if they have the same principals
(ignoring order).
- equals(Object) - Method in class net.jini.core.discovery.LookupLocator
-
Two locators are equal if they have the same host
and
port
fields.
- equals(Object) - Method in class net.jini.core.lookup.ServiceID
-
Service IDs are equal if they represent the same 128-bit value.
- equals(Object) - Method in class net.jini.core.transaction.server.ServerTransaction
-
Two instances are equal if they have the same transaction manager
and the same transaction id.
- equals(Object) - Method in class net.jini.discovery.ConstrainableLookupLocator
-
- equals(Object) - Method in class net.jini.discovery.DiscoveryPermission
-
Two instances are equal if they have the same name.
- equals(Object) - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Two announcements are equal if they have the same service ID.
- equals(Object) - Method in class net.jini.discovery.IncomingMulticastRequest
-
Two requests are equal if they have the same address, port,
groups, and service IDs.
- equals(Object) - Method in class net.jini.discovery.IncomingUnicastResponse
-
Two responses are equal if they have the same registrar.
- equals(Object) - Method in class net.jini.entry.AbstractEntry
-
Compares this AbstractEntry
to the specified
object.
- equals(Entry, Entry) - Static method in class net.jini.entry.AbstractEntry
-
Returns true
if the two arguments are of the same
class and for each entry field F, the arguments'
values for F are either both null
or the
invocation of equals
on one argument's value for
F with the other argument's value for F as
its parameter returns true
.
- equals(Object) - Method in class net.jini.id.Uuid
-
Compares the specified object with this Uuid
for
equality.
- equals(Object) - Method in class net.jini.io.MarshalledInstance
-
Compares this MarshalledInstance
to another
object.
- equals(Object) - Method in class net.jini.jeri.AbstractILFactory
-
Compares the specified object with this invocation layer factory for
equality.
- equals(Object) - Method in class net.jini.jeri.BasicILFactory
-
Compares the specified object with this invocation layer factory for
equality.
- equals(Object) - Method in class net.jini.jeri.BasicInvocationHandler
-
Compares the specified object with this
BasicInvocationHandler
for equality.
- equals(Object) - Method in class net.jini.jeri.BasicObjectEndpoint
-
Compares the specified object with this
BasicObjectEndpoint
for equality.
- equals(Object) - Method in class net.jini.jeri.http.HttpEndpoint
-
Compares the specified object with this
HttpEndpoint
for equality.
- equals(Object) - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Compares the specified object with this
HttpServerEndpoint
for equality.
- equals(Object) - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Two instances of this class are equal if they contain the same
server principal, host, and port, and their socket factories
are both null
or have the same actual class and
are equal.
- equals(Object) - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Two instances of this class are equal if they have server
subjects that compare equal using ==
; have the
same server principal; have the same values for server host and
port; have socket factories that are either both
null
, or have the same actual class and are equal;
and have server socket factories that are either both
null
, or have the same actual class and are equal.
- equals(Object) - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Two instances of this class are equal if they have the same values for
server host and port; and have socket factories that are either both
null
, or have the same actual class and are equal.
- equals(Object) - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Two instances of this class are equal if they have server subjects that
compare equal using
==
; have server principals that are
either both
null
or are equal when compared as the elements
of a
Set
; have the same values for server host and port; have
socket factories that are either both
null
, or have the
same actual class and are equal; and have server socket factories that
are either both
null
, or have the same actual class and are
equal.
- equals(Object) - Method in class net.jini.jeri.ssl.SslEndpoint
-
Two instances of this class are equal if they have the same values for
server host and port; and have socket factories that are either both
null
, or have the same actual class and are equal.
- equals(Object) - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Two instances of this class are equal if they have server subjects that
compare equal using
==
; have server principals that are
either both
null
or are equal when compared as the elements
of a
Set
; have the same values for server host and port; have
socket factories that are either both
null
, or have the
same actual class and are equal; and have server socket factories
that are either both
null
, or have the same actual class
and are equal.
- equals(Object) - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Compares the specified object with this
TcpEndpoint
for equality.
- equals(Object) - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Compares the specified object with this
TcpServerEndpoint
for equality.
- equals(Object) - Method in class net.jini.security.AccessPermission
-
Returns true
if the specified object is an instance
of the same class as this permission and has the same target name
as this permission; returns false
otherwise.
- equals(Object) - Method in class net.jini.security.AuthenticationPermission
-
Two instances of this class are equal if each implies the other;
that is, both instances have the same actions, every principal that
matches the local principals of one instance matches the local
principals of the other instance, and (if the instances have any
action besides listen
) every principal that matches the
peer principals of one instance matches the peer principals of the
other instance.
- equals(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Returns true
if the given object is an instance of the same
class as this object, with the same value for verify
, with
method constraints that are equals
or similarly not
specified, and with permissions
containing the same
elements, independent of order.
- equals(Object) - Method in class net.jini.security.GrantPermission
-
Returns true
if the given object is a
GrantPermission
which both implies and is implied by this
permission; returns false
otherwise.
- equals(Object) - Method in class net.jini.security.policy.UmbrellaGrantPermission
-
- equals(Object) - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
-
Returns true
if the specified object and this object
are both instances of this class that were constructed with equivalent
permissions.
- equals(Object) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns true
if the argument is an instance of this
class with the same main proxy and the same bootstrap proxy, and
false
otherwise.
- equals(Object) - Method in class net.jini.security.VerifyingProxyPreparer
-
Returns true
if the specified object and this object
are both instances of this class that were constructed with equivalent
arguments.
- equals(Object) - Method in class org.apache.river.api.lookup.DefaultEntries
-
- equals(Object) - Method in class org.apache.river.api.net.Uri
-
Compares this URI instance with the given argument o
and
determines if both are equal.
- equals(Object) - Method in class org.apache.river.api.security.DelegatePermission
-
- equals(Object) - Method in class org.apache.river.api.security.PermissionGrant
-
- equals(Object) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
- equals(Object) - Method in class org.apache.river.discovery.DiscoveryProtocolVersion
-
- equals(Object) - Method in class org.apache.river.discovery.MulticastMaxPacketSize
-
- equals(Object) - Method in class org.apache.river.discovery.MulticastTimeToLive
-
- equals(Object) - Method in class org.apache.river.discovery.UnicastSocketTimeout
-
- equals(Object) - Method in class org.apache.river.landlord.LandlordLease
-
- equals(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- equals(Object) - Method in class org.apache.river.phoenix.ExecOptionPermission
-
Two instances of this class are equal if each implies the other;
that is, every option that matches the name of one instance matches
the name of the other instance.
- equals(Object) - Method in class org.apache.river.phoenix.ExecPermission
-
Two instances of this class are equal if FilePermission
instances created with their names are equal.
- equals(Object) - Method in class org.apache.river.proxy.MarshalledWrapper
-
Compares the specified object with this MarshalledWrapper
for equality.
- equals(Object) - Method in class org.apache.river.start.SharedActivationPolicyPermission
-
Two instances are equal if they have the same name.
- equals(Object) - Method in class org.apache.river.thread.WakeupManager.Ticket
-
- equals(Object) - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
- equivalentConstraints(MethodConstraints, MethodConstraints, Method[]) - Static method in class org.apache.river.proxy.ConstrainableProxyUtil
-
Test to see if two
MethodConstraints
instances are
equivalent given a method-to-method mapping.
- ERROR - Static variable in class net.jini.lookup.entry.StatusType
-
An error has occurred that is preventing a service from
operating correctly.
- error(String) - Static method in class org.apache.river.thread.StreamPlugThread
-
- ERROR - Static variable in class org.apache.river.tool.envcheck.Reporter
-
the level at which error messages are generated
- ErrorDescriptor(int, int, String, String, Throwable) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Creates a new error descriptor.
- ErrorDescriptor(int, int, String, String) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Creates a new error descriptor.
- ErrorDescriptor(int, int, String) - Constructor for class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Creates a new error descriptor.
- escapeAndCreate(String) - Static method in class org.apache.river.api.net.Uri
-
The parameter string doesn't contain any existing escape sequences, any
escape character % found is encoded as %25.
- eventID - Variable in class net.jini.core.event.RemoteEvent
-
The event identifier.
- EventMailbox - Interface in net.jini.event
-
The EventMailbox
interface allows clients
to specify and use a third party for the purpose of
storing and retrieving events.
- EventRegistration - Class in net.jini.core.event
-
A utility class for use as a return value for event-interest registration
methods.
- EventRegistration(long, Object, Lease, long) - Constructor for class net.jini.core.event.EventRegistration
-
Constructs an EventRegistration object.
- exceptionMap - Variable in exception net.jini.core.lease.LeaseMapException
-
A Map from Lease to Exception, containing each lease that failed to
renew or cancel, and the exception that resulted from that lease's
renewal or cancel attempt.
- excludePlatformClasses(boolean) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
This optional parameter if true, excludes Java platform classes
from the dependency search.
- excludePlatformClasses() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- ExecOptionPermission - Class in org.apache.river.phoenix
-
Represents permission to use a specific option or options in the command
for creating an activation group.
- ExecOptionPermission(String) - Constructor for class org.apache.river.phoenix.ExecOptionPermission
-
Constructs an instance with the specified name.
- ExecPermission - Class in org.apache.river.phoenix
-
Represents permission to execute a command to create an activation group.
- ExecPermission(String) - Constructor for class org.apache.river.phoenix.ExecPermission
-
Constructs an instance with the specified name.
- execute(Runnable, String) - Method in interface org.apache.river.thread.Executor
-
Executes the given Runnable action asynchronously in some thread.
- execute(Runnable) - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- executeCall(OutboundRequest) - Method in class net.jini.jeri.BasicObjectEndpoint
-
Synchronously executes a remote call in progress to the
identified remote object, so that the response can be read.
- executeCall(OutboundRequest) - Method in interface net.jini.jeri.ObjectEndpoint
-
Synchronously executes a remote call in progress to the
identified remote object, so that the response can be read.
- Executor - Interface in org.apache.river.thread
-
Executor is an abstraction for a thread factory or thread pool for
executing actions asynchronously.
- Exit() - Constructor for class org.apache.river.example.browser.Browser.Exit
-
- expandUmbrella(PermissionCollection) - Method in class org.apache.river.api.security.AbstractPolicy
-
River-26 Mark Brouwer suggested making UmbrellaPermission's expandable
from Dynamic Grants.
- expiration - Variable in class org.apache.river.landlord.LeasePeriodPolicy.Result
-
The expiration time.
- expiration - Variable in class org.apache.river.lease.AbstractLease
-
The lease expiration, in local absolute time.
- EXPIRATION_WARNING_EVENT_ID - Static variable in interface net.jini.lease.LeaseRenewalSet
-
The event id for all ExpirationWarningEvent
objects.
- expirationReached(LeaseRenewalEvent) - Method in interface net.jini.lease.DesiredExpirationListener
-
Method used to delivered desired expiration reached events.
- ExpirationWarningEvent - Class in net.jini.lease
-
Event generated by a lease renewal set when its lease is about to
expire.
- ExpirationWarningEvent(LeaseRenewalSet, long, MarshalledObject) - Constructor for class net.jini.lease.ExpirationWarningEvent
-
Simple constructor.
- export(Remote) - Method in class net.jini.activation.ActivationExporter
-
Exports an activatable remote object.
- export(Remote) - Method in interface net.jini.export.Exporter
-
Exports the specified remote object and returns a proxy that can
be used to invoke remote methods on the exported remote object.
- export(Remote) - Method in class net.jini.iiop.IiopExporter
-
Exports a remote object, impl
, to the RMI-IIOP runtime and
returns a proxy (stub) for the remote object.
- export(Remote) - Method in class net.jini.jeri.BasicJeriExporter
-
Exports the specified remote object and returns a proxy for the
remote object.
- export(Remote) - Method in class net.jini.jrmp.JrmpExporter
-
Exports a remote object, impl
, to the JRMP runtime and
returns a proxy (stub) for the remote object.
- export(Remote) - Method in class net.jini.security.proxytrust.ProxyTrustExporter
-
Exports the specified main remote object and returns a dynamic proxy
for the object.
- export(Remote) - Method in class org.apache.river.phoenix.InstantiatorAccessExporter
-
Wraps the specified remote object in an
ActivationInstantiator
implementation that only accepts
calls from the local host before delegating to the specified remote
object, exports the wrapper with the underlying exporter, and returns
the resulting proxy.
- export(Remote) - Method in class org.apache.river.phoenix.MonitorAccessExporter
-
Wraps the specified remote object in an ActivationMonitor
implementation that only accepts calls from the local host before
delegating to the specified remote object, exports the wrapper with
the underlying exporter, and returns the resulting proxy.
- export(Remote) - Method in class org.apache.river.phoenix.SunJrmpExporter
-
- export(Remote) - Method in class org.apache.river.phoenix.SystemAccessExporter
-
Wraps the specified remote object in an ActivationSystem
implementation that only accepts calls from the local host and
enforces the group policy (if any) before delegating to the specified
remote object, exports the wrapper with the underlying exporter, and
returns the resulting proxy.
- Exporter - Interface in net.jini.export
-
An abstraction for exporting a single remote
object such that it can receive remote method invocations, and
later for unexporting that same remote object.
- exporter - Variable in class org.apache.river.start.SharedGroupImpl
-
The exporter for exporting and unexporting
- exportLocation - Variable in class org.apache.river.start.ActivateWrapper.ActivateDesc
-
The codebase where clients should load classes from for stubs, etc.
- ExportPermission - Class in net.jini.export
-
Defines runtime permissions for Exporter
implementations.
- ExportPermission(String) - Constructor for class net.jini.export.ExportPermission
-
Creates an instance with the specified name.
- ExportPermission(String, String) - Constructor for class net.jini.export.ExportPermission
-
Creates an instance with the specified name.
- ExtensibleExecutorService - Class in org.apache.river.thread
-
AbstractExecutorService introduced two protected methods in Java 1.6 to
allow an ExecutorService to use customised RunnableFuture implementations
other than the default FutureTask.
- ExtensibleExecutorService(ExecutorService, ExtensibleExecutorService.RunnableFutureFactory) - Constructor for class org.apache.river.thread.ExtensibleExecutorService
-
- ExtensibleExecutorService.RunnableFutureFactory - Interface in org.apache.river.thread
-
Factory for creating custom RunnableFuture implementations.
- extractGrantFromPolicy(Policy, ProtectionDomain) - Method in class org.apache.river.api.security.AbstractPolicy
-
- generate() - Static method in class net.jini.id.UuidFactory
-
Generates a new Uuid
with 122 bits of its value
produced from a cryptographically strong random sequence.
- generate() - Method in class org.apache.river.reggie.UuidGenerator
-
Generates a new Uuid
.
- generatePreferredList(PrintWriter) - Method in class org.apache.river.tool.PreferredListGen
-
Generate the preferred list from the dependency graph.
- get(boolean) - Method in class net.jini.io.MarshalledInstance
-
Returns a new copy of the contained object.
- get(ClassLoader, boolean, ClassLoader, Collection) - Method in class net.jini.io.MarshalledInstance
-
Returns a new copy of the contained object.
- get(Permission) - Static method in class org.apache.river.api.security.DelegatePermission
-
Factory method to obtain a DelegatePermission, this is essential to
overcome broken equals contract in some jvm Permission implementations
like SocketPermission and to allow caching.
- get(Object) - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
- get(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- get() - Method in class org.apache.river.proxy.MarshalledWrapper
-
Returns the result of calling the
get
method of the wrapped
MarshalledInstance
, passing the
integrity value sampled during deserialization as the
verifyCodebaseIntegrity
argument.
- get() - Method in class org.apache.river.thread.RetryTask
-
- get(long, TimeUnit) - Method in class org.apache.river.thread.RetryTask
-
- getAccessControlContext() - Method in interface net.jini.security.SecurityContext
-
Returns access control context portion of snapshotted security context.
- getActions() - Method in class net.jini.discovery.DiscoveryPermission
-
Always returns the empty string; this permission type has no actions
list.
- getActions() - Method in class net.jini.security.AccessPermission
-
Returns the empty string.
- getActions() - Method in class net.jini.security.AuthenticationPermission
-
Returns the actions.
- getActions() - Method in class net.jini.security.GrantPermission
-
Returns canonical string representation of this permission's actions,
which for GrantPermission
is always the empty string
""
.
- getActions() - Method in class net.jini.security.policy.UmbrellaGrantPermission
-
- getActions() - Method in class org.apache.river.api.security.DelegatePermission
-
- getActions() - Method in class org.apache.river.phoenix.ExecOptionPermission
-
Returns the empty string.
- getActions() - Method in class org.apache.river.phoenix.ExecPermission
-
Returns the empty string.
- getActions() - Method in class org.apache.river.start.SharedActivationPolicyPermission
-
- getActivatableObjects(ActivationGroupID) - Method in interface org.apache.river.phoenix.ActivationAdmin
-
Returns a map from
ActivationID
to
ActivationDesc
for all activatable objects
registered in the group registered under the specified activation
group identifier.
- getActivationGroups() - Method in interface org.apache.river.phoenix.ActivationAdmin
-
- getActivationID() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns the activation identifier supplied during construction of
this invocation handler.
- getActivationID() - Method in class net.jini.jrmp.JrmpExporter
-
Returns the activation ID associated with the object exported by this
exporter, or null
if activation is not being used with this
exporter.
- getActivationSystemHost() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Activation system host accessor method.
- getActivationSystemHost() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Activation system host accessor method.
- getActivationSystemPort() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Activation system port accessor method.
- getActivationSystemPort() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Activation system port accessor method.
- getAddress() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the address of the host to contact in order to start
unicast discovery.
- getAdmin() - Method in interface net.jini.admin.Administrable
-
Returns an object that implements whatever administration interfaces
are appropriate for the particular service.
- getAdmin() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
Return a proxy that implements that JavaSpaceAdmin
interface.
- getAnnouncementAddress() - Static method in class net.jini.discovery.Constants
-
Return the address of the multicast group over which the
multicast announcement protocol takes place.
- getArgs() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Get the command line arguments of the command being analyzed.
- getAttributes() - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Return the value of the attributes
field in the object linked to by
this JavaBeans component.
- getAttributes() - Method in class net.jini.lookup.JoinManager
-
Returns an array containing the set of attributes currently associated
with the service.
- getAuthority() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded authority part of this URI.
- getBeanClass(Class) - Static method in class net.jini.lookup.entry.EntryBeans
-
Return the class of JavaBeans component that corresponds to a particular
Entry class.
- getBuilderTemplate() - Method in class org.apache.river.api.security.PermissionGrant
-
Provide a PermissionGrantBuilder, suitable for
producing a new PermissionGrant.
- getBuilding() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the building field in the Location object linked to
by this JavaBeans component.
- getBundle() - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the resource bundle for this class.
- getCallerContext() - Method in interface net.jini.security.TrustVerifier.Context
-
Returns a collection of context objects for use by trust verifiers.
- getCause() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the exception associated with this error or null
if there is no exception associated with this error.
- getCause() - Method in exception org.apache.river.reliableLog.LogException
-
Returns the nested exception (the cause).
- getChannel() - Method in interface net.jini.jeri.connection.Connection
-
Returns a socket channel that performs I/O on this connection,
or null
if no socket channel is available.
- getChannel() - Method in interface net.jini.jeri.connection.ServerConnection
-
Returns a socket channel that performs I/O on this connection,
or null
if no socket channel is available.
- getClassAnnotation() - Method in interface net.jini.loader.ClassAnnotation
-
Returns the class annotation string for classes defined by this
class loader.
- getClassAnnotation(Class<?>) - Static method in class net.jini.loader.ClassLoading
-
Returns the annotation string (representing a location for
the class definition as a single or space delimited list of
RFC3986 compliant URI) that JERI will use to annotate the class
descriptor when marshalling objects of the given class.
- getClassAnnotation() - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns the class annotation string for classes defined by this
class loader.
- getClassAnnotation(Class) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- getClassAnnotation(ClassLoader) - Method in class net.jini.loader.pref.PreferredClassProvider
-
Returns the annotation string for the specified class loader.
- getClassAnnotation(Class) - Static method in class org.apache.river.proxy.CodebaseProvider
-
- getClassLoader() - Method in class net.jini.jeri.AbstractILFactory
-
Returns the class loader specified during construction.
- getClassLoader() - Method in class net.jini.jeri.BasicInvocationDispatcher
-
Returns the class loader specified during construction.
- getClassLoader(String) - Static method in class net.jini.loader.ClassLoading
-
Returns a class loader that loads classes from the given codebase
RFC3986 compliant URI path.
- getClassLoader(String) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- getClassLoader() - Method in interface net.jini.security.TrustVerifier.Context
-
Returns the class loader that can be used as a basis for trust
verification.
- getClasspath() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Classpath accessor method.
- getClasspath() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Get the classpath provided by the command line being analyzed.
- getClasspathURLs(String) - Static method in class org.apache.river.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a classpath into file URL
(s).
- getClientConstraints() - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns this BasicInvocationHandler
's client
constraints.
- getClientHost() - Method in interface net.jini.io.context.ClientHost
-
Returns the client host address for the remote call.
- getClientSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
-
Returns the client socket factory for this exporter, or
null
if none (in which case
Socket
objects
are created directly).
- getClientSubject() - Method in interface net.jini.io.context.ClientSubject
-
Returns the authenticated identity of the client as a read-only
instance, or null
if the client was not authenticated.
- getCodebaseURLs(String) - Static method in class org.apache.river.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a codebase into standard URL
(s).
- getComment() - Method in class net.jini.lookup.entry.CommentBean
-
Return the value of the comment field in the Comment object linked to
by this JavaBeans component.
- getConfig() - Method in class org.apache.river.phoenix.ActivationGroupData
-
Returns the configuration options, or null
.
- getConnectionDeadline(long) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns the deadline by which a network connection must be established
during unicast discovery, or defaultValue
if not
constrained.
- getConstraints(Method) - Method in class net.jini.constraint.BasicMethodConstraints
-
Returns the constraints for the specified remote method as a
non-null
value.
- getConstraints() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the constraints as a non-null
value.
- getConstraints(Method) - Method in interface net.jini.core.constraint.MethodConstraints
-
Returns the constraints for the specified method as a
non-null
value.
- getConstraints() - Method in interface net.jini.core.constraint.RemoteMethodControl
-
Returns the client constraints placed on this proxy.
- getConstraints() - Method in class net.jini.discovery.ConstrainableLookupLocator
-
- getConstraints() - Method in class org.apache.river.landlord.ConstrainableLandlordLease
-
- getContext() - Method in interface net.jini.security.policy.SecurityContextSource
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getContext() - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
-
Returns a security context to use to restrict privileges when
invoking methods on untrusted objects.
- getContext() - Method in interface net.jini.security.proxytrust.UntrustedObjectSecurityContext
-
Returns a security context to use to restrict privileges when
invoking methods on untrusted objects.
- getContext() - Static method in class net.jini.security.Security
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getContext() - Method in class org.apache.river.start.AggregatePolicyProvider
-
Returns a snapshot of the current security context, which can be used to
restore the context at a later time.
- getCookie() - Method in interface net.jini.jeri.ServerEndpoint.ListenHandle
-
- getCookie() - Method in interface org.apache.river.landlord.LeasedResource
-
Returns the universally unique identifier associated with this
lease.
- getCountry() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the country field in the Address object linked to
by this JavaBeans component.
- getCurrentProxy() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns the current value for the underlying proxy.
- getDefaultPort() - Method in class net.jini.url.httpmd.Handler
-
Returns the default port for a URL parsed by this handler, which is
80
.
- getDeliveryStatus() - Method in interface net.jini.jeri.OutboundRequest
-
Returns false
if it is guaranteed that no data
written for this request has been processed by the recipient.
- getDependants() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
Get the classes dependant on this class.
- getDependencyRelationshipMap(Collection, boolean) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
This method builds the entire DependencyRelationShipMap that can be
used to analyse class dependencies.
- getDescription() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns a textual description of the error encountered.
- getDescriptors() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the ServiceDescriptor
s contained in the service
starter configuration.
- getDiscoveryManager() - Method in class net.jini.lookup.JoinManager
-
Returns the instance of DiscoveryManagement
that was
either passed into the constructor, or that was created as a result
of null
being input to that parameter.
- getDiscoveryManager() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The getDiscoveryManager
method will return an object that
implements the DiscoveryManagement
interface.
- getDisplayName() - Method in class net.jini.lookup.entry.ServiceType
-
Return the localized display name of this service.
- getDisplayName() - Method in class org.apache.river.lookup.entry.BasicServiceType
-
Returns the resource named "name", else the type field
stripped of any package prefix (i.e., any characters up to
and including the last dot ('.').
- getEnableDGC() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns true
if DGC is enabled on the server endpoint to
the object corresponding to this exporter; otherwise
returns false
.
- getEnableDGC() - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns true
if this
BasicObjectEndpoint
participates in DGC and
false
otherwise.
- getEndpoint() - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns the Endpoint
for the referenced remote
object.
- getEntries() - Method in exception net.jini.entry.UnusableEntriesException
-
Returns a
Collection
of the entries that could be
unmarshalled by the operation.
- getEntries() - Method in class org.apache.river.api.lookup.DefaultEntries
-
Generate a new array containing all Entry's added since last reset.
- getEntry(String, String, Class<T>) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, which must be
found, and supplying no data.
- getEntry(String, String, Class<T>, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and supplying no
data, returning the default value if no matching entry is found and the
default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class<T>, Object, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and using the
specified data (unless it is
Configuration.NO_DATA
), returning the default
value if no matching entry is found and the default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class<T>) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, which must be
found, and supplying no data.
- getEntry(String, String, Class<T>, Object) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and supplying no
data, returning the default value if no matching entry is found and the
default value is not
Configuration.NO_DEFAULT
.
- getEntry(String, String, Class<T>, Object, Object) - Method in interface net.jini.config.Configuration
-
Returns an object of the specified type created using the information in
the entry matching the specified component and name, and using the
specified data (unless it is
Configuration.NO_DATA
), returning the default
value if no matching entry is found and the default value is not
Configuration.NO_DEFAULT
.
- getEntry() - Method in class net.jini.space.AvailabilityEvent
-
Returns a copy of the
Entry
whose transition
triggered this event.
- getEntryClasses(ServiceTemplate) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that either doesn't match any
entry templates or is a subclass of at least one matching entry
template, and returns the set of the (most specific) classes of those
entries.
- getEntryInternal(String, String, Class<T>, Object) - Method in class net.jini.config.AbstractConfiguration
-
Returns an object created using the information in the entry matching
the specified component and name, and the specified data, for the
requested type.
- getEntryInternal(String, String, Class<T>, Object) - Method in class net.jini.config.ConfigurationFile
-
Returns an object created using the information in the entry matching
the specified component and name, and the specified data, for the
requested type.
- getEntryInternal(String, String, Class<T>, Object) - Method in class net.jini.config.EmptyConfiguration
-
Always throws an exception -- this configuration contains no entries.
- getEntryNames() - Method in class net.jini.config.ConfigurationFile
-
Returns a set containing the fully qualified names of all non-private
entries defined for this instance.
- getEntryType(String, String) - Method in class net.jini.config.ConfigurationFile
-
Returns the static type of the expression specified for the entry with
the specified component and name.
- getErrorCount() - Static method in class org.apache.river.tool.envcheck.Reporter
-
Get the total number of error records that were generated.
- getEventRegistration() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an EventRegistration object that encapsulates the information
needed by the client to identify a notification sent by the lookup
discovery service to the registration's listener.
- getException() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns the exception (if any) that caused the event to be sent.
- getExceptions() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
Throwable
, where each element of the array corresponds
to one of the exceptions that occurred during the unmarshalling
process.
- getExceptions() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
Throwable
, where each element of the array
corresponds to one of the exceptions that occurred during the
unmarshalling process.
- getExpiration() - Method in interface net.jini.core.lease.Lease
-
Returns a long
that indicates the time that the
lease will expire.
- getExpiration() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns the desired expiration time of the lease to which event
pertains.
- getExpiration(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Returns the current desired expiration time associated with a
particular lease, (not the actual expiration that was granted
when the lease was created or last renewed).
- getExpiration() - Method in interface org.apache.river.landlord.LeasedResource
-
Returns the expiration time of the lease.
- getExpiration() - Method in class org.apache.river.lease.AbstractLease
-
Return the lease expiration.
- getExplanation() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the explanation text.
- getExportCodebase() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Codebase accessor method.
- getExtraProxyInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
-
Returns a new array containing any additional interfaces that the
proxy should implement, beyond the interfaces obtained by passing
impl
to the
getRemoteInterfaces
method.
- getExtraProxyInterfaces(Remote) - Method in class net.jini.jeri.BasicILFactory
-
Returns a new array containing any additional interfaces that the
proxy should implement, beyond the interfaces obtained by passing
impl
to the
getRemoteInterfaces
method.
- getFactory() - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Return the value of the factory
field in the object linked to by
this JavaBeans component.
- getFieldValues(ServiceTemplate, int, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, finds
every entry (among those service items) that matches
tmpl.attributeSetTemplates[setIndex], and returns the set of values
of the specified field of those entries.
- getFiles() - Method in class org.apache.river.tool.ClassDep
-
If true classnames will be separated using
File.separator, else it will use dots.
- getFloatEntry(Configuration, String, String, float, float, float) - Static method in class org.apache.river.config.Config
-
Obtains a
float
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getFloor() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the floor field in the Location object linked to by
this JavaBeans component.
- getFormatName() - Method in interface org.apache.river.discovery.DiscoveryFormatProvider
-
Returns the name of the format implemented by this provider.
- getFormatName() - Method in class org.apache.river.discovery.kerberos.Client
-
- getFormatName() - Method in class org.apache.river.discovery.kerberos.Server
-
- getFormatName() - Method in class org.apache.river.discovery.plaintext.Client
-
- getFormatName() - Method in class org.apache.river.discovery.plaintext.Server
-
- getFormatName() - Method in class org.apache.river.discovery.ssl.Client
-
- getFormatName() - Method in class org.apache.river.discovery.ssl.Server
-
- getFormatName() - Method in class org.apache.river.discovery.x500.sha1withdsa.Client
-
- getFormatName() - Method in class org.apache.river.discovery.x500.sha1withdsa.Server
-
- getFormatName() - Method in class org.apache.river.discovery.x500.sha1withrsa.Client
-
- getFormatName() - Method in class org.apache.river.discovery.x500.sha1withrsa.Server
-
- getFragment() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded fragment part of this URI.
- getGrants(Class, Principal[]) - Method in interface net.jini.security.policy.DynamicPolicy
-
If this security policy provider supports dynamic permission grants,
returns a new array containing the cumulative set of permissions
dynamically granted to protection domains (including ones not yet
created) that are associated with the class loader of the given class
and possess at least the given set of principals.
- getGrants(Class, Principal[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getGrants(Class, Principal[]) - Method in class org.apache.river.start.AggregatePolicyProvider
-
If the currently active sub-policy supports dynamic permission grants,
delegates to the corresponding getGrants
method of the
currently active sub-policy to return a new array containing the set of
permissions dynamically granted to protection domains which are
associated with the class loader of the given class and possess at least
the given set of principals.
- getGrants(Class, Principal[]) - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
If both underlying policy providers support dynamic grants, delegates to
the getGrants
method of the underlying policy associated
with the loader of the given class (the loader-specific policy if the
class loader is null
, the same as or a child of the loader
specified in the constructor for this instance, or the default loader
otherwise).
- getGroup() - Method in class org.apache.river.thread.WakeupManager.ThreadDesc
-
- getGroupDescriptor() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the SharedActivationGroupDescriptor
contained in the
service starter configuration.
- getGroups() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns the set of groups that this lookup service is currently a
member of.
- getGroups() - Method in class net.jini.discovery.DiscoveryEvent
-
Returns a set that maps to each registrar referenced by this event,
the current set of groups in which each registrar is a member.
- getGroups() - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Returns an array consisting of the elements of the managed set
of groups; that is, the names of the groups whose members are the
lookup services to discover.
- getGroups() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return the groups of which the announcing lookup service is a
member.
- getGroups() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the set of groups in which the requestor is interested.
- getGroups() - Method in class net.jini.discovery.IncomingUnicastResponse
-
Return the set of groups of which the lookup service we
discovered was a member when we discovered it.
- getGroups() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of the names of the groups whose members
are lookup services the lookup discovery service will attempt to
discover for this registration.
- getGroups() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns a set that maps to the service ID of each registrar referenced
by this event, the current set of groups in which each registrar is a
member.
- getGroups() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns the member groups of the lookup service.
- getGroups() - Method in class org.apache.river.discovery.MulticastRequest
-
Returns the groups targeted by the request.
- getGroups() - Method in class org.apache.river.discovery.UnicastResponse
-
Returns the member groups of the lookup service.
- getHost() - Method in class net.jini.core.discovery.LookupLocator
-
Returns the name of the host that this instance should contact.
- getHost() - Method in class net.jini.jeri.http.HttpEndpoint
-
Returns the host that this HttpEndpoint
connects to.
- getHost() - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns the host name that will be used in
HttpEndpoint
instances produced by listening on
this
HttpServerEndpoint
, or
null
if
the IP address string obtained from
InetAddress.getLocalHost
will be
used.
- getHost() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns the server host that this endpoint connects to.
- getHost() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns the host name that will be used in
KerberosEndpoint
instances created by listening on this
object.
- getHost() - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns the server host that this endpoint connects to.
- getHost() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
- getHost() - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns the server host that this endpoint connects to.
- getHost() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
- getHost() - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns the host that this TcpEndpoint
connects to.
- getHost() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns the host name that will be used in
TcpEndpoint
instances produced by listening on
this
TcpServerEndpoint
, or
null
if
the IP address string obtained from
InetAddress.getLocalHost
will be
used.
- getHost() - Method in class org.apache.river.api.net.Uri
-
Gets the host part of this URI.
- getHost() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns the lookup service host name.
- getHost() - Method in class org.apache.river.discovery.MulticastRequest
-
Returns the client host name.
- getHost() - Method in class org.apache.river.discovery.UnicastResponse
-
Returns the lookup service host name.
- getHostAddress() - Static method in class org.apache.river.config.ConfigUtil
-
Returns the textual presentation of the local host IP address.
- getHostAddress() - Static method in class org.apache.river.config.LocalHostLookup
-
- getHostAddress() - Method in class org.apache.river.config.LocalHostLookupSpi
-
- getHostName() - Static method in class org.apache.river.config.ConfigUtil
-
Return the local hostname.
- getHostName() - Static method in class org.apache.river.config.LocalHostLookup
-
- getHostName() - Method in class org.apache.river.config.LocalHostLookupSpi
-
- getIcon(int) - Method in class net.jini.lookup.entry.ServiceType
-
Get an icon for this service.
- getIcon(int) - Method in class org.apache.river.lookup.entry.BasicServiceType
-
Returns the resource named "icon.
- getID() - Method in class net.jini.core.event.EventRegistration
-
Returns the identifier that will be used in all RemoteEvents generated
for this interest registration.
- getID() - Method in class net.jini.core.event.RemoteEvent
-
Returns the event identifier, used to identify the kind of event
relative to the object in which the event occurred.
- getImplClassName() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Implementation class accessor method.
- getImportCodebase() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Classpath accessor method.
- getImportCodebaseURLs(String) - Static method in class org.apache.river.start.ClassLoaderUtil
-
Utility method that converts the components of a String
representing a codebase or classpath into URL
(s).
- getInnerProxyPreparer() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
ProxyPreparer
accessor method.
- getInputStream() - Method in interface net.jini.jeri.connection.Connection
-
Returns an input stream that reads data from this connection.
- getInputStream() - Method in interface net.jini.jeri.connection.ServerConnection
-
Returns an input stream that reads data from this connection.
- getInstance(String[]) - Static method in class net.jini.config.ConfigurationProvider
-
Creates and returns an instance of the configuration provider, using the
specified options.
- getInstance(String[], ClassLoader) - Static method in class net.jini.config.ConfigurationProvider
-
Creates and returns an instance of the configuration provider, using the
specified options and class loader.
- getInstance(String, int) - Static method in class net.jini.jeri.http.HttpEndpoint
-
Returns an HttpEndpoint
instance for the given host name
and TCP port number.
- getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.http.HttpEndpoint
-
Returns an
HttpEndpoint
instance for the given
host name and TCP port number that contains the given
SocketFactory
.
- getInstance(int) - Static method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns an HttpServerEndpoint
instance for the
given TCP port number.
- getInstance(String, int) - Static method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns an HttpServerEndpoint
instance for the given
host name and TCP port number.
- getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns an HttpServerEndpoint
instance for the
given host name and TCP port number that contains the given
SocketFactory
and
ServerSocketFactory
.
- getInstance(String, int, KerberosPrincipal) - Static method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns a KerberosEndpoint
instance for the given
server host name, TCP port number, and server
principal.
- getInstance(String, int, KerberosPrincipal, SocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns a KerberosEndpoint
instance for the given
server host name, TCP port number, server principal, and
SocketFactory
.
- getInstance(int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a KerberosServerEndpoint
instance with the
specified port, using the default server subject, server
principal, and server host.
- getInstance(String, int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a KerberosServerEndpoint
instance with the
specified server host and port, using the default server
subject and server principal.
- getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a KerberosServerEndpoint
instance with the
specified server host, port, and socket factories, using the
default server subject and server principal.
- getInstance(Subject, KerberosPrincipal, String, int) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a KerberosServerEndpoint
instance with the
specified server subject, server principal, server host, and
port.
- getInstance(Subject, KerberosPrincipal, String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a KerberosServerEndpoint
instance with the
specified server subject, server principal, server host, port,
and socket factories.
- getInstance(String, int) - Static method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns an HTTPS endpoint for the specified server host and port.
- getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns an HTTPS endpoint for the specified server host, port, and
socket factory.
- getInstance(int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an HTTPS server endpoint for the specified port.
- getInstance(String, int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an HTTPS server endpoint for the specified server host and port.
- getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an HTTPS server endpoint for the specified server host, port,
and socket factories.
- getInstance(Subject, X500Principal[], String, int) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an HTTPS server endpoint for the specified server subject,
server principals, server host, and port.
- getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an HTTPS server endpoint for the specified server subject,
server principals, server host, port, and socket factories.
- getInstance(String, int) - Static method in class net.jini.jeri.ssl.SslEndpoint
-
Returns a TLS/SSL endpoint for the specified server host and port.
- getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.ssl.SslEndpoint
-
Returns a TLS/SSL endpoint for the specified server host, port, and
socket factory.
- getInstance(int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a TLS/SSL server endpoint for the specified port.
- getInstance(String, int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a TLS/SSL server endpoint for the specified server host and
port.
- getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a TLS/SSL server endpoint for the specified server host, port,
and socket factories.
- getInstance(Subject, X500Principal[], String, int) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a TLS/SSL server endpoint for the specified server subject,
server principals, server host, and port.
- getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a TLS/SSL server endpoint for the specified server subject,
server principals, server host, port, and socket factories.
- getInstance(String, int) - Static method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns a TcpEndpoint
instance for the given
host name and TCP port number.
- getInstance(String, int, SocketFactory) - Static method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns a TcpEndpoint
instance for the given host
name and TCP port number that contains the given
SocketFactory
.
- getInstance(int) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns a TcpServerEndpoint
instance for the given
TCP port number.
- getInstance(String, int) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns a TcpServerEndpoint
instance for the given
host name and TCP port number.
- getInstance(String, int, SocketFactory, ServerSocketFactory) - Static method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns a TcpServerEndpoint
instance for the given
host name and TCP port number that contains the given
SocketFactory
and
ServerSocketFactory
.
- getInstance(int) - Static method in class org.apache.river.discovery.DiscoveryProtocolVersion
-
Returns a DiscoveryProtocolVersion
constraint for the given
version number.
- getIntegrity() - Method in class org.apache.river.proxy.MarshalledWrapper
-
Returns the integrity value sampled during deserialization of this
MarshalledWrapper
instance, or false
if this
instance was not produced by deserialization or was deserialized from a
stream with no integrity protection setting.
- getIntEntry(Configuration, String, String, int, int, int) - Static method in class org.apache.river.config.Config
-
Obtains an
int
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getInvocationDispatcher() - Method in class net.jini.jeri.InvocationLayerFactory.Instances
-
Returns the invocation dispatcher.
- getInvocationDispatcherMethods(Remote) - Method in class net.jini.jeri.AbstractILFactory
-
Returns a new, modifiable collection of
Method
objects,
containing all remote methods for which the invocation
dispatcher should accept incoming remote calls.
- getInvocationLayerFactory() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns the InvocationLayerFactory
for this
exporter.
- getJarToRun() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the name of the executable JAR file supplied on the
command line being analyzed.
- getJavaCmd() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the java
command for the command line being analyzed.
- getJoinSet() - Method in class net.jini.lookup.JoinManager
-
Returns an array of ServiceRegistrar
objects, each
corresponding to a lookup service with which the service is currently
registered (joined).
- getKeepAlive() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns true
if the virtual machine is kept alive while
the object corresponding to this exporter is exported; otherwise
returns false
.
- getKeyStore(String, String) - Static method in class org.apache.river.config.KeyStores
-
Returns a KeyStore
initialized with contents read from a
location specified as a file or URL.
- getLease() - Method in class net.jini.core.event.EventRegistration
-
Returns the Lease object for this registration.
- getLease() - Method in interface net.jini.core.lookup.ServiceRegistration
-
Returns the lease that controls the service registration, allowing
the lease to be renewed or cancelled.
- getLease() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns the Lease object that controls a client's registration with
the lookup discovery service.
- getLease() - Method in interface net.jini.event.MailboxRegistration
-
Returns the Lease
object associated
with this registration.
- getLease() - Method in class net.jini.lease.LeaseRenewalEvent
-
Returns a reference to the lease to which the event pertains.
- getLease() - Method in class net.jini.lease.RenewalFailureEvent
-
Returns the lease that could not be renewed.
- getLease() - Method in interface net.jini.space.MatchSet
-
Returns a proxy to the
Lease
associated with this
match set, or
null
if this match set is not
leased.
- getLease() - Method in class org.apache.river.lease.BasicRenewalFailureEvent
-
Returns the lease that could not be renewed.
- getLeaseBound() - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Retrieves the least upper bound applied to all lease durations granted
by the lookup discovery service.
- getLeaseRenewalManager() - Method in class net.jini.lookup.JoinManager
-
Returns the instance of the LeaseRenewalManager
class
that was either passed into the constructor, or that was created
as a result of null
being input to that parameter.
- getLeaseRenewalManager() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The getLeaseRenewalManager
method will return an instance of
the LeaseRenewalManager
class.
- getLeases() - Method in interface net.jini.lease.LeaseRenewalSet
-
Returns all the leases currently in the set.
- getLeases() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
Lease
, where each element of the array corresponds
to a successfully unmarshalled object.
- getLeastSignificantBits() - Method in class net.jini.core.lookup.ServiceID
-
Returns the least significant 64 bits of the service ID.
- getLeastSignificantBits() - Method in class net.jini.id.Uuid
-
Returns the least significant 64 bits of this
Uuid
's 128-bit value.
- getLevel() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the message level.
- getLifeCycle() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
LifeCycle
accessor method.
- getLineNumber() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the line number in the configuration source where the
entry with an error can be found or 0
if this error
descriptor is not associated with a line number.
- getListener() - Method in interface net.jini.event.MailboxRegistration
-
Returns the RemoteEventListener
associated
with this registration.
- getLocalHost() - Static method in class org.apache.river.config.LocalHostLookup
-
- getLocalHost() - Method in class org.apache.river.config.LocalHostLookupSpi
-
- getLocality() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the locality field in the Address object linked
to by this JavaBeans component.
- getLocationName() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the name of the configuration source location or
null
if location information is not available.
- getLocator() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns a LookupLocator that can be used if necessary for unicast
discovery of the lookup service.
- getLocator() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return a LookupLocator for performing unicast discovery of the
announcing lookup service.
- getLocators() - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Returns an array consisting of the elements of the managed set
of locators; that is, instances of LookupLocator
in
which each instance corresponds to a specific lookup service to
discover.
- getLocators() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of the LookupLocator objects corresponding
to specific lookup services the lookup discovery service will attempt
to discover for this registration.
- getLog() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Shared group log accessor method.
- getLongEntry(Configuration, String, String, long, long, long) - Static method in class org.apache.river.config.Config
-
Obtains a
long
that falls within the given inclusive
range from the specified
Configuration
using the specified
component and entry names.
- getLookupAttributes() - Method in interface net.jini.admin.JoinAdmin
-
Get the current attribute sets for the service.
- getLookupAttributes() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- getLookupGroups() - Method in interface net.jini.admin.JoinAdmin
-
Get the list of groups to join.
- getLookupGroups() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- getLookupLocators() - Method in interface net.jini.admin.JoinAdmin
-
Get the list of locators of specific lookup services to join.
- getLookupLocators() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- getManufacturer() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the manufacturer field in the ServiceInfo
object linked to by this JavaBeans component.
- getMarshalledInstance() - Method in class org.apache.river.proxy.MarshalledWrapper
-
Returns the MarshalledInstance
wrapped by this
MarshalledWrapper
.
- getMarshalledLeases() - Method in exception net.jini.lease.LeaseUnmarshalException
-
Accessor method that returns an array consisting of instances of
MarshalledObject
, where each element of the array is
a marshalled instance of the Lease
interface, and
corresponds to an object that could not be successfully
unmarshalled.
- getMarshalledRegistrars() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
MarshalledObject
, where each element of the array is a
marshalled instance of the ServiceRegistrar
interface,
and corresponds to an object that could not be successfully
unmarshalled.
- getMaxStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the maximum start time in milliseconds from midnight, January 1,
1970 UTC.
- getMaxStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the maximum start duration in milliseconds.
- getMaxStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the maximum stop time in milliseconds from midnight, January 1,
1970 UTC.
- getMaxStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the maximum stop duration in milliseconds.
- getMaxThreads() - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Return the maximum number of threads to use on tasks.
- getMemberGroups() - Method in interface net.jini.lookup.DiscoveryAdmin
-
Returns an array consisting of the names of the groups in which the
lookup service is a member.
- getMessage() - Method in exception net.jini.core.lease.LeaseMapException
-
- getMessage() - Method in exception org.apache.river.proxy.ThrowThis
-
Returns the detail message, including the message from the nested
exception the server wants thrown
- getMessage() - Method in exception org.apache.river.reliableLog.LogException
-
Produce the message; including the message from the nested exception
if there is one.
- getMessage() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Returns the short message text.
- getMethodConstraints(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Returns the method constraints to use when verifying and setting
constraints on the specified proxy.
- getMethodDescs() - Method in class net.jini.constraint.BasicMethodConstraints
-
Returns the descriptors.
- getMinStart() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the minimum start time in milliseconds from midnight, January 1,
1970 UTC.
- getMinStart() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the minimum start duration in milliseconds.
- getMinStop() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns the minimum stop time in milliseconds from midnight, January 1,
1970 UTC.
- getMinStop() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns the minimum stop duration in milliseconds.
- getModel() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the model field in the ServiceInfo object
linked to by this JavaBeans component.
- getMostSignificantBits() - Method in class net.jini.core.lookup.ServiceID
-
Returns the most significant 64 bits of the service ID.
- getMostSignificantBits() - Method in class net.jini.id.Uuid
-
Returns the most significant 64 bits of this
Uuid
's 128-bit value.
- getMulticastMaxPacketSize(int) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns the maximum multicast packet size to allow, or the specified
default value if not constrained.
- getMulticastTimeToLive(int) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns the multicast time to live value to use, or the specified
default value if not constrained.
- getName() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the name of the method, with a prefix or suffix '*' if the
name is a pattern, or null
if this descriptor matches
all methods.
- getName() - Method in class net.jini.lookup.entry.NameBean
-
Return the value of the name field in the object linked to by
this JavaBeans component.
- getName() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the name field in the ServiceInfo object linked
to by this JavaBeans component.
- getNonNullEntry(Configuration, String, String, Class<T>) - Static method in class org.apache.river.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getNonNullEntry(Configuration, String, String, Class<T>, Object) - Static method in class org.apache.river.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getNonNullEntry(Configuration, String, String, Class<T>, Object, Object) - Static method in class org.apache.river.config.Config
-
Obtains a non-
null
object from the specified
Configuration
using the specified arguments.
- getObjectEndpoint() - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns this BasicInvocationHandler
's
ObjectEndpoint
.
- getObjectIdentifier() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns the object identifier for this exporter.
- getObjectIdentifier() - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns the object identifier for the referenced remote object.
- getObjectStreamContext() - Method in class net.jini.io.MarshalInputStream
-
Returns the collection of context information objects that
was passed to this stream's constructor.
- getObjectStreamContext() - Method in class net.jini.io.MarshalOutputStream
-
Returns the collection of context information objects that
was passed to this stream's constructor.
- getObjectStreamContext() - Method in interface net.jini.io.ObjectStreamContext
-
Returns this object stream's collection of context information
objects.
- getOrganization() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the organization field in the Address object linked
to by this JavaBeans component.
- getOrganizationalUnit() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the organizationalUnit field in the Address object
linked to by this JavaBeans component.
- getOutputStream() - Method in interface net.jini.jeri.connection.Connection
-
Returns an output stream that writes data to this connection.
- getOutputStream() - Method in interface net.jini.jeri.connection.ServerConnection
-
Returns an output stream that writes data to this connection.
- getOverride() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns the override sequence number where this error occurred
or 0
if the error did not occur in an override.
- getParameterTypes() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns the parameter types, or null
if this
descriptor matches all parameter types or all methods.
- getPath() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded path part of this URI.
- getPending() - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Return all pending tasks.
- getPermission() - Method in class org.apache.river.api.security.DelegatePermission
-
- getPermissionClass() - Method in class net.jini.jeri.BasicILFactory
-
Returns the permission class, if any.
- getPermissionGrants(ProtectionDomain) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getPermissionGrants(ProtectionDomain) - Method in class org.apache.river.api.security.ConcurrentPolicyFile
-
- getPermissionGrants(ProtectionDomain) - Method in class org.apache.river.api.security.RemotePolicyProvider
-
- getPermissionGrants(ProtectionDomain) - Method in interface org.apache.river.api.security.ScalableNestedPolicy
-
Returns a new List containing immutable PermissionGrant's, the
List returned is not synchronised and must not be shared with policy
internal state.
- getPermissionGrants(ProtectionDomain) - Method in class org.apache.river.start.AggregatePolicyProvider
-
- getPermissions(CodeSource) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns the static permissions to be automatically granted to
classes loaded from the specified
CodeSource
and
defined by this class loader.
- getPermissions(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Returns the permissions to grant to proxies, or an empty array if no
permissions should be granted.
- getPermissions(CodeSource) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- getPermissions(CodeSource) - Method in class net.jini.security.policy.PolicyFileProvider
-
- getPermissions(ProtectionDomain) - Method in class net.jini.security.policy.PolicyFileProvider
-
- getPermissions() - Method in interface org.apache.river.api.security.CodeSourceRequiredPermissions
-
- getPermissions(ProtectionDomain) - Method in class org.apache.river.api.security.ConcurrentPolicyFile
-
Returns collection of permissions allowed for the domain
according to the policy.
- getPermissions(CodeSource) - Method in class org.apache.river.api.security.ConcurrentPolicyFile
-
This returns a java.security.Permissions collection, which allows
ProtectionDomain to optimise for the AllPermission case, which avoids
unnecessarily consulting the policy.
- getPermissions() - Method in class org.apache.river.api.security.PermissionGrant
-
Returns an unmodifiable Collection of permissions defined by this
PermissionGrant, which may be empty, but not null.
- getPermissions(CodeSource) - Method in class org.apache.river.api.security.RemotePolicyProvider
-
- getPermissions(ProtectionDomain) - Method in class org.apache.river.api.security.RemotePolicyProvider
-
- getPermissions(CodeSource) - Method in class org.apache.river.start.AggregatePolicyProvider
-
Delegates to the corresponding getPermissions
method of the
currently active sub-policy to return the set of permissions allowed for
code from the specified code source, as a newly-created mutable
PermissionCollection
which supports heterogeneous
permission types.
- getPermissions(ProtectionDomain) - Method in class org.apache.river.start.AggregatePolicyProvider
-
If the given protection domain is the protection domain of this class,
then a newly-created
PermissionCollection
containing
AllPermission
is returned.
- getPermissions(CodeSource) - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
Delegates to the corresponding getPermissions
method of the
underlying default policy.
- getPermissions(ProtectionDomain) - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
If the given protection domain is the protection domain of this class,
then a newly-created
PermissionCollection
containing
AllPermission
is returned.
- getPersistenceSnapshotThreshold() - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Retrieve the value of the size threshold of the snapshot; which is
employed by the lookup discovery service in the test to determine
whether or not to take a "snapshot" of the system state.
- getPersistenceSnapshotWeight() - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Retrieve the weight factor applied by the lookup discovery service
to the snapshot size during the test to determine whether or not to
take a "snapshot" of the system state.
- getPolicy() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Policy accessor method.
- getPolicy() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Policy accessor method.
- getPort() - Method in class net.jini.core.discovery.LookupLocator
-
Returns the number of the port to which this instance should connect.
- getPort() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return the number of the port to connect to on the remote host
in order to start unicast discovery.
- getPort() - Method in class net.jini.jeri.http.HttpEndpoint
-
Returns the TCP port that this HttpEndpoint
connects to.
- getPort() - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns the TCP port that this HttpServerEndpoint
listens on.
- getPort() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns the TCP port that this endpoint connects to.
- getPort() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns the TCP port that the ListenEndpoint
s
created by this server endpoint listen on.
- getPort() - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns the TCP port that this endpoint connects to.
- getPort() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns the TCP port on which this object listens for connections, or
0
if it selects a free port.
- getPort() - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns the TCP port that this endpoint connects to.
- getPort() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns the TCP port on which this object listens for connections, or
0
if it selects a free port.
- getPort() - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns the TCP port that this TcpEndpoint
connects to.
- getPort() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns the TCP port that this TcpServerEndpoint
listens on.
- getPort() - Method in class net.jini.jrmp.JrmpExporter
-
Returns the port used by this exporter, or zero if an anonymous port is
used.
- getPort() - Method in class org.apache.river.api.net.Uri
-
Gets the port number of this URI.
- getPort() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns the lookup service listen port.
- getPort() - Method in class org.apache.river.discovery.MulticastRequest
-
Returns the client listen port.
- getPort() - Method in class org.apache.river.discovery.UnicastResponse
-
Returns the lookup service listen port.
- getPort() - Method in class org.apache.river.tool.ClassServer
-
Returns the port on which this server is listening.
- getPostalCode() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the postalCode field in the Address object linked
to by this JavaBeans component.
- getPostEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
-
Returns an instance of a ServiceItem
containing the
service reference corresponding to the given event.
- getPreEventServiceItem() - Method in class net.jini.lookup.ServiceDiscoveryEvent
-
Returns an instance of a ServiceItem
containing the
service reference corresponding to the given event.
- getPrincipal() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns the principal this endpoint requires the server
to authenticate as.
- getPrincipal() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns the principal that this server endpoint will
authenticate itself as.
- getPrincipals() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns an immutable set of the principals that this instance uses for
authentication, or null
if it is anonymous.
- getPrincipals() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns an immutable set of the principals that this instance uses for
authentication, or null
if it is anonymous.
- getPriority() - Method in class org.apache.river.thread.WakeupManager.ThreadDesc
-
The priority the thread should be created with.
- getProperties() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return a copy of the properties that were specified on the
command line being analyzed.
- getProperty(String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return a property value that was specified on the command line being
analyzed.
- getProtocol1() - Static method in class org.apache.river.discovery.Discovery
-
Returns an instance implementing protocol version 1.
- getProtocol2(ClassLoader) - Static method in class org.apache.river.discovery.Discovery
-
Returns an instance implementing protocol version 2 which uses providers
loaded from the given class loader, or the current context class loader
if the given loader is null
.
- getProtocol2(MulticastRequestEncoder[], MulticastRequestDecoder[], MulticastAnnouncementEncoder[], MulticastAnnouncementDecoder[], UnicastDiscoveryClient[], UnicastDiscoveryServer[]) - Static method in class org.apache.river.discovery.Discovery
-
Returns an instance implementing protocol version 2 which uses the given
providers.
- getProvider() - Static method in class net.jini.loader.ClassLoading
-
The current RMIClassLoaderSpi provider in use by ClassLoading.
- getProviders() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
Get the classes that this class needs to function.
- getProxy() - Method in interface net.jini.export.ProxyAccessor
-
Returns a proxy object for this remote object.
- getProxy() - Method in class net.jini.jeri.InvocationLayerFactory.Instances
-
Returns the proxy.
- getProxy() - Method in class org.apache.river.start.SharedGroupImpl
-
- getProxyInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
-
Returns a new array containing the interfaces for the proxy to
implement.
- getProxyTrustIterator() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns a proxy trust iterator for an activatable object that is
suitable for use by
ProxyTrustVerifier
.
- getProxyTrustIterator() - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns an iterator that produces the bootstrap proxy as the only
element of the iteration.
- getProxyVerifier() - Method in interface net.jini.security.proxytrust.ProxyTrust
-
Returns a
TrustVerifier
which can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject
method of the
returned verifier can be called with a candidate proxy.
- getProxyVerifier() - Method in interface net.jini.security.proxytrust.ServerProxyTrust
-
Returns a
TrustVerifier
that can be used to verify that
a proxy can be trusted as a proxy for the service; that is, the
isTrustedObject
method of the
returned verifier can be called with a candidate proxy.
- getProxyVerifier() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- getProxyVerifier() - Method in class org.apache.river.start.SharedGroupImpl
-
- getQuery() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded query part of this URI.
- getRawAuthority() - Method in class org.apache.river.api.net.Uri
-
Gets the authority part of this URI in raw form.
- getRawFragment() - Method in class org.apache.river.api.net.Uri
-
Gets the fragment part of this URI in raw form.
- getRawPath() - Method in class org.apache.river.api.net.Uri
-
Gets the path part of this URI in raw form.
- getRawQuery() - Method in class org.apache.river.api.net.Uri
-
Gets the query part of this URI in raw form.
- getRawSchemeSpecificPart() - Method in class org.apache.river.api.net.Uri
-
Gets the scheme-specific part of this URI in raw form.
- getRawUserInfo() - Method in class org.apache.river.api.net.Uri
-
Gets the user-info part of this URI in raw form.
- getReferentUuid() - Method in interface net.jini.id.ReferentUuid
-
Return the Uuid
that has been assigned to the
resource this proxy represents.
- getReferentUuid() - Method in class org.apache.river.landlord.LandlordLease
-
- getRegistrar() - Method in class net.jini.core.discovery.LookupLocator
-
Perform unicast discovery and return the ServiceRegistrar
object for the given lookup service.
- getRegistrar(int) - Method in class net.jini.core.discovery.LookupLocator
-
Perform unicast discovery and return the ServiceRegistrar
object for the given lookup service, with the given discovery timeout.
- getRegistrar(InvocationConstraints) - Method in class net.jini.core.discovery.LookupLocator
-
Perform unicast discovery and return the ServiceRegistrar
object for the given lookup service, with the given constraints.
- getRegistrar() - Method in class net.jini.discovery.ConstrainableLookupLocator
-
Performs unicast discovery as specified by
LookupLocator.getRegistrar()
with the following differences.
- getRegistrar(int) - Method in class net.jini.discovery.ConstrainableLookupLocator
-
Performs unicast discovery as specified by
LookupLocator.getRegistrar(int)
, additionally applying the
supplied discovery constraints.
- getRegistrar() - Method in class net.jini.discovery.IncomingUnicastResponse
-
Return the lookup service registrar we have discovered.
- getRegistrar() - Method in class org.apache.river.discovery.UnicastResponse
-
Returns the lookup service proxy.
- getRegistrars() - Method in class net.jini.discovery.DiscoveryEvent
-
Return the set of registrars to which this event applies.
- getRegistrars() - Method in interface net.jini.discovery.DiscoveryManagement
-
Returns an array of instances of ServiceRegistrar
, each
corresponding to a proxy to one of the currently discovered lookup
services.
- getRegistrars() - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Returns an array consisting of instances of the ServiceRegistrar
interface.
- getRegistrars() - Method in exception net.jini.discovery.LookupUnmarshalException
-
Accessor method that returns an array consisting of instances of
ServiceRegistrar
, where each element of the array
corresponds to a successfully unmarshalled object.
- getRegistrars() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns an array consisting of instances of the ServiceRegistrar
interface.
- getRegistrationObject() - Method in class net.jini.core.event.RemoteEvent
-
Returns the handback object that was provided as a parameter to
the event interest registration method, if any.
- getRemoteEvents() - Method in interface net.jini.event.MailboxPullRegistration
-
Retrieves stored notifications, if any.
- getRemoteInterfaces(Remote) - Method in class net.jini.jeri.AbstractILFactory
-
Returns a new array containing the remote interfaces that should be
implemented by the proxy.
- getRemoteInterfaces(Remote) - Method in class net.jini.jeri.ProxyTrustILFactory
-
Returns a new array containing the remote interfaces that should be
implemented by the proxy.
- getRenewalSetLease() - Method in class net.jini.lease.ExpirationWarningEvent
-
Convenience method to retrieve the Lease
associated
with the source of this event.
- getRenewalSetLease() - Method in interface net.jini.lease.LeaseRenewalSet
-
Returns the lease that controls the lifetime of this set.
- getRequestAddress() - Static method in class net.jini.discovery.Constants
-
Return the address of the multicast group over which the
multicast request protocol takes place.
- getRequestInputStream() - Method in interface net.jini.jeri.InboundRequest
-
Returns an InputStream
to read the request data
from.
- getRequestOutputStream() - Method in interface net.jini.jeri.OutboundRequest
-
Returns an OutputStream
to write the request data
to.
- getResource(String) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Gets a resource with the specified name.
- getResourceBundle(Class) - Static method in class org.apache.river.tool.envcheck.Util
-
Get the resource bundle associated with class clazz
.
- getResources(String) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Gets an Enumeration of resources with the specified name.
- getResponseInputStream() - Method in interface net.jini.jeri.OutboundRequest
-
Returns an InputStream
to read the response data
from.
- getResponseOutputStream() - Method in interface net.jini.jeri.InboundRequest
-
Returns an OutputStream
to write the response data
to.
- getRestart() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Restart accessor method.
- getResults() - Method in class org.apache.river.tool.ClassDep
-
Accessor method for the found dependencies.
- getRole() - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Return the value of the role
field in the object linked to by
this JavaBeans component.
- getRoom() - Method in class net.jini.lookup.entry.LocationBean
-
Return the value of the room field in the Location object linked to by
this JavaBeans component.
- getScheme() - Method in class org.apache.river.api.net.Uri
-
Gets the scheme part of this URI.
- getSchemeSpecificPart() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded scheme-specific part of this URI.
- getSecurityContext() - Method in class org.apache.river.api.security.CombinerSecurityManager
-
- getSequenceNumber() - Method in class net.jini.core.event.EventRegistration
-
Returns the value of the sequence number on the event kind that was
current when the registration was granted, allowing comparison with
the sequence number in any subsequent notifications.
- getSequenceNumber() - Method in class net.jini.core.event.RemoteEvent
-
Returns the sequence number of this event.
- getSequenceNumber() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns the announcement sequence number.
- getSerialFormat() - Method in interface net.jini.core.lease.Lease
-
Returns the format that will be used to serialize the lease.
- getSerialFormat() - Method in class org.apache.river.lease.AbstractLease
-
Return the serialization format for the expiration.
- getSerialNumber() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the serialNumber field in the ServiceInfo object
linked to by this JavaBeans component.
- getServerCommand() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Command accessor method.
- getServerConfigArgs() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Service configuration arguments accessor method.
- getServerConstraints() - Method in class net.jini.jeri.BasicILFactory
-
Returns the server constraints, if any.
- getServerConstraints() - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns this BasicInvocationHandler
's server
constraints.
- getServerContext() - Static method in class net.jini.export.ServerContext
-
Returns the server context collection for the current thread.
- getServerContext() - Method in interface net.jini.export.ServerContext.Spi
-
Returns a server context collection for the current thread, or
null
if provider does not contain context for the
current thread.
- getServerContext() - Method in class net.jini.jrmp.JrmpServerContext
-
Returns a server context collection containing an element that
implements the
ClientHost
interface whose
getClientHost
method
returns the client host if the current thread is handling a JRMP
remote call, or
null
otherwise.
- getServerContextElement(Class) - Static method in class net.jini.export.ServerContext
-
Returns the first element in the current server context collection
(obtained by calling
ServerContext.getServerContext
) that is an instance of the given
type
type
.
- getServerEndpoint() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns the server endpoint for this exporter.
- getServerOptions() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Command options accessor method.
- getServerProperties() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
Properties accessor method.
- getServerSocketFactory() - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns the ServerSocketFactory
that this endpoint
uses to create ServerSocket
objects.
- getServerSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns the server socket factory that this server endpoint
uses to create
ServerSocket
instances, or
null
if it uses default server sockets.
- getServerSocketFactory() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns the server socket factory that this server endpoint uses to
create
ServerSocket
instances, or
null
if it uses
default server sockets.
- getServerSocketFactory() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns the server socket factory that this server endpoint uses to
create
ServerSocket
instances, or
null
if it uses
default server sockets.
- getServerSocketFactory() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns the ServerSocketFactory
that this endpoint
uses to create ServerSocket
objects.
- getServerSocketFactory() - Method in class net.jini.jrmp.JrmpExporter
-
Returns the server socket factory for this exporter, or
null
if none (in which case
java.net.ServerSocket
objects are created directly).
- getServiceID() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the serviceID of the item that triggered the event.
- getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns the service ID of the lookup service.
- getServiceID() - Method in interface net.jini.core.lookup.ServiceRegistration
-
Returns the service ID for this service.
- getServiceID() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
-
Return the ServiceID of the announcing lookup service.
- getServiceID() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns the service ID of the lookup service.
- getServiceIDs() - Method in class net.jini.discovery.IncomingMulticastRequest
-
Return a set of ServiceIDs from which the requestor has already
heard.
- getServiceIDs() - Method in class org.apache.river.discovery.MulticastRequest
-
Returns the service IDs of known lookup services.
- getServiceItem() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the new state of the item, or null if the item was deleted
from the lookup service.
- getServicePreparer() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
ProxyPreparer
accessor method.
- getServiceProxy() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- getServiceProxy() - Method in interface org.apache.river.start.ServiceProxyAccessor
-
Returns a proxy object for this object.
- getServiceTypes(ServiceTemplate, String) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Looks at all service items that match the specified template, and for
every service item finds the most specific type (class or interface)
or types the service item is an instance of that are neither equal to,
nor a superclass of, any of the service types in the template and that
have names that start with the specified prefix, and returns the set
of all such types.
- getSeverity() - Method in class net.jini.lookup.entry.StatusBean
-
Get the value of the severity field of the Status object to
which this JavaBeans component is linked.
- getSharedGroupLog() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Shared group log accessor method.
- getShortDescription() - Method in class net.jini.lookup.entry.ServiceType
-
Return a localized short description of this service.
- getShortDescription() - Method in class org.apache.river.lookup.entry.BasicServiceType
-
Returns the resource named "desc", else null.
- getSize() - Method in class org.apache.river.discovery.MulticastMaxPacketSize
-
Returns the multicast packet size limit.
- getSnapshot() - Method in class net.jini.space.AvailabilityEvent
-
Returns a
snapshot of the
Entry
whose
transition triggered this event.
- getSnapshot() - Method in interface net.jini.space.MatchSet
-
Returns a
snapshot of the
Entry
removed by
the last call to
next
.
- getSocketFactory() - Method in class net.jini.jeri.http.HttpEndpoint
-
- getSocketFactory() - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns the SocketFactory
that
HttpEndpoint
objects produced by listening on this
HttpServerEndpoint
will use to create
Socket
objects.
- getSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns the
SocketFactory
that this endpoint uses
to create
Socket
objects.
- getSocketFactory() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns the socket factory that the associated
KerberosEndpoint
instances, which are created by listening on
the
ListenEndpoint
instances of this server
endpoint, use to create
Socket
instances, or
null
if they use default sockets.
- getSocketFactory() - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns the socket factory that this endpoint uses to create
Socket
instances, or
null
if it uses default sockets.
- getSocketFactory() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns the socket factory that the associated
HttpsEndpoint
instances created by listening on this server endpoint use to create
Socket
instances, or
null
if they use default
sockets.
- getSocketFactory() - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns the socket factory that this endpoint uses to create
Socket
instances, or
null
if it uses default sockets.
- getSocketFactory() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns the socket factory that the associated
SslEndpoint
instances created by listening on this server endpoint use to create
Socket
instances, or
null
if they use default
sockets.
- getSocketFactory() - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns the SocketFactory
that this endpoint uses
to create Socket
objects.
- getSocketFactory() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns the SocketFactory
that
TcpEndpoint
objects produced by listening on this
TcpServerEndpoint
will use to create
Socket
objects.
- getSource() - Method in class net.jini.core.event.EventRegistration
-
Returns the source that will be used in all RemoteEvents generated
for this interest registration.
- getSource() - Method in class net.jini.core.event.RemoteEvent
-
The object on which the RemoteEvent initially occurred.
- getSpecialEntry(String) - Method in class net.jini.config.ConfigurationFile
-
Returns the value of the special entry with the specified name.
- getSpecialEntryType(String) - Method in class net.jini.config.ConfigurationFile
-
Returns the type of the special entry with the specified name.
- getState() - Method in class net.jini.core.transaction.server.ServerTransaction
-
Returns the current state of the transaction.
- getState(long) - Method in interface net.jini.core.transaction.server.TransactionManager
-
Returns the current state of the given transaction.
- getStateOrProvince() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the stateOrProvince field in the Address object
linked to by this JavaBeans component.
- getStorageLocation() - Method in interface org.apache.river.admin.StorageLocationAdmin
-
Returns the location of the service's persistent storage.
- getStreet() - Method in class net.jini.lookup.entry.AddressBean
-
Return the value of the street field in the Address object linked to by
this JavaBeans component.
- getString(String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, Object, Object, Object) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Get the format string associated with key
from the
resource bundle for this class.
- getString(String, ResourceBundle) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getString(String, ResourceBundle, Object, Object, Object) - Static method in class org.apache.river.tool.envcheck.Util
-
Print out string according to resourceBundle format.
- getSubject() - Method in interface org.apache.river.api.security.SubjectDomain
-
- GetThreadPoolAction - Class in org.apache.river.thread
-
Provides security-checked access to internal thread pools as a
java.security.PrivilegedAction, to be used conveniently with an
AccessController.doPrivileged or Security.doPrivileged.
- GetThreadPoolAction(boolean) - Constructor for class org.apache.river.thread.GetThreadPoolAction
-
Creates an action that will obtain an internal thread pool.
- getThrowable() - Method in class net.jini.lease.RenewalFailureEvent
-
Returns the Throwable
(if any) that was thrown by
the last renewal attempt.
- getThrowable() - Method in class org.apache.river.lease.BasicRenewalFailureEvent
-
Returns the exception (if any) that was thrown by the last renewal
attempt.
- getTime() - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
-
Returns the deadline for connection establishment.
- getTime() - Method in class net.jini.core.constraint.ConnectionRelativeTime
-
Returns the maximum connection duration in milliseconds.
- getTimeout() - Method in class org.apache.river.discovery.UnicastSocketTimeout
-
Returns the socket timeout.
- getTimeToLive() - Method in class org.apache.river.discovery.MulticastTimeToLive
-
Returns the time to live value.
- getToolkit() - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Return the value of the toolkit
field in the object linked to by
this JavaBeans component.
- getTransition() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns the singleton transition that triggered the event.
- getType() - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns the primitive type of the value associated with this object.
- getUIFactory(ClassLoader) - Method in class net.jini.lookup.entry.UIDescriptor
-
A convenience method for unmarshalling the UI factory stored
in the MarshalledObject
referenced from the
factory
field.
- getUnfulfilledConstraints(OutboundRequestHandle) - Method in interface net.jini.jeri.connection.Connection
-
- getUnfulfilledConstraints() - Method in interface net.jini.jeri.OutboundRequest
-
Returns the requirements that must be at least partially
implemented by higher layers in order to fully satisfy the
requirements for this request.
- getUnfulfilledConstraints() - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns the constraints for this instance which are not, or do not
contain as alternatives, instances of the "fulfillable" (by this layer)
constraint types DiscoveryProtocolVersion
,
ConnectionRelativeTime
, MulticastMaxPacketSize
,
MulticastTimeToLive
, and UnicastSocketTimeout
.
- getUnicastPort() - Method in interface net.jini.lookup.DiscoveryAdmin
-
Returns the port number on which the lookup service listens for
unicast discovery queries.
- getUnicastSocketTimeout(int) - Method in class org.apache.river.discovery.DiscoveryConstraints
-
Returns socket read timeout to use for unicast discovery, or the
specified default value if not constrained.
- getUnusableEntryExceptions() - Method in exception net.jini.entry.UnusableEntriesException
-
- getURLs() - Method in class org.apache.river.api.net.RFC3986URLClassLoader
-
Returns the search list of this URLClassLoader
.
- getUserInfo() - Method in class org.apache.river.api.net.Uri
-
Gets the decoded user-info part of this URI.
- getValue() - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns the primitive value associated with this object, represented
as a primitive wrapper instance.
- getVendor() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the vendor field in the ServiceInfo object
linked to by this JavaBeans component.
- getVerifier() - Method in class org.apache.river.landlord.LeaseFactory
-
Return a TrustVerifier
that will verify the
proxies produced by this factory.
- getVersion() - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Return the value of the version field in the ServiceInfo object
linked to by this JavaBeans component.
- getVersion() - Method in class org.apache.river.discovery.DiscoveryProtocolVersion
-
Returns the protocol version number.
- getWarningCount() - Static method in class org.apache.river.tool.envcheck.Reporter
-
Get the total number of warning records that were generated.
- getX500Principal(String, KeyStore) - Static method in class org.apache.river.config.KeyStores
-
Returns the
X500Principal
for the alias in a
KeyStore
; or
null
if the alias is not found,
if the alias is not associated with a certificate, or if the certificate
is not an
X509Certificate
.
- gid - Variable in class org.apache.river.start.SharedActivatableServiceDescriptor.Created
-
The activation group id of the group hosting the service
- grant(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Grants permissions to the proxy.
- grant(Class, Principal[], Permission[]) - Method in interface net.jini.security.policy.DynamicPolicy
-
If this security policy provider supports dynamic permission grants,
grants the specified permissions to all protection domains (including
ones not yet created) that are associated with the class loader of the
given class and possess at least the given set of principals.
- grant(Class, Principal[], Permission[]) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- grant(PermissionGrant) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- grant(Class, Permission[]) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, delegates to the security policy
provider to grant the specified permissions to all protection domains
(including ones not yet created) that are associated with the class
loader of the given class and possess at least the principals of the
current subject (if any).
- grant(Class, Principal[], Permission[]) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, delegates to the security policy
provider to grant the specified permissions to all protection domains
(including ones not yet created) that are associated with the class
loader of the given class and possess at least the given set of
principals.
- grant(Class, Class) - Static method in class net.jini.security.Security
-
If the installed security policy provider implements the
DynamicPolicy
interface, takes the set of permissions dynamically
granted to the class loader of
fromClass
with the current
subject's principals, determines which of those permissions the calling
context is authorized to grant, and dynamically grants that subset of
the permissions to the class loader of
toClass
, qualified
with the current subject's principals.
- grant(PermissionGrant) - Method in interface org.apache.river.api.security.RevocablePolicy
-
A dynamic grant.
- grant(LeasedResource, long) - Method in class org.apache.river.landlord.FixedLeasePeriodPolicy
-
- grant(LeasedResource, long) - Method in interface org.apache.river.landlord.LeasePeriodPolicy
-
Calculate the initial expiration and duration for
a new lease.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.start.AggregatePolicyProvider
-
If the currently active sub-policy supports dynamic permission grants,
delegates to the corresponding grant
method of the
currently active sub-policy to grant the specified permissions to all
protection domains (including ones not yet created) which are associated
with the class loader of the given class and possess at least the given
set of principals.
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
If both underlying policy providers support dynamic grants, delegates to
the grant
method of the underlying policy associated with
the loader of the given class (the loader-specific policy if the class
loader is null
, the same as or a child of the loader
specified in the constructor for this instance, or the default loader
otherwise).
- grant(Class, Principal[], Permission[]) - Method in class org.apache.river.tool.DebugDynamicPolicyProvider
-
Log calls.
- granted - Variable in class org.apache.river.landlord.Landlord.RenewResults
-
For each cookie passed to
renewAll
,
granted[i]
is the granted lease time, or -1 if the
renewal for that lease generated an exception.
- GrantPermission - Class in net.jini.security
-
Permission required to dynamically grant permissions by security policy
providers which implement the
DynamicPolicy
interface.
- GrantPermission(String) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the permission(s) specified
in the name string.
- GrantPermission(Permission) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the given permission.
- GrantPermission(Permission[]) - Constructor for class net.jini.security.GrantPermission
-
Creates a GrantPermission
for the given permissions.
- grantSupported() - Method in interface net.jini.security.policy.DynamicPolicy
-
Returns true
if this policy provider supports dynamic
permission grants; returns false
otherwise.
- grantSupported() - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- grantSupported() - Static method in class net.jini.security.Security
-
Returns
true
if the installed security policy provider
supports dynamic permission grants--i.e., if it implements the
DynamicPolicy
interface and calling its
grantSupported
method returns
true
.
- grantSupported() - Method in class org.apache.river.start.AggregatePolicyProvider
-
Returns
true
if the currently active sub-policy supports
dynamic grants; this is determined by delegating to the
grantSupported
method of the currently active sub-policy if
it implements the
DynamicPolicy
interface.
- grantSupported() - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
Returns
true
if both of the underlying policy providers
implement
DynamicPolicy
and return
true
from calls
to
grantSupported
; returns
false
otherwise.
- GroupOutputHandler - Interface in org.apache.river.phoenix
-
Defines the interface for handlers of the output of activation group
processes.
- GroupPolicy - Interface in org.apache.river.phoenix
-
- groups - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
The groups of which the announcing lookup service is a member.
- groups - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The groups in which the requestor is interested.
- groups - Variable in class net.jini.discovery.IncomingUnicastResponse
-
The groups the lookup service was a member of, at the time
discovery was performed.
- groups - Variable in class net.jini.discovery.RemoteDiscoveryEvent
-
Map
from the service IDs of the registrars of this event
to the groups in which each registrar is a member.
- id - Variable in class net.jini.core.transaction.server.ServerTransaction
-
The transaction id.
- id - Variable in class net.jini.core.transaction.server.TransactionManager.Created
-
The transaction ID.
- ID<T> - Interface in org.apache.river.lease
-
A mix in interface that provides an identity to be used as a key in Collections.
- identity() - Method in class org.apache.river.landlord.LandlordLease
-
- identity() - Method in interface org.apache.river.lease.ID
-
- ignoreOuterParentClass(boolean) - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
-
- ignoreOuterParentClass() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- IiopExporter - Class in net.jini.iiop
-
An
IiopExporter
can be used to export a single remote object to
the
RMI-IIOP
runtime.
- IiopExporter() - Constructor for class net.jini.iiop.IiopExporter
-
Creates a new exporter which can be used to export a remote object over
IIOP.
- IiopExporter(ORB) - Constructor for class net.jini.iiop.IiopExporter
-
Creates a new exporter which can be used to export a remote object over
IIOP.
- impl - Variable in class org.apache.river.start.NonActivatableServiceDescriptor.Created
-
The reference to the implementation of the created service
- implies(Permission) - Method in class net.jini.discovery.DiscoveryPermission
-
Returns true if the name of this permission (the one on which
the method is invoked) is the same as the name of the
permission parameter, or if the name of this permission starts
with '*' and the remainder (after the '*') is a suffix of the
name of the permission parameter.
- implies(Permission) - Method in class net.jini.security.AccessPermission
-
Returns true
if every fully qualified name that
matches the specified permission's name also matches this
permission's name; returns false
otherwise.
- implies(Permission) - Method in class net.jini.security.AuthenticationPermission
-
Returns true
if the specified permission is an instance
of AuthenticationPermission
, and every action included in
the specified permission is included as an action of this permission,
and every principal that matches the local principals of the specified
permission also matches the local principals of this permission, and
(if the specified permission has any action besides
listen
) every principal that matches the peer principals
of this permission also matches the peer principals of the specified
permission; returns false
otherwise.
- implies(Permission) - Method in class net.jini.security.GrantPermission
-
Returns true
if the given permission is a
GrantPermission
implied by this permission, or
false
otherwise.
- implies(ProtectionDomain, Permission) - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- implies(ProtectionDomain, Permission) - Method in class net.jini.security.policy.PolicyFileProvider
-
- implies(Permission) - Method in class net.jini.security.policy.UmbrellaGrantPermission
-
- implies(Uri) - Method in class org.apache.river.api.net.Uri
-
Indicates whether the specified Uri is implied by this
Uri
.
- implies(ProtectionDomain, Permission) - Method in class org.apache.river.api.security.ConcurrentPolicyFile
-
- implies(Permission) - Method in class org.apache.river.api.security.DelegatePermission
-
- implies(ProtectionDomain) - Method in class org.apache.river.api.security.PermissionGrant
-
A DynamicPolicy implementation can use a PermissionGrant as a container
for Dynamic Grant's.
- implies(ClassLoader, Principal[]) - Method in class org.apache.river.api.security.PermissionGrant
-
Checks if this PermissionGrant applies to the passed in ClassLoader
and Principal's.
- implies(CodeSource, Principal[]) - Method in class org.apache.river.api.security.PermissionGrant
-
Checks if this PermissionGrant applies to the passed in CodeSource
and Principal's.
- implies(ProtectionDomain, Permission) - Method in class org.apache.river.api.security.RemotePolicyProvider
-
- implies(Permission) - Method in class org.apache.river.phoenix.ExecOptionPermission
-
Returns true
if the specified permission is an instance
of ExecOptionPermission
and every option that matches
the name of specified permission also matches the name of this
permission; returns false
otherwise.
- implies(Permission) - Method in class org.apache.river.phoenix.ExecPermission
-
Returns true
if the specified permission is an instance
of ExecPermission
and a FilePermission
constructed with the name of this permission implies a
FilePermission
constructed with the name of the specified
permission; returns false
otherwise.
- implies(ProtectionDomain, Permission) - Method in class org.apache.river.start.AggregatePolicyProvider
-
If the given protection domain is the protection domain of this class,
then true
is returned.
- implies(ProtectionDomain, Permission) - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
If the given protection domain is the protection domain of this class,
then true
is returned.
- implies(Permission) - Method in class org.apache.river.start.SharedActivationPolicyPermission
-
- implies(ProtectionDomain, Permission) - Method in class org.apache.river.tool.DebugDynamicPolicyProvider
-
Always returns true, but logs unique requests
- importLocation - Variable in class org.apache.river.start.ActivateWrapper.ActivateDesc
-
The codebase where the server classes are loaded from by the
activation group.
- inactive(ActivationID, Exporter) - Static method in class net.jini.activation.ActivationGroup
-
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
- InactiveGroupException - Exception in org.apache.river.phoenix
-
Thrown if a local or remote call is made on a group implementation
instance that is inactive.
- InactiveGroupException(String) - Constructor for exception org.apache.river.phoenix.InactiveGroupException
-
Constructs an instance with the specified detail message.
- inactiveObject(ActivationID, Exporter) - Method in class net.jini.activation.ActivationGroup
-
Attempts to make the remote object that is associated with the
specified activation identifier, and that was exported through the
specified exporter, inactive.
- InboundRequest - Interface in net.jini.jeri
-
Represents a request that is being received and the corresponding
response to be sent in reply.
- InboundRequestHandle - Interface in net.jini.jeri.connection
-
Associates information with a request that is being received on a
ServerConnection
.
- IncomingMulticastAnnouncement - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming multicast
announcement packet.
- IncomingMulticastAnnouncement(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastAnnouncement
-
Construct a new object, initialized by unmarshaling the
contents of a multicast announcement packet.
- IncomingMulticastRequest - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming multicast
request packet.
- IncomingMulticastRequest(DatagramPacket) - Constructor for class net.jini.discovery.IncomingMulticastRequest
-
Construct a new object, initialized from the contents of the
given multicast request packet.
- IncomingUnicastRequest - Class in net.jini.discovery
-
Encapsulate the details of unmarshaling an incoming unicast
request.
- IncomingUnicastRequest(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastRequest
-
Construct a new object, initialized by unmarshaling the
contents of an input stream.
- IncomingUnicastResponse - Class in net.jini.discovery
-
This class encapsulates the details of unmarshaling an incoming
unicast response.
- IncomingUnicastResponse(InputStream) - Constructor for class net.jini.discovery.IncomingUnicastResponse
-
Construct a new object, initialized by unmarshaling the
contents of an input stream.
- INFO - Static variable in class org.apache.river.tool.envcheck.Reporter
-
the level at which information messages are generated
- InProgress - Class in org.apache.river.thread
-
This class provides a blocking mechanism that will not proceed while
some operation bounded by this object is in progress.
- InProgress(String) - Constructor for class org.apache.river.thread.InProgress
-
- inProgress() - Method in class org.apache.river.thread.InProgress
-
Return true
if at least one start
has been
invoked without its corresponding stop
.
- insidePackages() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- installedProviders(Class) - Static method in class org.apache.river.resource.Service
-
Locates and incrementally instantiates the available providers of a
given service using the extension class loader.
- installNewProvider(String, ClassLoader) - Static method in class net.jini.loader.ClassLoading
-
Installs a new RMIClassLoaderSpi provider with the ClassLoader
provided.
- INSTANCE - Static variable in class net.jini.config.EmptyConfiguration
-
A Configuration
with no entries.
- Instances(Remote, InvocationDispatcher) - Constructor for class net.jini.jeri.InvocationLayerFactory.Instances
-
Creates a container for a proxy instance and an invocation
dispatcher instance.
- InstantiatorAccessExporter - Class in org.apache.river.phoenix
-
Exporter that wraps an ActivationInstantiator
instance so that
it only accepts calls from the local host.
- InstantiatorAccessExporter() - Constructor for class org.apache.river.phoenix.InstantiatorAccessExporter
-
Creates an exporter with an underlying
JrmpExporter
that
exports on an anonymous port.
- InstantiatorAccessExporter(Exporter) - Constructor for class org.apache.river.phoenix.InstantiatorAccessExporter
-
Creates an exporter with the specified underlying exporter.
- InstantiatorPermission - Class in org.apache.river.phoenix
-
- InstantiatorPermission(String) - Constructor for class org.apache.river.phoenix.InstantiatorPermission
-
Creates an instance with the specified name.
- Integrity - Class in net.jini.core.constraint
-
Represents a constraint on the integrity of message contents, covering not
only data transmitted in band as part of the remote call itself, but also
out-of-band downloaded code.
- integrityEnforced() - Method in interface net.jini.io.context.IntegrityEnforcement
-
Returns true
if object integrity is being enforced, and
false
otherwise.
- integrityEnforced(ObjectInputStream) - Static method in class org.apache.river.proxy.MarshalledWrapper
-
Returns the integrity protection setting of the given stream, determined
as follows: if the stream implements
ObjectStreamContext
and has
in its context collection an object of type
IntegrityEnforcement
, the
integrityEnforced
method
of that object is called and the resulting value returned; otherwise,
false
is returned.
- IntegrityEnforcement - Interface in net.jini.io.context
-
Defines a context element interface for determining if object integrity is
being enforced on a stream or a remote call.
- IntegrityVerifier - Interface in net.jini.security
-
- InternalMailboxException - Exception in org.apache.river.mercury
-
This exception denotes a problem with the local implementation of the
EventMailbox
interface.
- InternalMailboxException(String) - Constructor for exception org.apache.river.mercury.InternalMailboxException
-
Create an exception, passing the string to the superclass'
constructor.
- InternalMailboxException(String, Throwable) - Constructor for exception org.apache.river.mercury.InternalMailboxException
-
Create an exception, passing the string to the superclass'
constructor.
- InternalNormException - Exception in org.apache.river.norm
-
This exception denotes a problem with the local implementation of a
Norm server.
- InternalNormException(String) - Constructor for exception org.apache.river.norm.InternalNormException
-
Create an exception, forwarding a string to the superclass constructor.
- InternalNormException(String, Throwable) - Constructor for exception org.apache.river.norm.InternalNormException
-
Create an exception, forwarding a string and exception to the
superclass constructor.
- InternalSpaceException - Exception in net.jini.space
-
This exception denotes a problem with the local implementation of the
JavaSpace
interface.
- InternalSpaceException(String) - Constructor for exception net.jini.space.InternalSpaceException
-
Create an exception, forwarding a string to the superclass constructor.
- InternalSpaceException(String, Throwable) - Constructor for exception net.jini.space.InternalSpaceException
-
Create an exception, forwarding a string and exception to the
superclass constructor.
- interrupt() - Method in class org.apache.river.thread.InterruptedStatusThread
-
- interrupt() - Method in interface org.apache.river.thread.InterruptedStatusThread.Interruptable
-
- InterruptedStatusThread - Class in org.apache.river.thread
-
Common Thread subclass to handle potential loss of
interrupted status.
- InterruptedStatusThread() - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(Runnable) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(Runnable, String) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(String) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(ThreadGroup, Runnable) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread(ThreadGroup, String) - Constructor for class org.apache.river.thread.InterruptedStatusThread
-
Constructs a new InterruptedStatusThread
object.
- InterruptedStatusThread.Interruptable - Interface in org.apache.river.thread
-
A Runnable task can implement this to be interrupted if something
special needs to be done to cause the Runnable to notice it's been
interrupted.
- InvalidIteratorException - Exception in net.jini.event
-
An exception thrown when an event iterator becomes invalid.
- InvalidIteratorException(String) - Constructor for exception net.jini.event.InvalidIteratorException
-
Constructs an InvalidIteratorException with the specified detail message.
- InvalidIteratorException() - Constructor for exception net.jini.event.InvalidIteratorException
-
Constructs an InvalidIteratorException with no detail message.
- InvocationConstraint - Interface in net.jini.core.constraint
-
The marker interface used to identify constraints for method invocations.
- InvocationConstraints - Class in net.jini.core.constraint
-
An immutable aggregation of constraints into a set of requirements and a
set of preferences.
- InvocationConstraints(InvocationConstraint, InvocationConstraint) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has the first constraint, req
,
added as a requirement if it is a non-null
value, and has
the second constraint, pref
, added as a preference if it
is a non-null
value and is not a duplicate of the
requirement.
- InvocationConstraints(InvocationConstraint[], InvocationConstraint[]) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has all of the constraints from the first
array, reqs
, added as requirements if the array is a
non-null
value, and has all of the constraints from
the second array, prefs
, added as preferences if the
array is a non-null
value.
- InvocationConstraints(Collection<InvocationConstraint>, Collection<InvocationConstraint>) - Constructor for class net.jini.core.constraint.InvocationConstraints
-
Creates an instance that has all of the constraints from the first
collection, reqs
, added as requirements if the collection
is a non-null
value, and has all of the constraints from
the second collection, prefs
, added as preferences if the
collection is a non-null
value.
- InvocationDispatcher - Interface in net.jini.jeri
-
An abstraction used to handle incoming call requests for a remote
object.
- InvocationLayerFactory - Interface in net.jini.jeri
-
A factory for creating a compatible proxy and invocation dispatcher for
a remote object being exported.
- InvocationLayerFactory.Instances - Class in net.jini.jeri
-
- invoke(Object, Method, Object[]) - Method in class net.jini.activation.ActivatableInvocationHandler
-
Processes a method invocation made on the encapsulating
proxy instance, proxy
, and returns the result.
- invoke(Remote, Method, Object[], Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
-
Invokes the specified method
on the specified remote
object impl
, with the specified arguments.
- invoke(Object, Method, Object[]) - Method in class net.jini.jeri.BasicInvocationHandler
-
Processes a method invocation made on the encapsulating
proxy instance, proxy
, and returns the result.
- invoke(Object, Method, Object[]) - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Executes the specified method with the specified arguments on the
specified proxy, and returns the return value, if any.
- invoke(Remote, Method, Object[], Collection) - Method in class org.apache.river.phoenix.SystemAccessILFactory.SystemDispatcher
-
Checks the group policy as necessary, and then calls the superclass
invoke
method with the same arguments, and returns
the result.
- isAbsolute() - Method in class org.apache.river.api.net.Uri
-
Indicates whether this URI is absolute, which means that a scheme part is
defined in this URI.
- isCancelled() - Method in class org.apache.river.thread.RetryTask
-
Return true
if cancel
has been invoked.
- isDaemon() - Method in class org.apache.river.thread.WakeupManager.ThreadDesc
-
Returns true
if the the thread will be daemon
thread, returns false
otherwise.
- isDiscarded() - Method in class net.jini.discovery.RemoteDiscoveryEvent
-
Returns the value of the boolean flag that indicates whether this
event is a discovery event or a discard event.
- isDone() - Method in class org.apache.river.thread.RetryTask
-
Return true
if tryOnce
has returned
successfully.
- isEmpty() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns true
if the instance has no requirements and no
preferences; returns false
otherwise.
- isEmpty() - Method in class org.apache.river.lease.AbstractLeaseMap
-
- isEmpty() - Method in class org.apache.river.thread.WakeupManager
-
Return whether the queue is currently empty.
- isNested() - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- isNested() - Method in class net.jini.core.transaction.server.ServerTransaction
-
Return true if the transaction has a parent, false if the transaction
is top level.
- isOpaque() - Method in class org.apache.river.api.net.Uri
-
Indicates whether this URI is opaque or not.
- isPluginOption(String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
- isPluginOption(String) - Method in interface org.apache.river.tool.envcheck.Plugin
-
Determine whether arg
is a plugin-specific command-line
option for this plugin and save any necessary state.
- isPreferredResource(String, boolean) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns true
if a class or resource with the
specified name is preferred for this class loader, and
false
if a class or resource with the specified
name is not preferred for this loader.
- isPrivileged() - Method in class org.apache.river.api.security.PermissionGrant
-
Optimisation for AllPermission.
- isRootClass() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
If this a root dependant, the class was used to discover dependencies.
- isShutdown() - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- isTerminated() - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- isTrustedInvocationHandler(InvocationHandler, TrustVerifier.Context) - Method in class net.jini.jeri.BasicJeriTrustVerifier
-
Returns true
if the specified invocation
handler is trusted by this trust verifier; returns
false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.constraint.ConstraintTrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.discovery.ConstrainableLookupLocatorTrustVerifier
-
Returns true
if the specified object is a trusted
ConstrainableLookupLocator
instance; returns
false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.jeri.BasicJeriTrustVerifier
-
Returns true
if the specified object is a trusted
Jini ERI dynamic proxy or a trusted Jini ERI object endpoint;
returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.jeri.kerberos.KerberosTrustVerifier
-
Returns
true
if the object is an instance of
KerberosEndpoint
and the
SocketFactory
it
uses internally, if not
null
, is trusted by the
given
TrustVerifier.Context
, or the object is an
instance of
KerberosPrincipal
.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.jeri.ssl.SslTrustVerifier
-
- isTrustedObject(Object, TrustVerifier.Context) - Method in class net.jini.security.proxytrust.ProxyTrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object) - Method in interface net.jini.security.TrustVerifier.Context
-
Returns true
if the specified object is trusted to
correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in interface net.jini.security.TrustVerifier
-
Returns true
if the specified object is known to be
trusted to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class org.apache.river.discovery.DiscoveryConstraintTrustVerifier
-
Returns true
if the specified object is known to be trusted
to correctly implement its contract; returns false
otherwise.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class org.apache.river.landlord.LandlordProxyVerifier
-
Returns true
if the specified proxy object (that is
not yet known to be trusted) is equivalent in trust, content, and
function to the canonical server reference this object was
constructed with; otherwise returns false
.
- isTrustedObject(Object, TrustVerifier.Context) - Method in class org.apache.river.proxy.BasicProxyTrustVerifier
-
Verifies trust in a proxy.
- isTrustedProxyInterface(Class, TrustVerifier.Context) - Method in class net.jini.jeri.BasicJeriTrustVerifier
-
Returns true
if the specified dynamic proxy interface is
trusted by this verifier; returns false
otherwise.
- isVisibilityTransition() - Method in class net.jini.space.AvailabilityEvent
-
Returns
true
if the transition that triggered
this event was a transition from
invisible to
visible as well as a transition from unavailable to
available, and
false
otherwise.
- isVoid() - Method in class org.apache.river.api.security.PermissionGrant
-
Returns true if this PermissionGrant defines no Permissions, or if
a PermissionGrant was made to a ProtectionDomain that no longer exists.
- items - Variable in class net.jini.core.lookup.ServiceMatches
-
Matching items (up to maxMatches from lookup method).
- Landlord - Interface in org.apache.river.landlord
-
Interface that granters of leases must implement in order to work
with the LandlordLease
implementation of the
Lease
interface.
- Landlord.RenewResults - Class in org.apache.river.landlord
-
- LandlordLease - Class in org.apache.river.landlord
-
Basic implementation of net.jini.core.lease.Lease
that works
with the the Landlord protocol.
- LandlordLease(Uuid, Landlord, Uuid, long) - Constructor for class org.apache.river.landlord.LandlordLease
-
Create a new LandlordLease
.
- LandlordLeaseMap - Class in org.apache.river.landlord
-
Implementation of LeaseMap
for LandlordLease
.
- LandlordProxyVerifier - Class in org.apache.river.landlord
-
This class defines a trust verifier for the proxies defined
in the landlord package.
- LandlordProxyVerifier(Landlord, Uuid) - Constructor for class org.apache.river.landlord.LandlordProxyVerifier
-
Returns a verifier for the proxies defined in the landlord
package with the specified server reference and server
Uuid
.
- LandlordUtil - Class in org.apache.river.landlord
-
Static methods useful for implementing landlords.
- LandlordUtil() - Constructor for class org.apache.river.landlord.LandlordUtil
-
- launch(String, String[]) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Launch a child VM using the java
command, properties, and
options supplied on the command line being analyzed.
- launch(String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Launch a child VM using the java
command, properties, and
options supplied on the command line.
- launch(String, Properties, String[], String[]) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Launch a subtask VM using the java
command given by
javaCmd
.
- launch(NonActivatableServiceDescriptor, SharedActivationGroupDescriptor, String) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Launch a subtask using the environment defined by the given service
descriptors.
- launch(NonActivatableServiceDescriptor, SharedActivationGroupDescriptor, String, String[]) - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Launch a subtask using the environment defined by the given service
descriptors.
- Lease - Interface in net.jini.core.lease
-
The Lease interface defines a type of object that is returned to the
lease holder and issued by the lease grantor.
- lease - Variable in class net.jini.core.transaction.NestableTransaction.Created
-
The lease.
- lease - Variable in class net.jini.core.transaction.server.TransactionManager.Created
-
The lease.
- lease - Variable in class net.jini.core.transaction.Transaction.Created
-
The lease.
- LeaseDeniedException - Exception in net.jini.core.lease
-
An exception generated when a lease request or renewal is denied.
- LeaseDeniedException() - Constructor for exception net.jini.core.lease.LeaseDeniedException
-
Constructs an LeaseDeniedException with no detail message.
- LeaseDeniedException(String) - Constructor for exception net.jini.core.lease.LeaseDeniedException
-
Constructs an LeaseDeniedException with the specified detail message.
- LeasedResource - Interface in org.apache.river.landlord
-
Server side representation of a lease
- LeaseException - Exception in net.jini.core.lease
-
Generic superclass for specific lease exceptions.
- LeaseException() - Constructor for exception net.jini.core.lease.LeaseException
-
Constructs an LeaseException with no detail message.
- LeaseException(String) - Constructor for exception net.jini.core.lease.LeaseException
-
Constructs an LeaseException with the specified detail message.
- LeaseFactory - Class in org.apache.river.landlord
-
- LeaseFactory(Landlord, Uuid) - Constructor for class org.apache.river.landlord.LeaseFactory
-
Create a new LeaseFactory
that will create
LandlordLease
s with the specified
Landlord
and landlord Uuid
.
- LeaseListener - Interface in net.jini.lease
-
The interface that receivers of LeaseRenewalEvent
instances must implement.
- LeaseMap<K,V> - Interface in net.jini.core.lease
-
An Map from Lease to Long (the duration to use when
renewing the lease).
- LeaseMapException - Exception in net.jini.core.lease
-
An exception generated when a LeaseMap renewAll or cancelAll call
generates exceptions on one or more leases in the map.
- LeaseMapException(String, Map<Lease, Exception>) - Constructor for exception net.jini.core.lease.LeaseMapException
-
Constructs a LeaseMapException for the specified map with a
detail message.
- LeasePeriodPolicy - Interface in org.apache.river.landlord
-
Interface for objects that define what policy to use
when calculating lease grants and renewals.
- LeasePeriodPolicy.Result - Class in org.apache.river.landlord
-
Simple class that holds a pair of times, the
new expiration and duration for a lease.
- LeaseRenewalEvent - Class in net.jini.lease
-
Event generated when a LeaseRenewalManager
cannot renew
a lease.
- LeaseRenewalEvent(LeaseRenewalManager, Lease, long, Throwable) - Constructor for class net.jini.lease.LeaseRenewalEvent
-
Constructs an instance of this class with the specified state.
- LeaseRenewalManager - Class in net.jini.lease
-
Provides for the systematic renewal and overall management of a set
of leases associated with one or more remote entities on behalf of a
local entity.
- LeaseRenewalManager() - Constructor for class net.jini.lease.LeaseRenewalManager
-
No-argument constructor that creates an instance of this class
that initially manages no leases.
- LeaseRenewalManager(Configuration) - Constructor for class net.jini.lease.LeaseRenewalManager
-
Constructs an instance of this class that initially manages no leases
and that uses config
to control implementation-specific
details of the behavior of the instance created.
- LeaseRenewalManager(Lease, long, LeaseListener) - Constructor for class net.jini.lease.LeaseRenewalManager
-
Constructs an instance of this class that will initially manage a
single lease.
- LeaseRenewalService - Interface in net.jini.lease
-
Interface to the lease renewal service.
- LeaseRenewalSet - Interface in net.jini.lease
-
A collection of leases being managed by a lease renewal service.
- LeaseUnmarshalException - Exception in net.jini.lease
-
Exception thrown when a lease renewal set can't unmarshal one or more
leases being returned by a getLeases
call.
- LeaseUnmarshalException(String, Lease[], MarshalledObject[], Throwable[]) - Constructor for exception net.jini.lease.LeaseUnmarshalException
-
Constructs a new instance of LeaseUnmarshalException
with a specified message.
- LeaseUnmarshalException(Lease[], MarshalledObject[], Throwable[]) - Constructor for exception net.jini.lease.LeaseUnmarshalException
-
Constructs a new instance of LeaseUnmarshalException
.
- Levels - Class in org.apache.river.logging
-
Defines additional
Level
values.
- LifeCycle - Interface in org.apache.river.start
-
The interface used to manage the lifecycle of shared, non-activatable
services started by the
service starter.
- listen(RequestDispatcher) - Method in interface net.jini.jeri.ServerEndpoint.ListenEndpoint
-
Listens for requests received on the communication endpoint
represented by this
ListenEndpoint
,
dispatching them to the supplied
RequestDispatcher
in the form of
InboundRequest
instances.
- listeners - Variable in class org.apache.river.thread.ObservableFutureTask
-
- loadClass(String, String, ClassLoader, boolean, ClassLoader) - Static method in class net.jini.loader.ClassLoading
-
- LoadClass - Class in net.jini.loader
-
LoadClass delegates to @link {Class#forName(String, boolean, ClassLoader)},
calls to each ClassLoader are thread confined.
- loadClass(String, boolean) - Method in class net.jini.loader.pref.PreferredClassLoader
-
Loads a class with the specified name.
- loadClass(String, String, ClassLoader) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- loadClass(String, String, ClassLoader, boolean, ClassLoader) - Static method in class org.apache.river.proxy.CodebaseProvider
-
- LoaderSplitPolicyProvider - Class in org.apache.river.start
-
Security policy provider which handles permission queries and grants by
delegating to different policy providers depending on the class loader
involved.
- LoaderSplitPolicyProvider(ClassLoader, Policy, Policy) - Constructor for class org.apache.river.start.LoaderSplitPolicyProvider
-
Creates a new LoaderSplitPolicyProvider
instance which
delegates to loaderPolicy
any permission query/grant
operations involving protection domains or classes with the given class
loader, any child class loader of the given class loader, or the
null
class loader; all other operations are delegated to
defaultPolicy
(with the exception of refresh
,
which applies to both policies).
- loadFactor - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Threshold for creating new threads
- loadProxyClass(String, String[], ClassLoader, boolean, ClassLoader) - Static method in class net.jini.loader.ClassLoading
-
- loadProxyClass(String, String[], ClassLoader) - Method in class net.jini.loader.pref.PreferredClassProvider
-
- loadProxyClass(String, String[], ClassLoader, boolean, ClassLoader) - Static method in class org.apache.river.proxy.CodebaseProvider
-
- LocalHostLookup - Class in org.apache.river.config
-
Provides river with the external host network identity.
- LocalHostLookupSpi - Class in org.apache.river.config
-
Provides a pluggable provider for LocalHostLookup.
- LocalHostLookupSpi() - Constructor for class org.apache.river.config.LocalHostLookupSpi
-
- locality - Variable in class net.jini.lookup.entry.Address
-
City or locality name.
- LocalLandlord - Interface in org.apache.river.landlord
-
Interface that defines the basic landlord primitives (renew and
cancel) as local methods.
- Location - Class in net.jini.lookup.entry
-
The location of the physical component of a service.
- Location() - Constructor for class net.jini.lookup.entry.Location
-
Construct an empty instance of this class.
- Location(String, String, String) - Constructor for class net.jini.lookup.entry.Location
-
Construct an instance of this class, with all fields
initialized appropriately.
- LocationBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Location object.
- LocationBean() - Constructor for class net.jini.lookup.entry.LocationBean
-
Construct a new JavaBeans component linked to a new empty
Location object.
- locator - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
The LookupLocator that has been announced.
- LogException - Exception in org.apache.river.reliableLog
-
This class can be used to represent all exceptional conditions that
occur during any logging process.
- LogException() - Constructor for exception org.apache.river.reliableLog.LogException
-
Create a wrapper exception for exceptions that occur during a logging
operation.
- LogException(String) - Constructor for exception org.apache.river.reliableLog.LogException
-
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string.
- LogException(String, Throwable) - Constructor for exception org.apache.river.reliableLog.LogException
-
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string and the specified
nested exception.
- logger - Static variable in class org.apache.river.thread.RetryTask
-
Logger for this class
- logger - Static variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Logger
- LogHandler - Class in org.apache.river.reliableLog
-
A LogHandler represents snapshots and update records as serializable
objects.
- LogHandler() - Constructor for class org.apache.river.reliableLog.LogHandler
-
Creates a LogHandler for a ReliableLog.
- LogInputStream - Class in org.apache.river.reliableLog
-
This class extends the functionality of the java.io.InputStream class
in order to provide an input mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
- LogInputStream(InputStream, int) - Constructor for class org.apache.river.reliableLog.LogInputStream
-
Creates a log input file with the specified input stream.
- LogManager - Class in org.apache.river.logging
-
Defines a
LogManager
that insures that the
Levels.FAILED
and
Levels.HANDLED
fields, instances of
Level
, have been initialized, and that can
periodically check for changes to the logging configuration file and force
it to be reread.
- LogManager() - Constructor for class org.apache.river.logging.LogManager
-
Creates an instance of this class.
- LogOps - Interface in org.apache.river.outrigger
-
Methods that log an operation.
- LogOutputStream - Class in org.apache.river.outrigger.snaplogstore
-
This class extends the functionality of the java.io.OutputStream class
in order to provide an output mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
- LogOutputStream(RandomAccessFile) - Constructor for class org.apache.river.outrigger.snaplogstore.LogOutputStream
-
Creates an output file with the specified RandomAccessFile
- LogOutputStream - Class in org.apache.river.reliableLog
-
This class extends the functionality of the java.io.OutputStream class
in order to provide an output mechanism that can be used by processes
that perform logging operations; in particular, processes that store
state in order to provide persistence.
- LogOutputStream(RandomAccessFile) - Constructor for class org.apache.river.reliableLog.LogOutputStream
-
Creates an output file with the specified RandomAccessFile
- logSize() - Method in class org.apache.river.reliableLog.ReliableLog
-
Returns the current size of the incremental update log file in bytes;
- LogStore - Class in org.apache.river.outrigger.snaplogstore
-
- LogStore(Configuration) - Constructor for class org.apache.river.outrigger.snaplogstore.LogStore
-
Create a new LogStore
.
- logThrow(Logger, Level, Class, String, String, Object[], Throwable) - Static method in class org.apache.river.logging.LogUtil
-
Convenience method used to log a throw operation when message parameters
and a Throwable are used.
- LogUtil - Class in org.apache.river.logging
-
A set of static convenience methods used for logging.
- lookup(ServiceTemplate) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns the service object (i.e., just ServiceItem.service) from an
item matching the template, or null if there is no match.
- lookup(ServiceTemplate, int) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Returns at most maxMatches items matching the template, plus the total
number of items that match the template.
- lookup(ServiceItemFilter) - Method in interface net.jini.lookup.LookupCache
-
Finds a ServiceItem
object that satisfies the given
filter
parameter.
- lookup(ServiceItemFilter, int) - Method in interface net.jini.lookup.LookupCache
-
Finds an array of instances of ServiceItem
that each
satisfy the given filter
parameter.
- lookup(ServiceTemplate, ServiceItemFilter) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
Queries each available lookup service in the set of lookup services
managed by the ServiceDiscoveryManager
(the managed
set) for a service reference that matches criteria defined by the
entity that invokes this method.
- lookup(ServiceTemplate, ServiceItemFilter, long) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
Queries each available lookup service in the managed set for a service
that matches the input criteria.
- lookup(ServiceTemplate, int, ServiceItemFilter) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
Queries each available lookup service in the managed set for service(s)
that match the input criteria.
- lookup(ServiceTemplate, int, int, ServiceItemFilter, long) - Method in class net.jini.lookup.ServiceDiscoveryManager
-
Queries each available lookup service in the managed set for service(s)
that match the input criteria.
- LookupAttributes - Class in org.apache.river.lookup.entry
-
Some simple utilities for manipulating lookup service attributes.
- LookupCache - Interface in net.jini.lookup
-
- LookupDiscovery - Class in net.jini.discovery
-
This class is a helper utility class that encapsulates the functionality
required of an entity that wishes to employ multicast discovery to
find lookup services located within the entity's "multicast radius"
(roughly, the number of hops beyond which neither the multicast requests
from the entity, nor the multicast announcements from the lookup service,
will propagate).
- LookupDiscovery(String[]) - Constructor for class net.jini.discovery.LookupDiscovery
-
Construct a new lookup discovery object, set to discover the
given set of groups.
- LookupDiscovery(String[], Configuration) - Constructor for class net.jini.discovery.LookupDiscovery
-
Constructs a new lookup discovery object, set to discover the
given set of groups, and having the given Configuration
.
- LookupDiscoveryManager - Class in net.jini.discovery
-
This class is a helper utility class that organizes and manages all
discovery-related activities on behalf of a client or service.
- LookupDiscoveryManager(String[], LookupLocator[], DiscoveryListener) - Constructor for class net.jini.discovery.LookupDiscoveryManager
-
Constructs an instance of this class that will organize and manage
all discovery-related activities on behalf of the client or service
that instantiates this class.
- LookupDiscoveryManager(String[], LookupLocator[], DiscoveryListener, Configuration) - Constructor for class net.jini.discovery.LookupDiscoveryManager
-
Constructs an instance of this class, using the given
Configuration
, that will organize and manage all
discovery-related activities on behalf of the client or service
that instantiates this class.
- LookupDiscoveryRegistration - Interface in net.jini.discovery
-
When a client requests a registration with a lookup discovery service,
an instance of this interface is returned.
- LookupDiscoveryService - Interface in net.jini.discovery
-
Defines the interface to the lookup discovery service.
- LookupLocator - Class in net.jini.core.discovery
-
LookupLocator supports unicast discovery, using either Discovery V1 or V2.
- LookupLocator(String) - Constructor for class net.jini.core.discovery.LookupLocator
-
Construct a new LookupLocator
object, set up to perform
discovery to the given URL.
- LookupLocator(String, int) - Constructor for class net.jini.core.discovery.LookupLocator
-
Construct a new LookupLocator
object, set to perform unicast
discovery to the input host
and port
.
- LookupLocatorDiscovery - Class in net.jini.discovery
-
This class encapsulates the functionality required of an entity that
wishes to employ the unicast discovery protocol to discover a lookup
service.
- LookupLocatorDiscovery(LookupLocator[]) - Constructor for class net.jini.discovery.LookupLocatorDiscovery
-
Creates an instance of this class (LookupLocatorDiscovery
),
with an initial array of LookupLocator
s to be managed.
- LookupLocatorDiscovery(LookupLocator[], Configuration) - Constructor for class net.jini.discovery.LookupLocatorDiscovery
-
Constructs a new lookup locator discovery object, set to discover the
given set of locators, and having the given Configuration
.
- LookupUnmarshalException - Exception in net.jini.discovery
-
When unmarshalling an instance of MarshalledObject
, different
exceptions can occur.
- LookupUnmarshalException(ServiceRegistrar[], MarshalledObject[], Throwable[]) - Constructor for exception net.jini.discovery.LookupUnmarshalException
-
Constructs a new instance of LookupUnmarshalException
.
- LookupUnmarshalException(ServiceRegistrar[], MarshalledObject[], Throwable[], String) - Constructor for exception net.jini.discovery.LookupUnmarshalException
-
Constructs a new instance of LookupUnmarshalException
.
- Name - Class in net.jini.lookup.entry
-
The name of a service as used by users.
- Name() - Constructor for class net.jini.lookup.entry.Name
-
Construct an empty instance of this class.
- Name(String) - Constructor for class net.jini.lookup.entry.Name
-
Construct an instance of this class, with all fields
initialized appropriately.
- name - Variable in class net.jini.lookup.entry.Name
-
The name itself.
- name - Variable in class net.jini.lookup.entry.ServiceInfo
-
The name of the product or package of which this service is an
instance.
- NameBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Name object.
- NameBean() - Constructor for class net.jini.lookup.entry.NameBean
-
Construct a new JavaBeans component, linked to a new empty Name object.
- NamedThreadFactory - Class in org.apache.river.thread
-
A utility to help readability of pool threads
- NamedThreadFactory(String, boolean) - Constructor for class org.apache.river.thread.NamedThreadFactory
-
- needThread() - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Return true if a new thread should be created (ignoring maxThreads).
- NestableServerTransaction - Class in net.jini.core.transaction.server
-
Class implementing the NestableTransaction
interface, for use
with transaction participants that implement the default transaction
semantics.
- NestableServerTransaction(NestableTransactionManager, long, NestableServerTransaction) - Constructor for class net.jini.core.transaction.server.NestableServerTransaction
-
Simple constructor.
- NestableTransaction - Interface in net.jini.core.transaction
-
Interface for classes representing nestable transactions returned by
NestableTransactionManager
servers for use with transaction
participants that implement the default transaction semantics.
- NestableTransaction.Created - Class in net.jini.core.transaction
-
Class that holds return values from create methods.
- NestableTransactionManager - Interface in net.jini.core.transaction.server
-
The interface used for managers of the two-phase commit protocol for
nestable transactions.
- nestedException - Variable in exception net.jini.space.InternalSpaceException
-
The exception (if any) that triggered the internal exception.
- nestedException - Variable in exception org.apache.river.mercury.InternalMailboxException
-
The exception (if any) that triggered the internal exception.
- nestedException - Variable in exception org.apache.river.norm.InternalNormException
-
The exception (if any) that triggered the internal exception.
- nestedExceptions - Variable in exception net.jini.core.entry.UnusableEntryException
-
The exception that caused the failure for the corresponding
field named in unusableFields.
- net.jini.activation - package 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.admin - package net.jini.admin
-
These interfaces provide common ways to export
particular administrative functionality.
- net.jini.config - package net.jini.config
-
Provides a
Configuration
interface for obtaining
objects needed to configure applications, such as
Exporter
or
ProxyPreparer
instances, or other application-specific objects, from configuration
files, databases, or other sources.
- net.jini.constraint - package net.jini.constraint
-
- net.jini.core.constraint - package net.jini.core.constraint
-
Defines constraints and collections of constraints that can be used to control
method invocation, and an interface that proxies implement to allow clients
to specify constraints for remote method calls.
- net.jini.core.discovery - package net.jini.core.discovery
-
A standard utility class for finding particular lookup services.
- net.jini.core.entry - package net.jini.core.entry
-
The Entry
interface and its associated
UnusableEntryException
are used by the lookup service
to represent service-specific attributes and by the JavaSpace
interface to mark entries.
- net.jini.core.event - package net.jini.core.event
-
The RemoteEventListener
interface and related standard classes.
- net.jini.core.lease - package net.jini.core.lease
-
These are distributed leasing interfaces and classes.
- net.jini.core.lookup - package net.jini.core.lookup
-
These are the lookup service interfaces and classes.
- net.jini.core.transaction - package net.jini.core.transaction
-
These are the transaction abstraction's interfaces and classes.
- net.jini.core.transaction.server - package net.jini.core.transaction.server
-
These are the default transaction semantics for participant/manager interaction.
- net.jini.discovery - package net.jini.discovery
-
These are utility classes and interfaces that conform to the discovery and join
protocol defined in the Jini Discovery and Join Specification.
- net.jini.entry - package net.jini.entry
-
Provides classes that are useful when handling or implementing
entries.
- net.jini.event - package net.jini.event
-
- net.jini.export - package 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.id - package net.jini.id
-
Provides classes and interfaces for using universally unique
identifiers.
- net.jini.iiop - package net.jini.iiop
-
- net.jini.io - package net.jini.io
-
Provides I/O interfaces and utility classes.
- net.jini.io.context - package net.jini.io.context
-
- net.jini.jeri - package net.jini.jeri
-
Provides the fundamental abstractions and standard implementation
classes for Jini extensible remote invocation (Jini ERI).
- net.jini.jeri.connection - package net.jini.jeri.connection
-
Provides interfaces and classes for implementing connection-based
Jini extensible remote invocation (Jini ERI) transport layer
providers.
- net.jini.jeri.http - package net.jini.jeri.http
-
Provides implementations of the
Endpoint
and
ServerEndpoint
abstractions that use HTTP
messages sent over TCP sockets as the underlying communication
mechanism.
- net.jini.jeri.kerberos - package net.jini.jeri.kerberos
-
Provides implementations of
Endpoint
and
ServerEndpoint
that use Kerberos as the underlying
network security protocol to support security related invocation
constraints for remote requests.
- net.jini.jeri.ssl - package net.jini.jeri.ssl
-
Provides implementations of
Endpoint
and
ServerEndpoint
that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints.
- net.jini.jeri.tcp - package net.jini.jeri.tcp
-
Provides implementations of the
Endpoint
and
ServerEndpoint
abstractions that use TCP sockets
as the underlying communication mechanism.
- net.jini.jrmp - package net.jini.jrmp
-
Provides an
Exporter
implementation,
JrmpExporter
, that can be used to export
and unexport activatable and non-activatable
JRMP remote objects.
- net.jini.lease - package net.jini.lease
-
Standard service and utility classes for managing leases.
- net.jini.loader - package net.jini.loader
-
Provides interfaces and utility classes related to dynamic class
loading with
RMIClassLoader
.
- net.jini.loader.pref - package net.jini.loader.pref
-
Provides class loader and
RMIClassLoader
provider implementations that support
preferred classes.
- net.jini.lookup - package net.jini.lookup
-
Standard utility classes for managing the join state of a service
and the service discovery duties of a client or service.
- net.jini.lookup.entry - package net.jini.lookup.entry
-
These are common entry classes for use as attributes in lookup services and
their associated JavaBeans(TM) component wrapping classes.
- net.jini.security - package net.jini.security
-
Provides mechanisms and abstractions for managing security, especially in the
presence of dynamically downloaded code.
- net.jini.security.policy - package net.jini.security.policy
-
Provides an interface for security policy providers capable of dynamic
permission grants, an interface for security manager or policy providers
that use custom security context state, and a security policy provider
supporting dynamic permission grants.
- net.jini.security.proxytrust - package 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.
- net.jini.space - package net.jini.space
-
JavaSpaces servers provide a place on the network, a space,
for clients to store and exchange objects.
- net.jini.url.file - package net.jini.url.file
-
Provides support for FILE URLs.
- net.jini.url.httpmd - package net.jini.url.httpmd
-
Provides support for the HTTPMD URL protocol.
- net.jini.url.https - package net.jini.url.https
-
Provides support for HTTPS URLs.
- newBuffer() - Method in interface org.apache.river.discovery.DatagramBufferFactory
-
Returns a byte buffer into which to write encoded multicast packet data.
- newBuilder() - Static method in class org.apache.river.api.security.PermissionGrantBuilder
-
- newCall(InvocationConstraints) - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new remote call to the referenced remote object using the
specified constraints.
- newCall(InvocationConstraints) - Method in interface net.jini.jeri.ObjectEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new remote call to the referenced remote object using the
specified constraints.
- newCondition() - Method in class org.apache.river.thread.ReadersWriter
-
Condition for use with writeLock()
- newInstance(URL[], ClassLoader, String, boolean) - Static method in class net.jini.loader.pref.PreferredClassLoader
-
Creates a new instance of PreferredClassLoader
that loads classes and resources from the specified path of
URLs and delegates to the specified parent class loader.
- newInstance(URL[]) - Static method in class org.apache.river.api.net.RFC3986URLClassLoader
-
Returns a new URLClassLoader
instance for the given URLs and the
system ClassLoader
as its parent.
- newInstance(URL[], ClassLoader) - Static method in class org.apache.river.api.net.RFC3986URLClassLoader
-
Returns a new URLClassLoader
instance for the given URLs and the
specified ClassLoader
as its parent.
- newInstance(String, String, boolean) - Static method in class org.apache.river.tool.classdepend.ClassDepend
-
Public Factory method for creating a new instance of ClassDepend.
- newLease(Uuid, long) - Method in class org.apache.river.landlord.LeaseFactory
-
Return a new LandlordLease
with the specified
initial expiration and cookie using the inner proxy and
Uuid
the factory was created with.
- newPermissionCollection() - Method in class net.jini.discovery.DiscoveryPermission
-
- newPermissionCollection() - Method in class net.jini.security.AuthenticationPermission
-
Returns an empty PermissionCollection
for storing
AuthenticationPermission
instances.
- newPermissionCollection() - Method in class net.jini.security.GrantPermission
-
Returns a newly created empty mutable permission collection for
GrantPermission
instances.
- newPermissionCollection() - Method in class org.apache.river.api.security.DelegatePermission
-
- newPermissionCollection() - Method in class org.apache.river.start.SharedActivationPolicyPermission
-
- newRequest(OutboundRequestHandle) - Method in class net.jini.jeri.connection.ConnectionManager
-
Returns an OutboundRequestIterator
to use to send a new
request for the specified handle to this connection manager's
ConnectionEndpoint
.
- newRequest(InvocationConstraints) - Method in interface net.jini.jeri.Endpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newRequest(InvocationConstraints) - Method in class net.jini.jeri.http.HttpEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newRequest(InvocationConstraints) - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newRequest(InvocationConstraints) - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newRequest(InvocationConstraints) - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newRequest(InvocationConstraints) - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns an OutboundRequestIterator
to use to send
a new request to this remote endpoint using the specified
constraints.
- newSerialExecutor(BlockingQueue<Callable<T>>) - Method in class org.apache.river.thread.SynchronousExecutors
-
The ExecutorService returned, supports a subset of ExecutorService
methods, the intent of this executor is to serialize the execution
of tasks, it is up to the BlockingQueue or caller to ensure order, only
one task will execute at a time, that task will be retried if it fails,
using a back off strategy of 1, 5 and 10 seconds, followed by 1, 1 and 5
minutes thereafter forever, no other task will execute until the task
at the head of the queue is completed successfully.
- newTaskFor(Runnable, T) - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- newTaskFor(Callable<T>) - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- newTaskFor(Runnable, T) - Method in interface org.apache.river.thread.ExtensibleExecutorService.RunnableFutureFactory
-
Returns a RunnableFuture for the given runnable and default
value.
- newTaskFor(Callable<T>) - Method in interface org.apache.river.thread.ExtensibleExecutorService.RunnableFutureFactory
-
Returns a RunnableFuture for the given callable task.
- newThread(Runnable) - Method in class org.apache.river.thread.NamedThreadFactory
-
- NewThreadAction - Class in org.apache.river.thread
-
A PrivilegedAction for creating a new thread conveniently with an
AccessController.doPrivileged or Security.doPrivileged.
- NewThreadAction(Runnable, String, boolean) - Constructor for class org.apache.river.thread.NewThreadAction
-
Creates an action that will create a new thread in the
system thread group.
- NewThreadAction(Runnable, String, boolean, boolean) - Constructor for class org.apache.river.thread.NewThreadAction
-
Creates an action that will create a new thread.
- newTicket(long, Runnable, WakeupManager.ThreadDesc) - Method in class org.apache.river.thread.WakeupManager
-
Create a new ticket with the specified values for when the task
should be run, what task should be run, and what sort of
thread the task should be run in.
- next(long) - Method in interface net.jini.event.RemoteEventIterator
-
Retrieves stored event notifications, if any.
- next() - Method in interface net.jini.jeri.OutboundRequestIterator
-
Initiates an attempt to communicate the request to the remote
endpoint.
- next() - Method in interface net.jini.security.proxytrust.ProxyTrustIterator
-
Returns the next element in the iteration.
- next() - Method in class net.jini.security.proxytrust.SingletonProxyTrustIterator
-
- next() - Method in interface net.jini.space.MatchSet
-
Removes one Entry
from the match set and
returns a copy to the caller.
- next() - Method in interface org.apache.river.discovery.EncodeIterator
-
Performs a single multicast encode operation using the next encoder
provider of a
Discovery
instance, returning the resulting
datagram packets or throwing the resulting exception.
- next() - Method in interface org.apache.river.outrigger.AdminIterator
-
Deprecated.
Return the next entry in the sequence.
- nextBatch(Uuid, Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- nextReps(Uuid, int, Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- NO - Static variable in class net.jini.core.constraint.ClientAuthentication
-
Do not authenticate the client to the server, so that the client
remains anonymous.
- NO - Static variable in class net.jini.core.constraint.Confidentiality
-
Transmit message contents in the clear (no use of encryption).
- NO - Static variable in class net.jini.core.constraint.Delegation
-
Do not delegate from the client to the server, such that the server
does not receive credentials which would allow it to authenticate using
the client's identity.
- NO - Static variable in class net.jini.core.constraint.Integrity
-
Do not detect when message contents have been altered by third parties.
- NO - Static variable in class net.jini.core.constraint.ServerAuthentication
-
Do not authenticate the server to the client, so that the server
remains anonymous.
- NO_DATA - Static variable in interface net.jini.config.Configuration
-
An object to pass for data
in calls to
getEntry
to specify no data.
- NO_DEFAULT - Static variable in interface net.jini.config.Configuration
-
An object to pass for defaultValue
in calls to
getEntry
to specify no default value.
- NO_GROUPS - Static variable in interface net.jini.discovery.DiscoveryGroupManagement
-
Convenience constant used to request that discovery by group
membership be halted (or not started, if the group discovery
mechanism is simply being instantiated).
- NO_WAIT - Static variable in interface net.jini.space.JavaSpace
-
Wait for no time at all.
- NonActivatableServiceDescriptor - Class in org.apache.river.start
-
Class used to launch shared, non-activatable, in-process
services.
- NonActivatableServiceDescriptor(String, String, String, String, String[], LifeCycle, ProxyPreparer) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor
-
Main constructor.
- NonActivatableServiceDescriptor(String, String, String, String, Configuration, LifeCycle, ProxyPreparer) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor
-
- NonActivatableServiceDescriptor(String, String, String, String, String[], LifeCycle) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor
-
Convenience constructor.
- NonActivatableServiceDescriptor(String, String, String, String, String[]) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor
-
Convenience constructor.
- NonActivatableServiceDescriptor(String, String, String, String, String[], ProxyPreparer) - Constructor for class org.apache.river.start.NonActivatableServiceDescriptor
-
Convenience constructor.
- NonActivatableServiceDescriptor.Created - Class in org.apache.river.start
-
- NORMAL - Static variable in class net.jini.lookup.entry.StatusType
-
A noteworthy event is occurring during the normal operation of
a service.
- normalize() - Method in class org.apache.river.api.net.Uri
-
Normalizes the path part of this URI.
- NormPermission - Class in org.apache.river.norm
-
Represents permissions that can be used to express the access control policy
for the a Norm server exported with a
BasicJeriExporter
.
- NormPermission(String) - Constructor for class org.apache.river.norm.NormPermission
-
Creates an instance with the specified target name.
- NoSuchEntryException - Exception in net.jini.config
-
Thrown when an attempt to obtain an object from a
Configuration
does
not find a matching entry.
- NoSuchEntryException(String) - Constructor for exception net.jini.config.NoSuchEntryException
-
Creates an instance with the specified detail message.
- NoSuchEntryException(String, Throwable) - Constructor for exception net.jini.config.NoSuchEntryException
-
Creates an instance with the specified detail message and causing
exception, which should not be an instance of Error
.
- NOTCHANGED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been prepared with nothing to commit.
- noteClassLoadingFailed(String, IOException) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
Called when attempts to load the bytecodes for the specified class fail.
- noteClassNotFound(String) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
Called when the specified class is not found.
- NOTICE - Static variable in class net.jini.lookup.entry.StatusType
-
An unusual event is occurring, but the event is not necessarily
a problem.
- notify(RemoteEvent) - Method in interface net.jini.core.event.RemoteEventListener
-
Notify the listener about an event.
- notify(ServiceTemplate, int, RemoteEventListener, MarshalledObject, long) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Registers for event notification.
- notify(LeaseRenewalEvent) - Method in interface net.jini.lease.LeaseListener
-
Called by the LeaseRenewalManager
when it cannot
renew a lease that it is managing, and the lease's desired
expiration time has not yet been reached.
- notify(Entry, Transaction, RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.space.JavaSpace
-
When entries are written that match this template notify the
given listener
with a RemoteEvent
that
includes the handback
object.
- notify(EntryRep, Transaction, RemoteEventListener, long, MarshalledObject) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- PackageClasses - Class in org.apache.river.tool.classdepend
-
Utility class for finding the names of the classes in a set of packages.
- PackageClasses(String) - Constructor for class org.apache.river.tool.classdepend.PackageClasses
-
Creates an instance with the specified class path.
- parent - Variable in class net.jini.core.transaction.server.NestableServerTransaction
-
The parent transaction, if any.
- parse(URL, Properties) - Method in interface org.apache.river.api.security.PolicyParser
-
Parses a given location, making use of system properties as necessary and
returns a collection of PermissionGrant
's
- parseAndCreate(String) - Static method in class org.apache.river.api.net.Uri
-
The parameter string may already contain escaped sequences, any illegal
characters are escaped and any that shouldn't be escaped are un-escaped.
- parseServerAuthority() - Method in class org.apache.river.api.net.Uri
-
Tries to parse the authority component of this URI to divide it into the
host, port, and user-info.
- parseURL(URL, String, int, int) - Method in class net.jini.url.httpmd.Handler
-
Parses the string representation of an HTTPMD URL object.
- partialEntry - Variable in exception net.jini.core.entry.UnusableEntryException
-
The partial entry.
- PermissionComparator - Class in org.apache.river.api.security
-
A Comparator for Permission that avoids using equals and hashCode() on
Permission implementations.
- PermissionComparator() - Constructor for class org.apache.river.api.security.PermissionComparator
-
- PermissionGrant - Class in org.apache.river.api.security
-
PermissionGrant
implementations are expected to be immutable, non blocking,
thread safe and have a good hashCode implementation to perform well in
Collections.
- PermissionGrant(PermissionGrant) - Constructor for class org.apache.river.api.security.PermissionGrant
-
PermissionGrant
allows for extension to enable condition or
event based policy decisions.
- PermissionGrantBuilder - Class in org.apache.river.api.security
-
The PermissionGrantBuilder creates Dynamic PermissionGrant's based on
information provided by the user.
- PermissionGrantBuilder() - Constructor for class org.apache.river.api.security.PermissionGrantBuilder
-
- permissions - Variable in class net.jini.security.BasicProxyPreparer
-
Permissions to grant to proxies, or an empty array if no permissions
should be granted.
- permissions(Permission[]) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
Specifies Permission's to be granted.
- PERSISTENCE_DIR_CONFIG_ENTRY - Static variable in class org.apache.river.outrigger.OutriggerServerImpl
-
The name of the configuration entry we use to get the
the name of the log directory from.
- PersistentRegistrarImpl - Class in org.apache.river.reggie
-
Class for starting activatable and non-activatable persistent lookup
services.
- PersistentRegistrarImpl(String[], LifeCycle) - Constructor for class org.apache.river.reggie.PersistentRegistrarImpl
-
Constructs a non-activatable PersistentRegistrarImpl based on a
configuration obtained using the provided arguments.
- PhoenixConstants - Class in org.apache.river.phoenix
-
Provides constants for Phoenix.
- Plugin - Interface in org.apache.river.tool.envcheck
-
A test plugin.
- plugTogether(InputStream, OutputStream) - Static method in class org.apache.river.thread.StreamPlugThread
-
- plugTogether(OutputStream, InputStream) - Static method in class org.apache.river.thread.StreamPlugThread
-
- policy - Variable in class org.apache.river.start.ActivateWrapper.ActivateDesc
-
The security policy filename or URL.
- PolicyFileProvider - Class in net.jini.security.policy
-
- PolicyFileProvider() - Constructor for class net.jini.security.policy.PolicyFileProvider
-
- PolicyFileProvider(String) - Constructor for class net.jini.security.policy.PolicyFileProvider
-
Creates a
PolicyFileProvider
whose starting set of
permission mappings is the same as those that would result from
constructing a new instance of the J2SE default security policy provider
with the
java.security.policy
system property set to the
value of
policyFile
, except that
UmbrellaGrantPermission
s are expanded into
GrantPermission
s as described in the documentation for
UmbrellaGrantPermission
.
- PolicyInitializationException - Exception in net.jini.security.policy
-
Exception indicating failed initialization of a security policy provider.
- PolicyInitializationException(String, Throwable) - Constructor for exception net.jini.security.policy.PolicyInitializationException
-
Constructs new PolicyInitializationException
with the
specified detail message and cause.
- PolicyParser - Interface in org.apache.river.api.security
-
Parser of policy syntax.
- PolicyPermission - Class in org.apache.river.api.security
-
A "remote" or "REMOTE" PolicyPermission is allows updating a
RemotePolicy
- PolicyPermission(String) - Constructor for class org.apache.river.api.security.PolicyPermission
-
- populateContext(OutboundRequestHandle, Collection) - Method in interface net.jini.jeri.connection.Connection
-
Populates the supplied collection with context information
representing a request with the specified handle.
- populateContext(InboundRequestHandle, Collection) - Method in interface net.jini.jeri.connection.ServerConnection
-
Populates the supplied collection with context information
representing a request with the specified handle.
- populateContext(Collection) - Method in interface net.jini.jeri.InboundRequest
-
Populates the supplied collection with context information
representing this request.
- populateContext(Collection) - Method in interface net.jini.jeri.OutboundRequest
-
Populates the supplied collection with context information
representing this request.
- port - Variable in class net.jini.core.discovery.LookupLocator
-
The port number on the host at which to perform discovery.
- port - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The port to which any responses should connect.
- possibleConstraints() - Method in class net.jini.constraint.BasicMethodConstraints
-
- possibleConstraints() - Method in interface net.jini.core.constraint.MethodConstraints
-
Returns an iterator that yields all of the possible distinct
constraints that can be returned by
getConstraints
, in arbitrary order and with duplicates permitted.
- postalCode - Variable in class net.jini.lookup.entry.Address
-
Postal code.
- preferences() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns an immutable set of all of the preferences.
- PreferredClassLoader - Class in net.jini.loader.pref
-
A class loader that supports preferred classes.
- PreferredClassLoader(URL[], ClassLoader, String, boolean) - Constructor for class net.jini.loader.pref.PreferredClassLoader
-
Creates a new PreferredClassLoader
that loads
classes and resources from the specified path of URLs and
delegates to the specified parent class loader.
- PreferredClassLoader(URL[], ClassLoader, String, boolean, URLStreamHandlerFactory) - Constructor for class net.jini.loader.pref.PreferredClassLoader
-
Creates a new
PreferredClassLoader
that loads
classes and resources from the specified path of URLs,
delegates to the specified parent class loader, and uses the
specified
URLStreamHandlerFactory
when creating new URL
objects.
- PreferredClassProvider - Class in net.jini.loader.pref
-
An RMIClassLoader
provider that supports preferred
classes.
- PreferredClassProvider() - Constructor for class net.jini.loader.pref.PreferredClassProvider
-
Creates a new PreferredClassProvider
.
- PreferredClassProvider(boolean) - Constructor for class net.jini.loader.pref.PreferredClassProvider
-
Creates a new PreferredClassProvider
.
- PreferredListGen - Class in org.apache.river.tool
-
Tool used to generate the preferred class information for downloadable JAR
files in the form of a META-INF/PREFERRED.LIST required for use by the
PreferredClassLoader
.
- PreferredListGen() - Constructor for class org.apache.river.tool.PreferredListGen
-
Constructor for programmatic access.
- prepare(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
Requests that the participant prepare itself to commit the transaction,
and to vote on the outcome of the transaction.
- prepare(TransactionManager, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- prepareAndCommit(TransactionManager, long) - Method in interface net.jini.core.transaction.server.TransactionParticipant
-
A combination of prepare
and commit
, which
can be used by the manager when there is just one participant left to
prepare and all other participants (if any) have responded with
NOTCHANGED
.
- prepareAndCommit(TransactionManager, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- PREPARED - Static variable in interface net.jini.core.transaction.server.TransactionConstants
-
Transaction has been prepared but not yet committed.
- prepareOp(Long, StorableObject) - Method in interface org.apache.river.outrigger.LogOps
-
Log a transaction prepare
.
- prepareProxy(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Performs operations on a proxy to prepare it for use, returning the
prepared proxy, which may or may not be the argument itself.
- prepareProxy(Object) - Method in interface net.jini.security.ProxyPreparer
-
Performs operations on a newly unmarshalled proxy to prepare it for use,
returning the prepared proxy, which may or may not be the argument
itself.
- prepareProxy(Object) - Method in class net.jini.security.VerifyingProxyPreparer
-
Performs operations on a proxy to prepare it for use, returning the
prepared proxy, which may or may not be the argument itself.
- Primitive(T) - Constructor for class net.jini.config.AbstractConfiguration.Primitive
-
Creates an object that represents a primitive value of the type
associated with the specified primitive wrapper object.
- PRINCIPAL - Static variable in class org.apache.river.api.security.PermissionGrantBuilder
-
The PermissionGrant generated will apply to the Subject that has
all the principals provided.
- principals(Principal[]) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
Sets the Principal[] that a Subject must have to be entitled to receive
the PermissionGrant.
- print(Reporter.Message) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Generate the output for message
.
- print(Reporter.Message, String) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Generate the output for message.
- printClassesWithFileSeparator() - Method in class org.apache.river.tool.classdepend.ClassDepend
-
- printStacks() - Method in class org.apache.river.tool.envcheck.EnvCheck
-
Return the flag indicating whether to output stack traces that
result from a check.
- printStackTrace() - Method in exception net.jini.core.entry.UnusableEntryException
-
- printStackTrace(PrintStream) - Method in exception net.jini.core.entry.UnusableEntryException
-
- printStackTrace(PrintWriter) - Method in exception net.jini.core.entry.UnusableEntryException
-
- printStackTrace() - Method in exception net.jini.space.InternalSpaceException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace(PrintStream) - Method in exception net.jini.space.InternalSpaceException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace(PrintWriter) - Method in exception net.jini.space.InternalSpaceException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace() - Method in exception org.apache.river.mercury.InternalMailboxException
-
Print the stack trace of this exception and that of the nested
exception, if any.
- printStackTrace(PrintStream) - Method in exception org.apache.river.mercury.InternalMailboxException
-
Print the stack trace of this exception and that of the nested
exception, if any.
- printStackTrace(PrintWriter) - Method in exception org.apache.river.mercury.InternalMailboxException
-
Print the stack trace of this exception and that of the nested
exception, if any.
- printStackTrace() - Method in exception org.apache.river.norm.InternalNormException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace(PrintStream) - Method in exception org.apache.river.norm.InternalNormException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace(PrintWriter) - Method in exception org.apache.river.norm.InternalNormException
-
Print the stack trace of this exception, plus that of the nested
exception, if any.
- printStackTrace() - Method in exception org.apache.river.proxy.ThrowThis
-
Prints the composite message to System.err
.
- printStackTrace(PrintWriter) - Method in exception org.apache.river.proxy.ThrowThis
-
Prints the composite message and the embedded stack trace to
the specified print writer pw
- printStackTrace(PrintStream) - Method in exception org.apache.river.proxy.ThrowThis
-
Prints the composite message and the embedded stack trace to
the specified stream ps
.
- printStackTrace() - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Prints a stack trace for the exception associated with this
message.
- priorityWriteLock() - Method in class org.apache.river.thread.ReadersWriter
-
Obtain a priority write lock.
- process(InvocationConstraints) - Static method in class org.apache.river.discovery.DiscoveryConstraints
-
Processes the discovery-related constraints in the given set of
constraints, returning a DiscoveryConstraints
instance from
which the constraint results can be queried.
- processGrants(Collection<PermissionGrant>, Class, boolean, NavigableSet<Permission>) - Method in class org.apache.river.api.security.AbstractPolicy
-
Adds Permission objects contained in PermissionGrant's to a NavigableSet
that is sorted using a PermissionComparator.
- processRequestData(InputStream, OutputStream) - Method in interface net.jini.jeri.connection.ServerConnection
-
Reads from the specified input stream any per-request data required by
this connection for an inbound request, writes any required response
data to the specified output stream, and returns a handle for the
request.
- ProfilingSecurityManager - Class in org.apache.river.tool
-
ProfilingSecurityManager
is a Java security manager that profiles
what resources an application accesses, and in what manner --- e.g., read, write, etc.
- ProfilingSecurityManager() - Constructor for class org.apache.river.tool.ProfilingSecurityManager
-
- promote(TransactionParticipant[], long[], TransactionParticipant) - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
Promote the listed participants (from a subtransaction) into
this (the parent) transaction.
- promote(long, TransactionParticipant[], long[], TransactionParticipant) - Method in interface net.jini.core.transaction.server.NestableTransactionManager
-
Promote the listed participants into the specified transaction.
- PROTECTIONDOMAIN - Static variable in class org.apache.river.api.security.PermissionGrantBuilder
-
The PermissionGrant generated will apply to all classes belonging to
the ProtectionDomain.
- PROTOCOL_VERSION_1 - Static variable in class org.apache.river.discovery.Discovery
-
The version number for discovery protocol version 1.
- PROTOCOL_VERSION_2 - Static variable in class org.apache.river.discovery.Discovery
-
The version number for discovery protocol version 2.
- protocolVersion - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
-
The current version of the multicast announcement protocol.
- protocolVersion - Static variable in class net.jini.discovery.OutgoingMulticastRequest
-
The current version of the multicast announcement protocol.
- protoVersion - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
Current version of the multicast announcement protocol.
- protoVersion - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The current version of the multicast request protocol.
- protoVersion - Variable in class net.jini.discovery.IncomingUnicastRequest
-
The current version of the unicast discovery protocol.
- protoVersion - Static variable in class net.jini.discovery.OutgoingUnicastRequest
-
The current version of the unicast discovery protocol.
- protoVersion - Variable in class net.jini.discovery.OutgoingUnicastResponse
-
The current version of the unicast discovery protocol.
- providers(Class, ClassLoader) - Static method in class org.apache.river.resource.Service
-
Locates and incrementally instantiates the available providers of a
given service using the given class loader.
- providers(Class) - Static method in class org.apache.river.resource.Service
-
Locates and incrementally instantiates the available providers of a
given service using the context class loader.
- providesIntegrity(URL) - Method in interface net.jini.security.IntegrityVerifier
-
Returns true
if the specified URL is known to provide
content integrity; returns false
otherwise.
- providesIntegrity(URL) - Method in class net.jini.url.file.FileIntegrityVerifier
-
Returns true
if the specified URL uses the "file"
protocol and the host is null
, empty, "~", or "localhost";
returns false
otherwise.
- providesIntegrity(URL) - Method in class net.jini.url.httpmd.HttpmdIntegrityVerifier
-
Returns true
if the specified URL uses the "httpmd"
protocol; returns false
otherwise.
- providesIntegrity(URL) - Method in class net.jini.url.https.HttpsIntegrityVerifier
-
Returns true
if the specified URL uses the "https"
protocol; returns false
otherwise.
- proxy - Variable in class org.apache.river.start.NonActivatableServiceDescriptor.Created
-
The reference to the proxy of the created service
- proxy - Variable in class org.apache.river.start.SharedActivatableServiceDescriptor.Created
-
The reference to the proxy of the created service
- ProxyAccessor - Interface in net.jini.export
-
Provides a means to obtain a proxy from an exported remote object.
- ProxyPreparer - Interface in net.jini.security
-
Performs operations on a newly unmarshalled remote proxy to prepare it for
use.
- ProxyTrust - Interface in net.jini.security.proxytrust
-
Defines a remote interface for obtaining a proxy trust verifier.
- ProxyTrustExporter - Class in net.jini.security.proxytrust
-
Contains the information necessary to export a remote object that has a
proxy that will not directly be considered trusted by clients, such that
the proxy can be trusted by clients using
ProxyTrustVerifier
.
- ProxyTrustExporter(Exporter, Exporter) - Constructor for class net.jini.security.proxytrust.ProxyTrustExporter
-
Creates an instance with the specified main exporter (which will be
used to export the main remote object) and the specified bootstrap
exporter (which will be used to export the bootstrap remote object).
- ProxyTrustExporter(Exporter, Exporter, ClassLoader) - Constructor for class net.jini.security.proxytrust.ProxyTrustExporter
-
Creates an instance with the specified main exporter (which will be
used to export the main remote object), the specified bootstrap
exporter (which will be used to export the bootstrap remote object),
and the specified class loader (in which the generated dynamic proxy
class will be defined).
- ProxyTrustILFactory - Class in net.jini.jeri
-
Invocation layer factory for remote objects exported to use Jini
extensible remote invocation (Jini ERI) that produces proxies that
additionally implement the
ProxyTrust
interface.
- ProxyTrustILFactory(MethodConstraints, Class) - Constructor for class net.jini.jeri.ProxyTrustILFactory
-
Creates a factory with the specified server constraints, permission
class, and a null
class loader.
- ProxyTrustILFactory(MethodConstraints, Class, ClassLoader) - Constructor for class net.jini.jeri.ProxyTrustILFactory
-
Creates a factory with the specified server constraints, permission
class, and class loader.
- ProxyTrustInvocationHandler - Class in net.jini.security.proxytrust
-
Invocation handler for remote objects, supporting proxy trust verification
by clients using
ProxyTrustVerifier
.
- ProxyTrustInvocationHandler(RemoteMethodControl, ProxyTrust) - Constructor for class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Creates an instance with the specified main proxy and bootstrap proxy.
- ProxyTrustIterator - Interface in net.jini.security.proxytrust
-
Defines an iterator that produces objects from which a
TrustVerifier
might be obtained.
- ProxyTrustVerifier - Class in net.jini.security.proxytrust
-
Trust verifier for service proxies that use dynamically downloaded code.
- ProxyTrustVerifier() - Constructor for class net.jini.security.proxytrust.ProxyTrustVerifier
-
Creates an instance.
- PullEventMailbox - Interface in net.jini.event
-
The PullEventMailbox
interface allows clients
to specify and use a third party for the purpose of
storing and retrieving events.
- pullRegister(long) - Method in interface net.jini.event.PullEventMailbox
-
Defines the interface to the event mailbox service.
- put(K, Long) - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
This implementation will place a new key value pair association in the map,
or it will replace both the key and the value if an equivalent association
currently exists in the map.
- put(Object, Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- putAll(Map) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- read(InputStream) - Static method in class net.jini.id.UuidFactory
-
Creates a new Uuid
with the 128-bit value obtained
by unmarshalling a binary representation from the supplied
InputStream
.
- read(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Read any matching entry from the space, blocking until one exists.
- read(EntryRep, Transaction, long, OutriggerServer.QueryCookie) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- read() - Method in class org.apache.river.reliableLog.LogInputStream
-
Reads a byte of data.
- read(byte[]) - Method in class org.apache.river.reliableLog.LogInputStream
-
Reads data into an array of bytes.
- read(byte[], int, int) - Method in class org.apache.river.reliableLog.LogInputStream
-
Reads data into an array of bytes.
- readAnnotation() - Method in class net.jini.io.MarshalInputStream
-
Reads and returns a class annotation string value (possibly
null
) that was written by a corresponding
MarshalOutputStream
implementation.
- readConfiguration(InputStream) - Method in class org.apache.river.logging.LogManager
-
Reinitialize the logging properties and reread the logging
configuration, and initiate probes if the probe interval is greater
than zero.
- ReadersWriter - Class in org.apache.river.thread
-
An Object to control the concurrent state.
- ReadersWriter() - Constructor for class org.apache.river.thread.ReadersWriter
-
- ReadersWriter.ConcurrentLockException - Exception in org.apache.river.thread
-
InterruptedException transformed to a runtime exception.
- readerWait(Object, long) - Method in class org.apache.river.thread.ReadersWriter
-
Release a read lock, wait the given period of time or until
notified by notifier, then obtain a read lock again.
- readIfExists(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Read any matching entry from the space, returning
null
if there is currently is none.
- readIfExists(EntryRep, Transaction, long, OutriggerServer.QueryCookie) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- readLock() - Method in class org.apache.river.thread.ReadersWriter
-
Obtain a read lock.
- readResolve() - Method in class net.jini.id.Uuid
-
Returns this object.
- readResponseData(OutboundRequestHandle, InputStream) - Method in interface net.jini.jeri.connection.Connection
-
Reads from the specified stream any per-response data required
by this connection for a request with the specified handle.
- readUnlock() - Method in class org.apache.river.thread.ReadersWriter
-
Release a read lock.
- readUpdate(InputStream) - Method in class org.apache.river.reliableLog.LogHandler
-
Reads a stably logged update (a serializable object) from a
stream.
- ready() - Method in class org.apache.river.thread.ReadyState
-
Marks the service ready for use.
- ReadyState - Class in org.apache.river.thread
-
Utility class used to prevent access to a service before it has completed
its initialization or after it starts to shutdown.
- ReadyState() - Constructor for class org.apache.river.thread.ReadyState
-
- Recover - Interface in org.apache.river.outrigger
-
Methods that recover the state of the space after a restart.
- recover(InputStream) - Method in class org.apache.river.reliableLog.LogHandler
-
Read the snapshot from a stream.
- recover() - Method in class org.apache.river.reliableLog.ReliableLog
-
Retrieves the contents of the snapshot file by calling the client
supplied recover callback and then applies the incremental updates
by calling the readUpdate callback for each logged updated.
- recoverJoinState(StoredObject) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverJoinState(StoredObject) - Method in interface org.apache.river.outrigger.Recover
-
Recover the join state from the previous session.
- recoverRegister(StoredResource, String, StoredObject[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverRegister(StoredResource, String, StoredObject[]) - Method in interface org.apache.river.outrigger.Recover
-
Recover an event registration.
- recoverSessionId(long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
Recover the id from the previous session and determine the new basis
value for the seq numbers issued by this session.
- recoverSessionId(long) - Method in interface org.apache.river.outrigger.Recover
-
Recover the session id from the previous session.
- recoverTake(Uuid, Long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverTake(Uuid, Long) - Method in interface org.apache.river.outrigger.Recover
-
Recover a take operation.
- recoverTransaction(Long, StoredObject) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverTransaction(Long, StoredObject) - Method in interface org.apache.river.outrigger.Recover
-
Recover a prepared transaction.
- recoverUuid(Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverUuid(Uuid) - Method in interface org.apache.river.outrigger.Recover
-
Recover the Uuid
for the service as a whole.
- recoverWrite(StoredResource, Long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- recoverWrite(StoredResource, Long) - Method in interface org.apache.river.outrigger.Recover
-
Recover a write operation.
- ReferencedClasses - Class in org.apache.river.tool.classdepend
-
A utility class for computing the classes referred to by another class.
- ReferentUuid - Interface in net.jini.id
-
Defines an interface that allows a proxy for a resource to express the
identity of that resource.
- ReferentUuids - Class in net.jini.id
-
Convenience methods for working with proxies that implement
ReferentUuid
.
- refresh() - Method in class net.jini.security.policy.DynamicPolicyProvider
-
Calling refresh doesn't remove any dynamic grant's, it only clears
the cache and refreshes the underlying Policy, it also removes any
grants for ProtectionDomains that no longer exist.
- refresh() - Method in class net.jini.security.policy.PolicyFileProvider
-
Refreshes the policy configuration by calling refresh
on
the base policy.
- refresh() - Method in class org.apache.river.api.security.ConcurrentPolicyFile
-
Gets fresh list of locations and tries to load all of them in sequence;
failed loads are ignored.
- refresh() - Method in class org.apache.river.start.AggregatePolicyProvider
-
Refreshes the currently active sub-policy by delegating to its
refresh
method.
- refresh() - Method in class org.apache.river.start.LoaderSplitPolicyProvider
-
Invokes refresh
on both the loader-specific and default
underlying policy providers.
- register(ServiceItem, long) - Method in interface net.jini.core.lookup.ServiceRegistrar
-
Register a new service or re-register an existing service.
- register(String[], LookupLocator[], RemoteEventListener, MarshalledObject, long) - Method in interface net.jini.discovery.LookupDiscoveryService
-
Register with the lookup discovery service.
- register(long) - Method in interface net.jini.event.EventMailbox
-
Defines the interface to the event mailbox service.
- register(ActivationGroupID, ActivateWrapper.ActivateDesc, boolean, ActivationSystem) - Static method in class org.apache.river.start.ActivateWrapper
-
- register() - Method in class org.apache.river.thread.DependencyLinker
-
- registerForAvailabilityEvent(Collection, Transaction, boolean, RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.space.JavaSpace05
-
Register for events triggered when a matching
Entry
transitions from unavailable to available.
- registerForAvailabilityEvent(EntryRep[], Transaction, boolean, RemoteEventListener, long, MarshalledObject) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- registerOp(StorableResource, String, StorableObject[]) - Method in interface org.apache.river.outrigger.LogOps
-
Log a notify
operation.
- registrar - Variable in class net.jini.discovery.IncomingUnicastResponse
-
The registrar we have discovered.
- RegistrarPermission - Class in org.apache.river.reggie
-
Permission that can be used to express the access control policy for an
instance of the Reggie lookup service exported with a
BasicJeriExporter
.
- RegistrarPermission(String) - Constructor for class org.apache.river.reggie.RegistrarPermission
-
Creates an instance with the specified target name.
- RegistrySunExporter - Class in org.apache.river.phoenix
-
JRMP exporter to export a Registry
using the well-known
registry object identifier.
- RegistrySunExporter() - Constructor for class org.apache.river.phoenix.RegistrySunExporter
-
Creates a JRMP exporter that exports on the standard activation port
(1098).
- RegistrySunExporter(int) - Constructor for class org.apache.river.phoenix.RegistrySunExporter
-
Creates a JRMP exporter that exports on the specified port.
- regs - Variable in class net.jini.discovery.RemoteDiscoveryEvent
-
Array containing a subset of the set of proxies to the lookup
service(s) with which this event is associated.
- RelativeTimeConstraint - Interface in net.jini.core.constraint
-
Implemented by constraints that are expressed in terms of relative time,
to support conversion to absolute time constraints.
- relativize(Uri) - Method in class org.apache.river.api.net.Uri
-
Makes the given URI relative
to a relative URI against the URI
represented by this instance.
- ReliableLog - Class in org.apache.river.reliableLog
-
This class is a simple implementation of a reliable Log.
- ReliableLog(String, LogHandler) - Constructor for class org.apache.river.reliableLog.ReliableLog
-
Creates a ReliableLog to handle snapshots and logging in a
stable storage directory, and sets up to recover any existing data
from the stable storage directory.
- RemoteDiscoveryEvent - Class in net.jini.discovery
-
Whenever the lookup discovery service discovers or discards a lookup
service matching the discovery/discard criteria of one or more of its
registrations, the lookup discovery service sends an instance of this
class to the listener corresponding to each such registration.
- RemoteDiscoveryEvent(Object, long, long, MarshalledObject, boolean, Map<ServiceRegistrar, String>) - Constructor for class net.jini.discovery.RemoteDiscoveryEvent
-
Constructs a new instance of RemoteDiscoveryEvent
.
- RemoteEvent - Class in net.jini.core.event
-
The base class or superclass for remote events.
- RemoteEvent(Object, long, long, MarshalledObject) - Constructor for class net.jini.core.event.RemoteEvent
-
Constructs a RemoteEvent object.
- RemoteEventIterator - Interface in net.jini.event
-
RemoteEventIterator
defines the interface through which
a client can synchronously retrieve events associated with a given
registration.
- RemoteEventListener - Interface in net.jini.core.event
-
The RemoteEventListener interface needs to be implemented by any object
that wants to receive a notification of a remote event from some other
object.
- RemoteMethodControl - Interface in net.jini.core.constraint
-
Defines an interface to proxies for setting constraints to control remote
method calls.
- RemotePolicy - Interface in org.apache.river.api.security
-
RemotePolicy is a service api that can be implemented by a distributed Policy service,
allowing local Policy providers to be updated remotely by a djinn group administrator.
- RemotePolicyProvider - Class in org.apache.river.api.security
-
An implementation of RemotePolicy.
- RemotePolicyProvider(Policy) - Constructor for class org.apache.river.api.security.RemotePolicyProvider
-
Creates a new RemotePolicyProvider
instance that wraps
around the given non-null
base policy object.
- remove(Lease) - Method in class net.jini.lease.LeaseRenewalManager
-
Removes a given lease from the managed set of leases; but does
not cancel the given lease.
- remove(Lease) - Method in interface net.jini.lease.LeaseRenewalSet
-
Removes the specified lease from set.
- remove(Object) - Method in class org.apache.river.lease.AbstractIDLeaseMap
-
- remove(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
-
- remove(Runnable) - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
- removeDiscoveryListener(DiscoveryListener) - Method in interface net.jini.discovery.DiscoveryManagement
-
Removes a listener from the set of objects listening for discovery
events.
- removeGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Deletes a set of group names from the managed set of groups.
- removeGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Deletes a set of group names from this registration's managed set of
groups.
- removeIfPending(Runnable) - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Remove a task if it is pending (not active).
- removeListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
-
Removes a ServiceDiscoveryListener
object from the set
of listeners currently registered with the LookupCache
.
- removeLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Deletes a set of locators from the managed set of locators, and discards
any already-discovered lookup service that corresponds to a deleted
locator.
- removeLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Deletes a set of of LookupLocator objects from this registration's
managed set of locators.
- removeLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Remove groups from the set to join.
- removeLookupGroups(String[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- removeLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Remove locators for specific lookup services from the set to join.
- removeLookupLocators(LookupLocator[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- removeMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Deletes the elements of the given set of names from the set whose
elements are the names of the groups in which the lookup service is
currently a member.
- renew(long) - Method in interface net.jini.core.lease.Lease
-
Used to renew a lease for an additional period of time, specified in
milliseconds.
- renew(LeasedResource, long) - Method in class org.apache.river.landlord.FixedLeasePeriodPolicy
-
- renew(Uuid, long) - Method in interface org.apache.river.landlord.Landlord
-
Called by the lease when its
renew
method is called.
- renew(LeasedResource, long) - Method in interface org.apache.river.landlord.LeasePeriodPolicy
-
Calculate the expiration and duration for an
existing lease that is being renewed.
- renew(Uuid, long) - Method in interface org.apache.river.landlord.LocalLandlord
-
Renew the lease that is associated with the given cookie.
- renew(long) - Method in class org.apache.river.lease.AbstractLease
-
Renew the lease for a duration relative to now.
- renew(Uuid, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- RENEWAL_FAILURE_EVENT_ID - Static variable in interface net.jini.lease.LeaseRenewalSet
-
The event id for all RenewalFailureEvent
objects.
- RenewalFailureEvent - Class in net.jini.lease
-
Event generated by a lease renewal set when it can't renew a lease it
is responsible for.
- RenewalFailureEvent(LeaseRenewalSet, long, MarshalledObject) - Constructor for class net.jini.lease.RenewalFailureEvent
-
Simple constructor.
- renewAll() - Method in interface net.jini.core.lease.LeaseMap
-
Renews all leases in the LeaseMap, using their current values as
the renewal durations.
- renewAll(Uuid[], long[]) - Method in interface org.apache.river.landlord.Landlord
-
Called by the lease map when its
renewAll
method is called.
- renewAll() - Method in class org.apache.river.landlord.LandlordLeaseMap
-
- renewAll(LocalLandlord, Uuid[], long[]) - Static method in class org.apache.river.landlord.LandlordUtil
-
Call landlord.renew()
for each object in
cookie[]
, passing cookie[i]
and
durations[i]
.
- renewAll(Uuid[], long[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- renewFor(Lease, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set for a specified duration.
- renewFor(Lease, long, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set for a specified duration and
with specified renewal duration.
- renewFor(Lease, long, long) - Method in interface net.jini.lease.LeaseRenewalSet
-
Include a client lease in the set for a specified duration and
with a specified renewal duration.
- renewFor(Lease, long) - Method in interface net.jini.lease.LeaseRenewalSet
-
Include a client lease in the set for a specified duration.
- renewOp(Uuid, long) - Method in interface org.apache.river.outrigger.LogOps
-
Log a renew
operation.
- RenewResults(long[]) - Constructor for class org.apache.river.landlord.Landlord.RenewResults
-
Create a RenewResults
object setting the field
granted
to the passed value, and denied
to null
.
- RenewResults(long[], Exception[]) - Constructor for class org.apache.river.landlord.Landlord.RenewResults
-
Create a RenewResults
object setting the field
granted
and denied
fields to the
passed values.
- renewUntil(Lease, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set until a specified time.
- renewUntil(Lease, long, long, LeaseListener) - Method in class net.jini.lease.LeaseRenewalManager
-
Include a lease in the managed set until a specified time and
with a specified renewal duration.
- replace(PermissionGrant[]) - Method in interface org.apache.river.api.security.RemotePolicy
-
Replaces the existing RemotePolicy's PermissionGrant's.
- replace(PermissionGrant[]) - Method in class org.apache.river.api.security.RemotePolicyProvider
-
- replaceRegistration(Object) - Method in class net.jini.lookup.JoinManager
-
Registers a new reference to the service with all current and future
discovered lookup services.
- replaceRegistration(Object, Entry[]) - Method in class net.jini.lookup.JoinManager
-
Registers a new reference to the service with all current and future
discovered lookup services, applying semantics identical to the
one-argument form of this method, except with respect to the
registration of the given attribute sets.
- Reporter - Class in org.apache.river.tool.envcheck
-
A class which provides a standard way to report the results of
a test.
- Reporter.Message - Class in org.apache.river.tool.envcheck
-
A container of message information to be processed by
Reporter
.
- RequestDispatcher - Interface in net.jini.jeri
-
A callback object for processing inbound requests.
- RequireDlPermProvider - Class in net.jini.loader.pref
-
An
RMIClassLoader
provider that supports preferred
classes and enforces
DownloadPermission
.
- RequireDlPermProvider() - Constructor for class net.jini.loader.pref.RequireDlPermProvider
-
Creates a new RequireDlPermProvider
.
- requirements() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns an immutable set of all of the requirements.
- reset() - Method in class org.apache.river.api.lookup.DefaultEntries
-
Remove all Entry's
- reset() - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
resets the state for reuse, identical to a newly created
PermissionGrantBuilder, this step must be performed to avoid unintentional
grants to previously added URI.
- resolve(Uri) - Method in class org.apache.river.api.net.Uri
-
Resolves the given URI relative
against the URI represented by
this instance.
- resolve(String) - Method in class org.apache.river.api.net.Uri
-
Creates a new URI instance by parsing the given string relative
and resolves the created URI against the URI represented by this
instance.
- resolveClass(ObjectStreamClass) - Method in class net.jini.io.MarshalInputStream
-
Resolves the appropriate
Class
object for the stream
class descriptor
classDesc
.
- resolveProxyClass(String[]) - Method in class net.jini.io.MarshalInputStream
-
Resolves the appropriate
Class
object for the proxy
class described by the interface names
interfaceNames
.
- restore(ObjectInputStream) - Method in interface org.apache.river.outrigger.StorableObject
-
Restore the persistent fields and return new instance.
- restore(T) - Method in interface org.apache.river.outrigger.StoredObject
-
Restore the state of a StorableObject
object.
- restore(StorableResource) - Method in interface org.apache.river.outrigger.StoredResource
-
Restore the state of a StorableResource
.
- Result(long, long) - Constructor for class org.apache.river.landlord.LeasePeriodPolicy.Result
-
Simple constructor to create a new Result
object.
- RetryTask<V> - Class in org.apache.river.thread
-
- RetryTask(TaskManager, WakeupManager) - Constructor for class org.apache.river.thread.RetryTask
-
Deprecated.
- RetryTask(ExecutorService, WakeupManager) - Constructor for class org.apache.river.thread.RetryTask
-
Create a new RetryTask
that will be scheduled with
the given executor service, and which will perform retry scheduling
using the given wakeup manager.
- retryTime() - Method in class org.apache.river.thread.RetryTask
-
Return the next time at which we should make another attempt.
- RevocablePolicy - Interface in org.apache.river.api.security
-
RevocablePolicy, is a Java Security Policy Provider that supports
Runtime Dynamic addition and removal of PermissionGrant's
Warning: Not all Permission's are truly revocable, while any Permission can
be dynamically added and later removed from this policy, many JVM Permission
implementations are used in ways that allow references to escape
To quote Tim Blackman, from river-dev:
I remember talking with Bob and Mike Warres about this.
- revokeSupported() - Method in class net.jini.security.policy.DynamicPolicyProvider
-
- revokeSupported() - Method in interface org.apache.river.api.security.RevocablePolicy
-
Checks if policy supports revocation.
- RFC3986URLClassLoader - Class in org.apache.river.api.net
-
This class loader is responsible for loading classes and resources from a
list of URLs which can refer to either directories or JAR files.
- RFC3986URLClassLoader(URL[]) - Constructor for class org.apache.river.api.net.RFC3986URLClassLoader
-
Constructs a new URLClassLoader
instance.
- RFC3986URLClassLoader(URL[], ClassLoader) - Constructor for class org.apache.river.api.net.RFC3986URLClassLoader
-
Constructs a new URLClassLoader instance.
- RFC3986URLClassLoader(URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.apache.river.api.net.RFC3986URLClassLoader
-
Constructs a new URLClassLoader
instance.
- role - Variable in class net.jini.lookup.entry.UIDescriptor
-
Gives the fully qualified name of the interface that represents
the role of the UI generated by the marshalled UI factory.
- room - Variable in class net.jini.lookup.entry.Location
-
A room or cube number.
- roTasks - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Read-only view of tasks
- run() - Method in class org.apache.river.thread.GetThreadPoolAction
-
- run() - Method in class org.apache.river.thread.NewThreadAction
-
- run() - Method in class org.apache.river.thread.RetryTask
-
The run
method used as a
TaskManager.Task
.
- run() - Method in class org.apache.river.thread.StreamPlugThread
-
- run() - Method in class org.apache.river.tool.ClassServer
-
Just keep looping, spawning a new thread for each incoming request.
- run(EnvCheck) - Method in interface org.apache.river.tool.envcheck.Plugin
-
Run the test implemented by the plugin.
- run(String[]) - Method in interface org.apache.river.tool.envcheck.SubVMTask
-
Run the subtask.
- runAfter(List, int) - Method in interface org.apache.river.thread.TaskManager.Task
-
Deprecated.
Return true if this task must be run after at least one task
in the given task list with an index less than size (size may be
less then tasks.size()).
- sameFile(URL, URL) - Method in class net.jini.url.httpmd.Handler
-
Compares two HTTPMD URLs to see if they refer to the same file.
- ScalableNestedPolicy - Interface in org.apache.river.api.security
-
Policy providers can implement this interface to provide nested policies
a common interface to allow delayed creation of PermissionCollection
instances until all after all Permission objects are collected, allowing
the implementer to add Permission objects to a PermissionCollection in
an order that avoids unnecessary reverse DNS calls for example.
- schedule(long, Runnable) - Method in class org.apache.river.thread.WakeupManager
-
Schedule the given task for the given time.
- schedule(long, Runnable, WakeupManager.ThreadDesc) - Method in class org.apache.river.thread.WakeupManager
-
Schedule the given task for the given time, to be run in a thread.
- Security - Class in net.jini.security
-
Provides methods for executing actions with privileges enabled, for
snapshotting security contexts, for verifying trust in proxies, for
verifying codebase integrity, and for dynamically granting permissions.
- SecurityContext - Interface in net.jini.security
-
Interface implemented by objects representing security contexts, returned
from the
getContext
method of the
Security
class, which in turn may obtain them from a security manager or
policy provider implementing the
SecurityContextSource
interface.
- SecurityContextSource - Interface in net.jini.security.policy
-
Interface that a security manager or policy provider can optionally
implement in order to support the saving and restoring of custom security
context state.
- seqNum - Variable in class net.jini.core.event.RemoteEvent
-
The event sequence number.
- serialFormat - Variable in class org.apache.river.lease.AbstractLease
-
Serialization format for the expiration.
- serialNumber - Variable in class net.jini.lookup.entry.ServiceInfo
-
The serial number of this instance of the service, if any.
- Server - Class in org.apache.river.discovery.kerberos
-
Implements the server side of the net.jini.discovery.kerberos
unicast discovery format.
- Server() - Constructor for class org.apache.river.discovery.kerberos.Server
-
Creates a new instance.
- Server - Class in org.apache.river.discovery.plaintext
-
Implements the server side of the net.jini.discovery.plaintext
discovery format.
- Server() - Constructor for class org.apache.river.discovery.plaintext.Server
-
Constructs a new instance.
- Server - Class in org.apache.river.discovery.ssl
-
Implements the server side of the net.jini.discovery.ssl
unicast discovery format.
- Server() - Constructor for class org.apache.river.discovery.ssl.Server
-
Creates a new instance.
- Server - Class in org.apache.river.discovery.x500.sha1withdsa
-
Implements the server side of the
net.jini.discovery.x500.SHA1withDSA
format.
- Server() - Constructor for class org.apache.river.discovery.x500.sha1withdsa.Server
-
Constructs a new instance.
- Server - Class in org.apache.river.discovery.x500.sha1withrsa
-
Implements the server side of the
net.jini.discovery.x500.SHA1withRSA
format.
- Server() - Constructor for class org.apache.river.discovery.x500.sha1withrsa.Server
-
Constructs a new instance.
- ServerAuthentication - Class in net.jini.core.constraint
-
Represents a constraint on authentication of the server to the client.
- ServerCapabilities - Interface in net.jini.jeri
-
Represents the constraint support capabilities of a server-side
transport layer implementation.
- ServerConnection - Interface in net.jini.jeri.connection
-
Represents an established server-side connection.
- ServerConnectionManager - Class in net.jini.jeri.connection
-
- ServerConnectionManager() - Constructor for class net.jini.jeri.connection.ServerConnectionManager
-
Creates a new ServerConnectionManager
.
- ServerContext - Class in net.jini.export
-
The ServerContext
class contains static methods to
execute some action within an appropriate server context for the
current thread and to obtain the server context for the current thread.
- ServerContext.Spi - Interface in net.jini.export
-
- ServerEndpoint - Interface in net.jini.jeri
-
Represents one or more communication endpoints on the current
(local) host to listen for and receive requests on and a template
for producing an Endpoint
instance to send requests to
those communication endpoints.
- ServerEndpoint.ListenContext - Interface in net.jini.jeri
-
- ServerEndpoint.ListenCookie - Interface in net.jini.jeri
-
- ServerEndpoint.ListenEndpoint - Interface in net.jini.jeri
-
Represents a communication endpoint on the current (local) host
to listen for and receive requests on.
- ServerEndpoint.ListenHandle - Interface in net.jini.jeri
-
Represents a listen operation that has been started on a
ListenEndpoint
.
- ServerMinPrincipal - Class in net.jini.core.constraint
-
Represents a constraint on the server, such that if the server
authenticates itself, then it must authenticate itself as at least all of
the specified principals.
- ServerMinPrincipal(Principal) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principal.
- ServerMinPrincipal(Principal[]) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ServerMinPrincipal(Collection) - Constructor for class net.jini.core.constraint.ServerMinPrincipal
-
Creates a constraint containing the specified principals, with
duplicates removed.
- ServerProxyTrust - Interface in net.jini.security.proxytrust
-
Defines a local interface to obtain a proxy trust verifier.
- ServerTransaction - Class in net.jini.core.transaction.server
-
Class implementing the Transaction
interface, for use with
transaction participants that implement the default transaction semantics.
- ServerTransaction(TransactionManager, long) - Constructor for class net.jini.core.transaction.server.ServerTransaction
-
Simple constructor.
- service - Variable in class net.jini.core.lookup.ServiceItem
-
A service object.
- Service - Class in org.apache.river.resource
-
A simple service-provider lookup mechanism.
- serviceAdded(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives from one of the managed lookup services,
an event signaling the registration of a service of
interest for the first time (or for the first time since
the service has been discarded), the cache invokes the
serviceAdded
method on all instances of
ServiceDiscoveryListener
that are registered with the
cache; doing so notifies the entity that a service of interest has
been discovered.
- serviceChanged(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives, from a managed lookup service, an event
signaling the unique modification of the attributes of a service
of interest (across the attribute sets of all references to the
service), the cache invokes the serviceChanged
method on all instances of ServiceDiscoveryListener
that are registered with the cache; doing so notifies the entity
that the state of a service of interest has changed.
- ServiceConfigurationError - Error in org.apache.river.resource
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.apache.river.resource.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.apache.river.resource.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceControlled - Interface in net.jini.lookup.entry
-
This interface indicates that an Entry class is created and
modified by the service with which it is associated.
- ServiceDescriptor - Interface in org.apache.river.start
-
Interface that all service description objects must implement.
- ServiceDiscoveryEvent - Class in net.jini.lookup
-
The
ServiceDiscoveryEvent
class encapsulates the
service discovery information made available by the event mechanism
of the
LookupCache
.
- ServiceDiscoveryEvent(Object, ServiceItem, ServiceItem) - Constructor for class net.jini.lookup.ServiceDiscoveryEvent
-
The constructor of ServiceDiscoveryEvent
takes
three arguments:
An instance of Object
corresponding to the
instance of LookupCache
from which the given event
originated
A ServiceItem
reference representing the state
of the service (associated with the given event) prior to the
occurrence of the event
A ServiceItem
reference representing the state
of the service after the occurrence of the event
If null
is passed as the source parameter for the
constructor, a NullPointerException
will be thrown.
- ServiceDiscoveryListener - Interface in net.jini.lookup
-
The
ServiceDiscoveryListener
interface defines the
methods used by objects such as a
LookupCache
to notify an entity that events of interest related to
the elements of the cache have occurred.
- ServiceDiscoveryManager - Class in net.jini.lookup
-
The ServiceDiscoveryManager
class is a helper utility class that
any client-like entity can use to "discover" services registered with any
number of lookup services of interest.
- ServiceDiscoveryManager(DiscoveryManagement, LeaseRenewalManager) - Constructor for class net.jini.lookup.ServiceDiscoveryManager
-
Constructs an instance of ServiceDiscoveryManager
which
will, on behalf of the entity that constructs this class, discover and
manage a set of lookup services, as well as discover and manage sets of
services registered with those lookup services.
- ServiceDiscoveryManager(DiscoveryManagement, LeaseRenewalManager, Configuration) - Constructor for class net.jini.lookup.ServiceDiscoveryManager
-
Constructs an instance of this class, which is configured using the items
retrieved through the given Configuration
, that will, on
behalf of the entity that constructs this class, discover and manage a
set of lookup services, as well as discover and manage sets of services
registered with those lookup services.
- ServiceEvent - Class in net.jini.core.lookup
-
This class is used for remote events sent by the lookup service.
- ServiceEvent(Object, long, long, MarshalledObject, ServiceID, int) - Constructor for class net.jini.core.lookup.ServiceEvent
-
Simple constructor.
- serviceID - Variable in class net.jini.core.lookup.ServiceEvent
-
ServiceID of the item that triggered the event.
- ServiceID - Class in net.jini.core.lookup
-
A universally unique identifier (UUID) for registered services.
- ServiceID(long, long) - Constructor for class net.jini.core.lookup.ServiceID
-
Simple constructor.
- ServiceID(DataInput) - Constructor for class net.jini.core.lookup.ServiceID
-
Reads in 16 bytes in standard network byte order.
- serviceID - Variable in class net.jini.core.lookup.ServiceItem
-
A service ID, or null if registering for the first time.
- serviceID - Variable in class net.jini.core.lookup.ServiceTemplate
-
Service ID to match, or null.
- serviceID - Variable in class net.jini.discovery.IncomingMulticastAnnouncement
-
The ServiceID that has been announced.
- ServiceIDListener - Interface in net.jini.lookup
-
Interface used by a service that does not yet have a service ID, for
callback from the JoinManager when a service ID is assigned.
- serviceIDNotify(ServiceID) - Method in interface net.jini.lookup.ServiceIDListener
-
Called when the JoinManager gets a valid ServiceID from a lookup
service.
- serviceIDs - Variable in class net.jini.discovery.IncomingMulticastRequest
-
The ServiceIDs from which the requestor has already heard.
- ServiceInfo - Class in net.jini.lookup.entry
-
Generic information about a service.
- ServiceInfo() - Constructor for class net.jini.lookup.entry.ServiceInfo
-
Construct an empty instance of this class.
- ServiceInfo(String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.ServiceInfo
-
Construct an instance of this class, with all fields
initialized appropriately.
- ServiceInfoBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a ServiceInfo object.
- ServiceInfoBean() - Constructor for class net.jini.lookup.entry.ServiceInfoBean
-
Construct a new JavaBeans component, linked to a new empty
ServiceInfo object.
- ServiceItem - Class in net.jini.core.lookup
-
Items are stored in and retrieved from the lookup service using
instances of this class.
- ServiceItem(ServiceID, Object, Entry[]) - Constructor for class net.jini.core.lookup.ServiceItem
-
Simple constructor.
- ServiceItemFilter - Interface in net.jini.lookup
-
The
ServiceItemFilter
interface defines the methods used by
an object such as the
ServiceDiscoveryManager
or the
LookupCache
to apply additional selection criteria when searching for
services in which an entity has registered interest.
- ServiceMatches - Class in net.jini.core.lookup
-
An instance of this class is used for the return value when looking up
multiple items in the lookup service.
- ServiceMatches(ServiceItem[], int) - Constructor for class net.jini.core.lookup.ServiceMatches
-
Simple constructor.
- ServiceProxyAccessor - Interface in org.apache.river.start
-
Provides a means to obtain a client-side proxy from a
"base" service object.
- ServiceRegistrar - Interface in net.jini.core.lookup
-
Defines the interface to the lookup service.
- ServiceRegistration - Interface in net.jini.core.lookup
-
A registered service item is manipulated using an instance of this class.
- serviceRemoved(ServiceDiscoveryEvent) - Method in interface net.jini.lookup.ServiceDiscoveryListener
-
When the cache receives, from a managed lookup service, an event
signaling the removal of a service of interest from the last such
lookup service with which it was registered, the cache invokes
the serviceRemoved
method on all instances of
ServiceDiscoveryListener
that are registered with
the cache; doing so notifies the entity that a service of interest
has been discarded.
- ServiceStarter - Class in org.apache.river.start
-
This class provides the main routine for starting shared groups,
non-activatable services, and activatable services.
- ServiceTemplate - Class in net.jini.core.lookup
-
Items in the lookup service are matched using instance of this class.
- ServiceTemplate(ServiceID, Class[], Entry[]) - Constructor for class net.jini.core.lookup.ServiceTemplate
-
Simple constructor.
- ServiceType - Class in net.jini.lookup.entry
-
Human-oriented information about the "type" of a service.
- ServiceType() - Constructor for class net.jini.lookup.entry.ServiceType
-
Instantiate this class.
- serviceTypes - Variable in class net.jini.core.lookup.ServiceTemplate
-
Service types to match, or null.
- setAttributes(Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
-
Deletes all of the service item's existing attributes, and replaces
them with the specified attribute sets.
- setAttributes(Set) - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Set the value of the attributes
field in the object linked to by this
JavaBeans component.
- setAttributes(Entry[]) - Method in class net.jini.lookup.JoinManager
-
Replaces the service's current set of attributes with a new set of
attributes.
- setBuilding(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the building field in the Location object linked to by
this JavaBeans component.
- setClassPath(String) - Method in class org.apache.river.tool.ClassDep
-
Set the classpath to use for finding our class definitions.
- setClasspath(String) - Method in class org.apache.river.tool.PreferredListGen
-
Set the classpath of the classes to include in the analysis.
- setClientConstraints(MethodConstraints) - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns a copy of this invocation handler with the specified
constraints as its new client constraints.
- setComment(String) - Method in class net.jini.lookup.entry.CommentBean
-
Set the value of the comment field in the Comment object linked to by
this JavaBeans component.
- setConstraints(MethodConstraints) - Method in interface net.jini.core.constraint.RemoteMethodControl
-
Returns a new copy of this proxy with the client constraints set to the
specified constraints.
- setConstraints(MethodConstraints) - Method in class net.jini.discovery.ConstrainableLookupLocator
-
- setConstraints(Object) - Method in class net.jini.security.BasicProxyPreparer
-
Sets constraints on the proxy.
- setConstraints(MethodConstraints) - Method in class org.apache.river.landlord.ConstrainableLandlordLease
-
- setCountry(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the country field in the Address object linked to by
this JavaBeans component.
- setDefault(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the default value to use for the preferred list.
- setDomain(WeakReference<ProtectionDomain>) - Method in class org.apache.river.api.security.PermissionGrantBuilder
-
- setEdges(boolean) - Method in class org.apache.river.tool.ClassDep
-
Determines whether to include package references
that lie outside the declared set of interest.
- setException(RemoteException) - Method in interface net.jini.security.proxytrust.ProxyTrustIterator
-
Provides the iteration with a
RemoteException
thrown from
a remote call made while attempting to obtain a
TrustVerifier
from the object
returned by the most recent call to
next
.
- setException(RemoteException) - Method in class net.jini.security.proxytrust.SingletonProxyTrustIterator
-
- setExpiration(Lease, long) - Method in class net.jini.lease.LeaseRenewalManager
-
Replaces the current desired expiration of a given lease from the
managed set with a new desired expiration time.
- setExpiration(long) - Method in interface org.apache.river.landlord.LeasedResource
-
Changes the expiration time of the lease.
- setExpirationWarningListener(RemoteEventListener, long, MarshalledObject) - Method in interface net.jini.lease.LeaseRenewalSet
-
Register for the expiration warning event associated with this
set.
- setExplanation(boolean) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the explanation generation flag;
- setFactory(MarshalledObject) - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Set the value of the factory
field in the object linked to by this
JavaBeans component.
- setFiles(boolean) - Method in class org.apache.river.tool.ClassDep
-
Determines how to print out the fully qualified
class names.
- setFloor(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the floor field in the Location object linked to by
this JavaBeans component.
- setFormatExplanation(boolean) - Method in class org.apache.river.tool.envcheck.Reporter.Message
-
Set the flag indicating whether to format the explanation text.
- setGroups(String[]) - Method in interface net.jini.discovery.DiscoveryGroupManagement
-
Replaces all of the group names in the managed set with names from
a new set.
- setGroups(String[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Replaces all of the group names in this registration's managed set of
groups with new set of names.
- setInnerProxyPreparer(ProxyPreparer) - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
Sets the
inner
ProxyPreparer
for this descriptor.
- setKeepNonPublicRoots(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether non-public classes should be retained
in the set of roots used for performing dependency analysis.
- setLeaseBound(long) - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Changes the least upper bound applied to all lease durations granted
by the lookup discovery service.
- setLevel(int) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the reporting level.
- setLifeCycle(LifeCycle) - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Sets the LifeCycle
object for this
descriptor.
- setLocality(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the locality field in the Address object linked to
by this JavaBeans component.
- setLocators(LookupLocator[]) - Method in interface net.jini.discovery.DiscoveryLocatorManagement
-
Replaces all of the locators in the managed set with locators from
a new set, and discards any already-discovered lookup service that
corresponds to a locator that is removed from the managed set
as a result of an invocation of this method.
- setLocators(LookupLocator[]) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
-
Replaces all of the locators in this registration's managed set of
locators with a new set of LookupLocator objects.
- setLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
-
Replace the list of groups to join with a new list.
- setLookupGroups(String[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- setLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
-
Replace the list of locators of specific lookup services to join
with a new list.
- setLookupLocators(LookupLocator[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- setManufacturer(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the manufacturer field in the ServiceInfo
object linked to by this JavaBeans component.
- setMemberGroups(String[]) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Replaces the set whose elements are the names of the groups in which
the lookup service is currently a member with the given set of group
names.
- setMerge(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Select the behavior for processing non-target JAR files which do not
contain preferred lists.
- setModel(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the model field in the ServiceInfo object
linked to by this JavaBeans component.
- setName(String) - Method in class net.jini.lookup.entry.NameBean
-
Set the value of the name field in the object linked to by this
JavaBeans component.
- setName(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the name field in the ServiceInfo object
linked to by this JavaBeans component.
- setOrganization(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the organization field in the Address object linked to
by this JavaBeans component.
- setOrganizationalUnit(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the organizationalUnit field in the Address object
linked to by this JavaBeans component.
- setPersistenceSnapshotThreshold(int) - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Change the value of the size threshold of the snapshot; which is
employed by the lookup discovery service in the test to determine
whether or not to take a "snapshot" of the system state.
- setPersistenceSnapshotWeight(float) - Method in interface org.apache.river.fiddler.FiddlerAdmin
-
Change the weight factor applied by the lookup discovery service
to the snapshot size during the test to determine whether or not
to take a "snapshot" of the system state.
- setPolicy(ClassLoader, Policy) - Method in class org.apache.river.start.AggregatePolicyProvider
-
Changes sub-policy association with given class loader.
- setPostalCode(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the postalCode field in the Address object linked to
by this JavaBeans component.
- setPrint(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be printed.
- setPrintClassesWithFileSeparator(boolean) - Method in class org.apache.river.tool.classdepend.ClassDepend
-
- setPrintTraces(boolean) - Static method in class org.apache.river.tool.envcheck.Reporter
-
Set the flag controlling printing of stack traces.
- setRenewalFailureListener(RemoteEventListener, MarshalledObject) - Method in interface net.jini.lease.LeaseRenewalSet
-
Register for the renewal failure event associated with this set.
- setReplaceJar(boolean) - Method in class org.apache.river.tool.PreferredListGen
-
Set the flag controlling whether a preferred list is to be placed
in the target JAR file.
- setRole(String) - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Set the value of the role
field in the object linked to by this
JavaBeans component.
- setRoom(String) - Method in class net.jini.lookup.entry.LocationBean
-
Set the value of the room field in the Location object linked to by this
JavaBeans component.
- setRootDirBehavior(boolean) - Method in class org.apache.river.tool.ClassDep
-
Controls whether the behavior for finding class files in the specified
directories, if any, must be based on the old behavior (the default) or
the new behavior that solves some of the problems with the old behavior.
- setSerialFormat(int) - Method in interface net.jini.core.lease.Lease
-
Sets the format to use when serializing the lease.
- setSerialFormat(int) - Method in class org.apache.river.lease.AbstractLease
-
Set the serialization format for the expiration.
- setSerialNumber(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the serialNumber field in the ServiceInfo object
linked to by this JavaBeans component.
- setServicePreparer(ProxyPreparer) - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Sets the ProxyPreparer
for this descriptor.
- setSeverity(StatusType) - Method in class net.jini.lookup.entry.StatusBean
-
Set the value of the severity field of the Status object to
which this JavaBeans component is linked.
- setStateOrProvince(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the stateOrProvince field in the Address object
linked to by this JavaBeans component.
- setStorageLocation(String) - Method in interface org.apache.river.admin.StorageLocationAdmin
-
Sets the location of the service's persistent storage,
moving all current persistent storage from the current
location to the specified new location.
- setStreet(String) - Method in class net.jini.lookup.entry.AddressBean
-
Set the value of the street field in the Address object linked to by
this JavaBeans component.
- setToolkit(String) - Method in class net.jini.lookup.entry.UIDescriptorBean
-
Set the value of the toolkit
field in the object linked to by this
JavaBeans component.
- setUnicastPort(int) - Method in interface net.jini.lookup.DiscoveryAdmin
-
Changes the number of the port on which the lookup service is currently
listening for unicast discovery queries to the given port number.
- setupOptions(String[]) - Method in class org.apache.river.tool.ClassDep
-
Convenience method for initializing an instance with specific
command line arguments.
- setupStore(Recover) - Method in class org.apache.river.outrigger.snaplogstore.LogStore
-
Setup store, recover previous state if any.
- setupStore(Recover) - Method in interface org.apache.river.outrigger.Store
-
Set up the store.
- setVendor(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the vendor field in the ServiceInfo object
linked to by this JavaBeans component.
- setVersion(String) - Method in class net.jini.lookup.entry.ServiceInfoBean
-
Set the value of the version field in the ServiceInfo object
linked to by this JavaBeans component.
- severity - Variable in class net.jini.lookup.entry.Status
-
The severity level of this status object.
- SharedActivatableServiceDescriptor - Class in org.apache.river.start
-
Class used to launch shared, activatable services.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], boolean) - Constructor for class org.apache.river.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], ProxyPreparer, ProxyPreparer, boolean) - Constructor for class org.apache.river.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], boolean, String, int) - Constructor for class org.apache.river.start.SharedActivatableServiceDescriptor
-
Convenience constructor.
- SharedActivatableServiceDescriptor(String, String, String, String, String, String[], ProxyPreparer, ProxyPreparer, boolean, String, int) - Constructor for class org.apache.river.start.SharedActivatableServiceDescriptor
-
Main constructor.
- SharedActivatableServiceDescriptor.Created - Class in org.apache.river.start
-
- SharedActivationGroupDescriptor - Class in org.apache.river.start
-
Class used to create a shared activation group.
- SharedActivationGroupDescriptor(String, String, String, String, String[], String[]) - Constructor for class org.apache.river.start.SharedActivationGroupDescriptor
-
Trivial constructor.
- SharedActivationGroupDescriptor(String, String, String, String, String[], String[], String, int) - Constructor for class org.apache.river.start.SharedActivationGroupDescriptor
-
Trivial constructor.
- SharedActivationPolicyPermission - Class in org.apache.river.start
-
- SharedActivationPolicyPermission(String) - Constructor for class org.apache.river.start.SharedActivationPolicyPermission
-
Constructor that creates a
SharedActivationPolicyPermission
with the specified name.
- SharedActivationPolicyPermission(String, String) - Constructor for class org.apache.river.start.SharedActivationPolicyPermission
-
Constructor that creates a
SharedActivationPolicyPermission
with the specified name.
- SharedGroup - Interface in org.apache.river.start
-
- SharedGroupBackEnd - Interface in org.apache.river.start
-
The SharedGroupBackEnd
interface
- SharedGroupImpl - Class in org.apache.river.start
-
The provided implementation
of the
SharedGroup
service.
- showPackages() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
-
- shutdown() - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- shutdown() - Method in class org.apache.river.thread.ReadyState
-
Marks the service as shutting down, waiting if it is initializing,
and throwing NoSuchObjectException
if it is already
shutting down.
- shutdown() - Method in class org.apache.river.thread.SynchronousExecutors
-
- shutdownNow() - Method in class org.apache.river.thread.ExtensibleExecutorService
-
- SingletonProxyTrustIterator - Class in net.jini.security.proxytrust
-
A simple ProxyTrustIterator
that produces a single object
as the only element of the iteration.
- SingletonProxyTrustIterator(Object) - Constructor for class net.jini.security.proxytrust.SingletonProxyTrustIterator
-
Creates an instance with the specified object to use as the only
element of the iteration.
- size() - Method in class org.apache.river.lease.AbstractLeaseMap
-
- skip(long) - Method in class org.apache.river.reliableLog.LogInputStream
-
Skips n bytes of input.
- snapshot(Entry) - Method in interface net.jini.space.JavaSpace
-
The process of serializing an entry for transmission to a JavaSpaces
service will be identical if the same entry is used twice.
- snapshot(OutputStream) - Method in class org.apache.river.reliableLog.LogHandler
-
Writes the snapshot to a stream.
- snapshot() - Method in class org.apache.river.reliableLog.ReliableLog
-
Records the client-defined current snapshot by invoking the client
supplied snapshot callback, and then empties the log of incremental
updates.
- snapshotSize() - Method in class org.apache.river.reliableLog.ReliableLog
-
Returns the size of the current snapshot file in bytes;
- source - Variable in class net.jini.core.event.RemoteEvent
-
The event source.
- space() - Method in interface org.apache.river.outrigger.JavaSpaceAdmin
-
Deprecated.
Return the space that this administrative object governs.
- space() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- SslEndpoint - Class in net.jini.jeri.ssl
-
An implementation of
Endpoint
that uses TLS/SSL to support
invocation constraints for direct communication over TCP sockets.
- SslServerEndpoint - Class in net.jini.jeri.ssl
-
An implementation of
ServerEndpoint
that uses TLS/SSL to support
invocation constraints for direct communication over TCP sockets.
- SslTrustVerifier - Class in net.jini.jeri.ssl
-
- SslTrustVerifier() - Constructor for class net.jini.jeri.ssl.SslTrustVerifier
-
Creates an instance of this class.
- start() - Method in interface org.apache.river.api.util.Startable
-
Called after construction, this method enables objects to delay
starting threads or exporting until after construction is complete,
to allow safe publication of the service in accordance with the JMM.
- start() - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- start() - Method in class org.apache.river.start.SharedGroupImpl
-
- start() - Method in class org.apache.river.thread.InProgress
-
Signal the start of the operation this object bounds.
- start() - Method in class org.apache.river.thread.SynchronousExecutors
-
- Startable - Interface in org.apache.river.api.util
-
Implemented by an object to enable starting threads, perform remote
export or any other activity after construction is complete, required to put
the object into an operational state.
- startTime() - Method in class org.apache.river.thread.RetryTask
-
Return the time this task was created, or the last
time reset
was called.
- stateOrProvince - Variable in class net.jini.lookup.entry.Address
-
Full name or standard postal abbreviation of a state or
province.
- Status - Class in net.jini.lookup.entry
-
The base class from which other status-related entry classes may be
derived.
- Status() - Constructor for class net.jini.lookup.entry.Status
-
Construct an empty Status object.
- Status(StatusType) - Constructor for class net.jini.lookup.entry.Status
-
Construct a Status object with the given severity.
- StatusBean - Class in net.jini.lookup.entry
-
A JavaBeans(TM) component that encapsulates a Status object.
- StatusBean() - Constructor for class net.jini.lookup.entry.StatusBean
-
Unlike other EntryBean constructors, this one does not
establish a link to a new object.
- StatusType - Class in net.jini.lookup.entry
-
Information pertaining to the severity of a Status object.
- stop() - Method in class org.apache.river.thread.InProgress
-
Signal the stop of the operation this object bounds.
- stop() - Method in class org.apache.river.thread.WakeupManager
-
Stop executing.
- StorableObject<T> - Interface in org.apache.river.outrigger
-
Interface that must be implemented by objects that must persist their
state.
- StorableResource<T extends LeasedResource> - Interface in org.apache.river.outrigger
-
Sub-interface of StorableObject
that must be implemented by
objects that represent leased resources and must persist their state.
- StorageLocationAdmin - Interface in org.apache.river.admin
-
Admin interface for controlling the location of a service's persistent
storage.
- store(ObjectOutputStream) - Method in interface org.apache.river.outrigger.StorableObject
-
Store the persistent fields
- Store - Interface in org.apache.river.outrigger
-
This interface defines the methods that any OutriggerServerImpl store must
implement.
- StoredObject<T extends StorableObject<T>> - Interface in org.apache.river.outrigger
-
Interface for a stored resource.
- StoredResource - Interface in org.apache.river.outrigger
-
Interface for a stored resource.
- storeLoggerName - Static variable in class org.apache.river.outrigger.OutriggerServerImpl
-
Logger name for information related to persistence
- StreamPlugThread - Class in org.apache.river.thread
-
StreamPlugThread
is a utility class that "plugs" two streams,
one input stream and one output stream, together by creating a thread that
repeatedly reads any data available from the input stream and writes it to
the output stream.
- StreamPlugThread(InputStream, OutputStream) - Constructor for class org.apache.river.thread.StreamPlugThread
-
- street - Variable in class net.jini.lookup.entry.Address
-
Street address.
- stringLiteral(String) - Static method in class org.apache.river.config.ConfigUtil
-
Returns a
String
whose characters, if parsed by a
ConfigurationFile
, would yield a
String
equivalent to the passed argument.
- STRONG - Static variable in class net.jini.jeri.ssl.ConfidentialityStrength
-
If confidentiality of message contents is ensured, then use strong
confidentiality for message contents.
- SubjectDomain - Interface in org.apache.river.api.security
-
- SubVM - Class in org.apache.river.tool.envcheck
-
A container for a subtask which runs in a separate and returns a
single object by writing that object to System.out
.
- SubVM() - Constructor for class org.apache.river.tool.envcheck.SubVM
-
- SubVMTask - Interface in org.apache.river.tool.envcheck
-
A subtask to be run in a separate VM.
- SunJrmpExporter - Class in org.apache.river.phoenix
-
JRMP exporter to export an object using a well-known object identifier.
- SunJrmpExporter(int, int) - Constructor for class org.apache.river.phoenix.SunJrmpExporter
-
Creates a JRMP exporter that exports using the specified well-known
object identifier and the specified port.
- SynchronousExecutors - Class in org.apache.river.thread
-
The intent of this Executor is to share a single thread pool among tasks with
dependencies that prevent them running concurrently.
- SynchronousExecutors(ScheduledExecutorService) - Constructor for class org.apache.river.thread.SynchronousExecutors
-
- SystemAccessExporter - Class in org.apache.river.phoenix
-
Exporter that wraps an
ActivationSystem
instance so that it
only accepts calls from the local host and optionally enforces a
GroupPolicy
on calls to
registerGroup
and
setActivationGroupDesc
.
- SystemAccessExporter() - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
Creates an exporter with an underlying
SunJrmpExporter
that
exports using a well-known object identifier (4) on the standard
activation port (1098), and a
DefaultGroupPolicy
instance.
- SystemAccessExporter(GroupPolicy) - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
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) - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
Creates an exporter with an underlying
SunJrmpExporter
that
exports using a well-known object identifier (4) on the specified port,
and a
DefaultGroupPolicy
instance.
- SystemAccessExporter(int, GroupPolicy) - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
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.
- SystemAccessExporter(Exporter) - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
Creates an exporter with the specified underlying exporter and a
DefaultGroupPolicy
instance.
- SystemAccessExporter(Exporter, GroupPolicy) - Constructor for class org.apache.river.phoenix.SystemAccessExporter
-
Creates an exporter with the specified underlying exporter and the
specified group policy, if any.
- SystemAccessILFactory - Class in org.apache.river.phoenix
-
- SystemAccessILFactory() - Constructor for class org.apache.river.phoenix.SystemAccessILFactory
-
Creates an invocation layer factory that creates an invocation
dispatcher with a
DefaultGroupPolicy
instance and a
null
class loader.
- SystemAccessILFactory(GroupPolicy, ClassLoader) - Constructor for class org.apache.river.phoenix.SystemAccessILFactory
-
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
- SystemAccessILFactory(MethodConstraints) - Constructor for class org.apache.river.phoenix.SystemAccessILFactory
-
- SystemAccessILFactory(MethodConstraints, Class, GroupPolicy, ClassLoader) - Constructor for class org.apache.river.phoenix.SystemAccessILFactory
-
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
- SystemAccessILFactory.SystemDispatcher - Class in org.apache.river.phoenix
-
- SystemAccessProxyTrustILFactory - Class in org.apache.river.phoenix
-
- SystemAccessProxyTrustILFactory() - Constructor for class org.apache.river.phoenix.SystemAccessProxyTrustILFactory
-
Creates an invocation layer factory that creates an invocation
dispatcher with a
DefaultGroupPolicy
instance and a
null
class loader.
- SystemAccessProxyTrustILFactory(GroupPolicy, ClassLoader) - Constructor for class org.apache.river.phoenix.SystemAccessProxyTrustILFactory
-
Creates an invocation layer factory that creates an invocation
dispatcher with the specified group policy and the specified class
loader.
- SystemAccessProxyTrustILFactory(MethodConstraints) - Constructor for class org.apache.river.phoenix.SystemAccessProxyTrustILFactory
-
- SystemAccessProxyTrustILFactory(MethodConstraints, Class, GroupPolicy, ClassLoader) - Constructor for class org.apache.river.phoenix.SystemAccessProxyTrustILFactory
-
Creates a factory with the specified server constraints, permission
class, group policy, and class loader.
- SystemDispatcher(Collection, Remote, ServerCapabilities, MethodConstraints, Class, GroupPolicy, boolean, ClassLoader) - Constructor for class org.apache.river.phoenix.SystemAccessILFactory.SystemDispatcher
-
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.
- SystemPermission - Class in org.apache.river.phoenix
-
- SystemPermission(String) - Constructor for class org.apache.river.phoenix.SystemPermission
-
Creates an instance with the specified name.
- take(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Take a matching entry from the space, waiting until one exists.
- take(Collection, Transaction, long, long) - Method in interface net.jini.space.JavaSpace05
-
This method provides an overload of the
JavaSpace.take
method that attempts to
remove, optionally under a
Transaction
, and return
one or more entries from the space.
- take(EntryRep, Transaction, long, OutriggerServer.QueryCookie) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- take(EntryRep[], Transaction, long, int, OutriggerServer.QueryCookie) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- takeIfExists(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
-
Take a matching entry from the space, returning
null
if there is currently is none.
- takeIfExists(EntryRep, Transaction, long, OutriggerServer.QueryCookie) - Method in class org.apache.river.outrigger.OutriggerServerImpl
-
- takeOp(Uuid, Long) - Method in interface org.apache.river.outrigger.LogOps
-
Log a take
operation.
- takeOp(Uuid[], Long) - Method in interface org.apache.river.outrigger.LogOps
-
Log a batch take
operation.
- task - Variable in class org.apache.river.thread.WakeupManager.Ticket
-
The task object to be executed
- TaskManager - Class in org.apache.river.thread
-
- TaskManager() - Constructor for class org.apache.river.thread.TaskManager
-
Deprecated.
Create a task manager with maxThreads = 10, timeout = 15 seconds,
and loadFactor = 3.0.
- TaskManager(int, long, float) - Constructor for class org.apache.river.thread.TaskManager
-
Deprecated.
Create a task manager.
- TaskManager.Task - Interface in org.apache.river.thread
-
Deprecated.
The interface that tasks must implement
- taskName(String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
-
Return a fully qualified external class name for the given static
inner class name.
- tasks - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Active and pending tasks
- TcpEndpoint - Class in net.jini.jeri.tcp
-
An implementation of the
Endpoint
abstraction that uses TCP
sockets (instances of
Socket
) for the underlying
communication mechanism.
- TcpServerEndpoint - Class in net.jini.jeri.tcp
-
An implementation of the
ServerEndpoint
abstraction that
uses TCP sockets (instances of
ServerSocket
) for the
underlying communication mechanism.
- terminate() - Method in interface net.jini.discovery.DiscoveryManagement
-
Ends all discovery processing being performed by the current
implementation of this interface.
- terminate() - Method in class net.jini.lookup.JoinManager
-
Performs cleanup duties related to the termination of the lookup
service discovery event mechanism, as well as the lease and
thread management performed by the JoinManager
.
- terminate() - Method in interface net.jini.lookup.LookupCache
-
Performs cleanup duties related to the termination of
the processing being performed by a particular instance of
LookupCache
.
- terminate() - Method in class net.jini.lookup.ServiceDiscoveryManager
-
The terminate
method performs cleanup duties related to the
termination of the event mechanism for lookup service discovery, the
event mechanism for service discovery, and the cache management duties of
the ServiceDiscoveryManager
.
- terminate() - Method in class org.apache.river.thread.TaskManager
-
Deprecated.
Interrupt all threads, and stop processing tasks.
- terminate() - Method in class org.apache.river.tool.ClassServer
-
Close the server socket, causing the thread to terminate.
- terminated - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
True if manager has been terminated
- thread(Runnable) - Method in class org.apache.river.thread.WakeupManager.ThreadDesc
-
Create a thread for the given runnable based on the values in this
object.
- ThreadDesc() - Constructor for class org.apache.river.thread.WakeupManager.ThreadDesc
-
Equivalent to
ThreadDesc(null, false)
- ThreadDesc(ThreadGroup, boolean) - Constructor for class org.apache.river.thread.WakeupManager.ThreadDesc
-
Equivalent to
ThreadDesc(group, deamon, Thread.NORM_PRIORITY)
- ThreadDesc(ThreadGroup, boolean, int) - Constructor for class org.apache.river.thread.WakeupManager.ThreadDesc
-
Describe a future thread that will be created in the given group,
deamon status, and priority.
- ThreadPoolPermission - Class in org.apache.river.thread
-
Permission to use internal thread pools (see GetThreadPoolAction).
- ThreadPoolPermission(String) - Constructor for class org.apache.river.thread.ThreadPoolPermission
-
Creates a new ThreadPoolPermission with the
specified name.
- threads - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Active threads
- throwConfigurationException(ConfigurationException, List) - Method in class net.jini.config.ConfigurationFile
-
Allows a subclass of ConfigurationFile
to
control the ConfigurationException
that is thrown.
- throwRemoteException() - Method in exception org.apache.river.proxy.ThrowThis
-
Throw the RemoteException
the server wants thrown
- ThrowThis - Exception in org.apache.river.proxy
-
The semi-official way for remote methods on registration objects
(e.g LeaseRenewalSet
,
LookupDiscoveryRegistration
,
MailboxRegistration
) to indicate that the registration
no longer exists is to throw NoSuchObjectException
.
- ThrowThis(RemoteException) - Constructor for exception org.apache.river.proxy.ThrowThis
-
Simple constructor
- ThrowThis(RemoteException, String) - Constructor for exception org.apache.river.proxy.ThrowThis
-
Simple constructor.
- timeout - Variable in class org.apache.river.thread.TaskManager
-
Deprecated.
Idle time before a thread should exit
- TimeoutExpiredException - Exception in net.jini.core.transaction
-
Exception thrown when a transaction timeout has expired.
- TimeoutExpiredException(boolean) - Constructor for exception net.jini.core.transaction.TimeoutExpiredException
-
Constructs an instance with no detail message.
- TimeoutExpiredException(String, boolean) - Constructor for exception net.jini.core.transaction.TimeoutExpiredException
-
Constructs an instance with a detail message.
- toASCIIString() - Method in class org.apache.river.api.net.Uri
-
Returns the textual string representation of this URI instance using the
US-ASCII encoding.
- toolkit - Variable in class net.jini.lookup.entry.UIDescriptor
-
A String
to facilitate searching whose value represents the main UI toolkit (for example
Swing or AWT) which the produced UI makes use of.
- toString() - Method in class net.jini.activation.ActivatableInvocationHandler
-
Returns a string representation of this object.
- toString() - Method in class net.jini.config.AbstractConfiguration.Primitive
-
Returns a string representation of this object.
- toString() - Method in exception net.jini.config.ConfigurationException
-
Returns a short description of this exception.
- toString() - Method in class net.jini.config.ConfigurationFile.ErrorDescriptor
-
Returns a string representation of this error.
- toString() - Method in class net.jini.config.ConfigurationFile
-
Returns a string representation of this object.
- toString() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
-
Returns a string representation of this object.
- toString() - Method in class net.jini.constraint.BasicMethodConstraints
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ClientAuthentication
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ClientMaxPrincipal
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ClientMaxPrincipalType
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ClientMinPrincipal
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ClientMinPrincipalType
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.Confidentiality
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ConnectionRelativeTime
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ConstraintAlternatives
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.Delegation
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.DelegationRelativeTime
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.Integrity
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.InvocationConstraints
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ServerAuthentication
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.constraint.ServerMinPrincipal
-
Returns a string representation of this object.
- toString() - Method in class net.jini.core.discovery.LookupLocator
-
Return the string form of this LookupLocator, as a URL of scheme
"jini"
.
- toString() - Method in class net.jini.core.lookup.ServiceEvent
-
Returns a String
representation of this
ServiceEvent
.
- toString() - Method in class net.jini.core.lookup.ServiceID
-
Returns a 36-character string of five fields separated by hyphens, with
each field represented in lowercase hexadecimal with the same number of
digits as in the field.
- toString() - Method in class net.jini.core.lookup.ServiceItem
-
Returns a String
representation of this
ServiceItem
.
- toString() - Method in class net.jini.core.lookup.ServiceMatches
-
Returns a String
representation of this
ServiceMatches
.
- toString() - Method in class net.jini.core.lookup.ServiceTemplate
-
Returns a String
representation of this
ServiceTemplate
.
- toString() - Method in class net.jini.core.transaction.NestableTransaction.Created
-
- toString() - Method in class net.jini.core.transaction.server.NestableServerTransaction
-
- toString() - Method in class net.jini.core.transaction.server.ServerTransaction
-
- toString() - Method in class net.jini.core.transaction.server.TransactionManager.Created
-
- toString() - Method in class net.jini.core.transaction.Transaction.Created
-
- toString() - Method in class net.jini.discovery.ConstrainableLookupLocator
-
Returns a string representation of this object.
- toString() - Method in class net.jini.entry.AbstractEntry
-
- toString(Entry) - Static method in class net.jini.entry.AbstractEntry
-
Returns a String
representation of its argument
that will contain the name of the argument's class and a
representation of each of the argument's entry fields.
- toString() - Method in class net.jini.id.Uuid
-
Returns a string representation of this Uuid
.
- toString() - Method in class net.jini.iiop.IiopExporter
-
Returns the string representation for this exporter.
- toString() - Method in class net.jini.jeri.AbstractILFactory
-
Returns a string representation for this factory.
- toString() - Method in class net.jini.jeri.BasicILFactory
-
Returns a string representation of this factory.
- toString() - Method in class net.jini.jeri.BasicInvocationHandler
-
Returns a string representation of this
BasicInvocationHandler
.
- toString() - Method in class net.jini.jeri.BasicJeriExporter
-
Returns the string representation for this exporter.
- toString() - Method in class net.jini.jeri.BasicObjectEndpoint
-
Returns a string representation of this
BasicObjectEndpoint
.
- toString() - Method in class net.jini.jeri.http.HttpEndpoint
-
Returns a string representation of this
HttpEndpoint
.
- toString() - Method in class net.jini.jeri.http.HttpServerEndpoint
-
Returns a string representation of this
HttpServerEndpoint
.
- toString() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
-
Returns a string representation of this endpoint.
- toString() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.ssl.ConfidentialityStrength
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.ssl.HttpsEndpoint
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.ssl.SslEndpoint
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.ssl.SslServerEndpoint
-
Returns a string representation of this object.
- toString() - Method in class net.jini.jeri.tcp.TcpEndpoint
-
Returns a string representation of this
TcpEndpoint
.
- toString() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
-
Returns a string representation of this
TcpServerEndpoint
.
- toString() - Method in class net.jini.jrmp.JrmpExporter
-
Returns the string representation for this exporter.
- toString() - Method in class net.jini.loader.pref.PreferredClassLoader
-
Returns a string representation of this class loader.
- toString() - Method in class net.jini.lookup.entry.StatusType
-
Returns a string representation of this object.
- toString() - Method in class net.jini.security.BasicProxyPreparer
-
Returns a string representation of this object.
- toString() - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
-
Returns a string representation of this object.
- toString() - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
-
Returns a string representation of this object.
- toString() - Method in class net.jini.security.VerifyingProxyPreparer
-
Returns a string representation of this object.
- toString() - Method in class org.apache.river.api.lookup.DefaultEntries
-
- toString() - Method in class org.apache.river.api.net.Uri
-
Returns the textual string representation of this URI instance.
- toString() - Method in class org.apache.river.discovery.DiscoveryProtocolVersion
-
- toString() - Method in class org.apache.river.discovery.MulticastAnnouncement
-
Returns a string representation of this announcement.
- toString() - Method in class org.apache.river.discovery.MulticastMaxPacketSize
-
- toString() - Method in class org.apache.river.discovery.MulticastRequest
-
Returns string representation of this request.
- toString() - Method in class org.apache.river.discovery.MulticastTimeToLive
-
- toString() - Method in class org.apache.river.discovery.UnicastResponse
-
Returns a string representation of this response.
- toString() - Method in class org.apache.river.discovery.UnicastSocketTimeout
-
- toString() - Method in class org.apache.river.landlord.LandlordLease
-
- toString() - Method in class org.apache.river.start.ActivateWrapper.ActivateDesc
-
- toString() - Method in class org.apache.river.start.NonActivatableServiceDescriptor
-
Prints out a field summary
- toString() - Method in class org.apache.river.start.SharedActivatableServiceDescriptor
-
- toString() - Method in class org.apache.river.start.SharedActivationGroupDescriptor
-
- toString() - Method in class org.apache.river.thread.WakeupManager.ThreadDesc
-
- toString() - Method in class org.apache.river.thread.WakeupManager.Ticket
-
- toString() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
-
- toString() - Method in class org.apache.river.tool.ProfilingSecurityManager
-
- totalMatches - Variable in class net.jini.core.lookup.ServiceMatches
-
Total number of matching items.
- toURL() - Method in class org.apache.river.api.net.Uri
-
Converts this URI instance to a URL.
- transaction - Variable in class net.jini.core.transaction.NestableTransaction.Created
-
The transaction.
- Transaction - Interface in net.jini.core.transaction
-
Interface for classes representing transactions returned by
TransactionManager
servers for use with transaction
participants that implement the default transaction semantics.
- transaction - Variable in class net.jini.core.transaction.Transaction.Created
-
The transaction.
- Transaction.Created - Class in net.jini.core.transaction
-
Class that holds return values from create methods.
- TransactionConstants - Interface in net.jini.core.transaction.server
-
Constants common to transaction managers and participants.
- TransactionException - Exception in net.jini.core.transaction
-
Base class for exceptions thrown during a transaction.
- TransactionException(String) - Constructor for exception net.jini.core.transaction.TransactionException
-
Constructs an instance with a detail message.
- TransactionException() - Constructor for exception net.jini.core.transaction.TransactionException
-
Constructs an instance with no detail message.
- TransactionException(String, Throwable) - Constructor for exception net.jini.core.transaction.TransactionException
-
- TransactionFactory - Class in net.jini.core.transaction
-
Factory methods for creating top-level transactions.
- TransactionManager - Interface in net.jini.core.transaction.server
-
The interface used for managers of the two-phase commit protocol for
top-level transactions.
- TransactionManager.Created - Class in net.jini.core.transaction.server
-
Class that holds return values from create methods.
- TransactionParticipant - Interface in net.jini.core.transaction.server
-
The interface used for participants of the two-phase commit protocol.
- TransientRegistrarImpl - Class in org.apache.river.reggie
-
Class for starting transient lookup services.
- TransientRegistrarImpl(String[], LifeCycle) - Constructor for class org.apache.river.reggie.TransientRegistrarImpl
-
Constructs a TransientRegistrarImpl based on a configuration obtained
using the provided arguments.
- TransientRegistrarImpl(Configuration, LifeCycle) - Constructor for class org.apache.river.reggie.TransientRegistrarImpl
-
Constructs a TransientRegistrarImpl based on the configuration argument
If lifeCycle is non-null, then its
unregister method is invoked during service shutdown.
- transition - Variable in class net.jini.core.lookup.ServiceEvent
-
One of ServiceRegistrar.TRANSITION_*MATCH_*MATCH.
- TRANSITION_MATCH_MATCH - Static variable in interface net.jini.core.lookup.ServiceRegistrar
-
An event is sent when the changed item matches the template both
before and after the operation.
- TRANSITION_MATCH_NOMATCH - Static variable in interface net.jini.core.lookup.ServiceRegistrar
-
An event is sent when the changed item matches the template before
the operation, but doesn't match the template after the operation
(this includes deletion of the item).
- TRANSITION_NOMATCH_MATCH - Static variable in interface net.jini.core.lookup.ServiceRegistrar
-
An event is sent when the changed item doesn't match the template
before the operation (this includes not existing), but does match
the template after the operation.
- translateConstraints(MethodConstraints, Method[]) - Static method in class org.apache.river.proxy.ConstrainableProxyUtil
-
Creates a
MethodConstraints
using the constraints in
methodConstraints
, but with the methods remapped according
to
mappings
, where the first element of each pair of
elements is mapped to the second.
- TrustEquivalence - Interface in net.jini.security.proxytrust
-
Defines an interface for checking that an object (that is not yet known to
be trusted) is equivalent in trust, content, and function to a known
trusted object.
- TrustVerifier - Interface in net.jini.security
-
Defines the interface for trust verifiers used by
Security.verifyObjectTrust
, allowing
the objects that are trusted to be extended.
- TrustVerifier.Context - Interface in net.jini.security
-
- tryOnce() - Method in class org.apache.river.thread.RetryTask
-
Make a single attempt.
- TWO - Static variable in class org.apache.river.discovery.DiscoveryProtocolVersion
-
Use discovery protocol version 2.
- type - Variable in class org.apache.river.lookup.entry.BasicServiceType
-
The type of service.