This project has retired. For details please refer to its Attic page.
Index (Apache River v3.0.0 API Documentation)
Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Y 

A

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 AccessILFactoryinstance with no server constraints, no permission class, and a null class loader.
AccessILFactory(ClassLoader) - Constructor for class org.apache.river.phoenix.AccessILFactory
Creates an AccessILFactoryinstance with no server constraints, no permission class, and the specified class loader.
AccessILFactory.AccessDispatcher - Class in org.apache.river.phoenix
A subclass of BasicInvocationDispatcher that only accepts calls from the local host.
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
Subclass of java.rmi.activation.ActivationGroup to allow activatable objects that are exported using an Exporter to go inactive.
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
Initialization data for ActivationGroupImpl, to control the activation group's configuration.
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
Deprecated.
Use MatchSet instead. MatchSets can be obtained using the JavaSpace05.contents method.
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
A RemoteEvent marking the transition of an Entry from unavailable to available.
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
 

B

BasicILFactory - Class in net.jini.jeri
A basic implementation of an InvocationLayerFactory.
BasicILFactory() - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory instance with no server constraints, no permission class, and a null class loader.
BasicILFactory(MethodConstraints, Class) - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory with the specified server constraints, permission class, and a null class loader.
BasicILFactory(MethodConstraints, Class, ClassLoader) - Constructor for class net.jini.jeri.BasicILFactory
Creates a BasicILFactory with the specified server constraints, permission class, and class loader.
BasicInvocationDispatcher - Class in net.jini.jeri
A basic implementation of the InvocationDispatcher interface, providing preinvocation access control for remote objects exported using BasicJeriExporter.
BasicInvocationDispatcher(Collection, ServerCapabilities, MethodConstraints, Class, ClassLoader) - Constructor for class net.jini.jeri.BasicInvocationDispatcher
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, performing preinvocation access control using the specified permission class (if any).
BasicInvocationHandler - Class in net.jini.jeri
A basic implementation of the InvocationHandler interface.
BasicInvocationHandler(ObjectEndpoint, MethodConstraints) - Constructor for class net.jini.jeri.BasicInvocationHandler
Creates a new BasicInvocationHandler with the specified ObjectEndpoint and server constraints.
BasicInvocationHandler(BasicInvocationHandler, MethodConstraints) - Constructor for class net.jini.jeri.BasicInvocationHandler
Creates a new BasicInvocationHandler with the specified client constraints and with the same ObjectEndpoint and server constraints as the given other BasicInvocationHandler.
BasicJeriExporter - Class in net.jini.jeri
An Exporter implementation for exporting a remote object to use Jini extensible remote invocation (Jini ERI).
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint and invocation layer factory.
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, and keepAlive flag.
BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean, Uuid) - Constructor for class net.jini.jeri.BasicJeriExporter
Creates a new BasicJeriExporter with the given server endpoint, invocation layer factory, enableDGC flag, keepAlive flag, and object identifier.
BasicJeriTrustVerifier - Class in net.jini.jeri
Trust verifier for dynamic proxies and object endpoints used in Jini extensible remote invocation (Jini ERI).
BasicJeriTrustVerifier() - Constructor for class net.jini.jeri.BasicJeriTrustVerifier
Creates an instance.
BasicMethodConstraints - Class in net.jini.constraint
Basic implementation of MethodConstraints, allowing limited wildcard matching on method names and parameter types.
BasicMethodConstraints(BasicMethodConstraints.MethodDesc[]) - Constructor for class net.jini.constraint.BasicMethodConstraints
Creates an instance with the specified ordered array of descriptors.
BasicMethodConstraints(InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints
Creates an instance that maps all methods to the specified constraints.
BasicMethodConstraints.MethodDesc - Class in net.jini.constraint
Descriptor for specifying the constraints associated with one or more methods allowing limited wildcard matching on method names and parameter types.
BasicObjectEndpoint - Class in net.jini.jeri
References a remote object with an Endpoint for sending requests to the object and a Uuid to identify the object at that Endpoint.
BasicObjectEndpoint(Endpoint, Uuid, boolean) - Constructor for class net.jini.jeri.BasicObjectEndpoint
Creates a new BasicObjectEndpoint to reference a remote object at the specified Endpoint with the specified Uuid.
BasicProxyPreparer - Class in net.jini.security
A ProxyPreparer for verifying that proxies are trusted, granting them dynamic permissions, and setting their constraints, as well as for creating other proxy preparer subclasses that include those operations.
BasicProxyPreparer() - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies not to verify proxies, grant them permissions, or set their constraints.
BasicProxyPreparer(boolean, Permission[]) - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies whether proxies should be verified, using the constraints on the proxy by default, and specifies what permissions to grant to proxies.
BasicProxyPreparer(boolean, MethodConstraints, Permission[]) - Constructor for class net.jini.security.BasicProxyPreparer
Creates a proxy preparer that specifies whether proxies should be verified, specifies permissions to grant them, and specifies what method constraints to use when verifying and setting constraints.
BasicProxyTrustVerifier - Class in org.apache.river.proxy
A basic trust verifier for proxies.
BasicProxyTrustVerifier(Object) - Constructor for class org.apache.river.proxy.BasicProxyTrustVerifier
Creates a trust verifier containing the specified trusted proxy.
BasicRenewalFailureEvent - Class in org.apache.river.lease
Basic implementation of RenewalFailureEvent that defers unmarshalling.
BasicRenewalFailureEvent(LeaseRenewalSet, long, MarshalledObject, MarshalledInstance, MarshalledInstance) - Constructor for class org.apache.river.lease.BasicRenewalFailureEvent
Simple constructor.
BasicServiceType - Class in org.apache.river.lookup.entry
An implementation of ServiceType that uses ResourceBundles.
BasicServiceType() - Constructor for class org.apache.river.lookup.entry.BasicServiceType
Simple constructor, leaves type field set to null.
BasicServiceType(String) - Constructor for class org.apache.river.lookup.entry.BasicServiceType
Simple constructor, sets type field to parameter value.
BasicUntrustedObjectSecurityContext - Class in net.jini.security.proxytrust
A basic trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects, based on a specified set of permissions.
BasicUntrustedObjectSecurityContext(Permission[]) - Constructor for class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
Constructs an instance with the specified permissions.
Beta - Annotation Type in org.apache.river.api.common
Annotation to indicate the annotated element is subject to change in behaviour, definition, removal.
block() - Method in class org.apache.river.thread.InProgress
Signal the blocking of the operation this object bounds.
blocked() - Method in class org.apache.river.thread.InProgress
Return true if at least one block has been invoked without its corresponding unblock.
bootOp(long, long) - Method in interface org.apache.river.outrigger.LogOps
Log a server boot (first time start or any reactivation).
Browser - Class in org.apache.river.example.browser
Example service browser.
Browser(ActionListener, Configuration) - Constructor for class org.apache.river.example.browser.Browser
Creates an instance with the given action listener for the Exit menu item and the given configuration.
Browser(String[], LifeCycle) - Constructor for class org.apache.river.example.browser.Browser
Creates an instance with the given command line arguments and life cycle callback.
Browser.Exit - Class in org.apache.river.example.browser
An action listener that cancels any lookup service event registration lease and then calls System.exit.
build() - Method in class org.apache.river.api.security.PermissionGrantBuilder
Build the PermissionGrant using information supplied.
build() - Method in class org.apache.river.tool.classdepend.ClassDependParameters.CDPBuilder
Builds ClassDependParameters immutable object from optional parameters, execute this method last, after setting all optional parameters.
building - Variable in class net.jini.lookup.entry.Location
A building name or code.

C

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
Checks the format of the source for a ConfigurationFile.
checkConstraints(InboundRequestHandle, InvocationConstraints) - Method in interface net.jini.jeri.connection.ServerConnection
Implements InboundRequest.checkConstraints for a request with the specified handle.
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
Calls BasicInvocationDispatcher.checkClientPermission with the specified permission.
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
Implements InboundRequest.checkPermissions for a request with the specified handle.
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
Provides static methods for loading classes using RMIClassLoaderSpi with optional verification that the codebase URIs used to load classes provide content integrity (see Security.verifyCodebaseIntegrity).
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 Uuids, 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
Concatenate the strings resulting from calling String.valueOf(Object) on each element of an array of objects.
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
Provides client-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
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
Deprecated.
The JavaSpace05.contents method can be used to view the space's contents.
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
Trust verifier for ConstrainableLookupLocator instances.
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
Trust verifier for instances of the constraint classes defined in the net.jini.core.constraint package, and for the BasicMethodConstraints, X500Principal and KerberosPrincipal classes.
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
Creates an ActivationGroup instance and returns it.
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
Returns a new ObjectInputStream instance to use to read objects from the response input stream obtained by invoking the getResponseInputStream method on the given request.
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
Returns a new ObjectOutputStream instance to use to write objects to the request output stream obtained by invoking the getRequestOutputStream method on the given request.
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.

D

data - Variable in class org.apache.river.start.ActivateWrapper.ActivateDesc
The activatable object's initialization data.
DatagramBufferFactory - Interface in org.apache.river.discovery
Factory that produces byte buffers, each corresponding to a separate datagram packet to be sent.
debug(boolean) - Method in class org.apache.river.thread.InProgress
Set the debug mode on or off.
DebugDynamicPolicyProvider - Class in org.apache.river.tool
Defines a DynamicPolicy that logs information about missing permissions, and optionally grants all permissions, which is FOR DEBUGGING ONLY.
DebugDynamicPolicyProvider() - Constructor for class org.apache.river.tool.DebugDynamicPolicyProvider
Creates an instance of this class that wraps a default underlying policy, as specified by DynamicPolicyProvider().
DebugDynamicPolicyProvider(Policy) - Constructor for class org.apache.river.tool.DebugDynamicPolicyProvider
Creates an instance of this class that wraps around the given non-null base policy object.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in interface org.apache.river.discovery.DelayedMulticastAnnouncementDecoder
Decodes the multicast announcement data contained in the given buffer in a manner that satisfies the specified absolute constraints, returning a MulticastAnnouncement instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastAnnouncement(DatagramPacket, InvocationConstraints) - Method in class org.apache.river.discovery.Discovery
Decodes the multicast announcement data contained in the given datagram in a manner that satisfies the specified constraints, returning a MulticastAnnouncement instance that contains the decoded data.
decodeMulticastAnnouncement(DatagramPacket, InvocationConstraints, boolean) - Method in class org.apache.river.discovery.Discovery
Decodes the multicast announcement data contained in the given datagram in a manner that satisfies the specified constraints, returning a MulticastAnnouncement instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in interface org.apache.river.discovery.MulticastAnnouncementDecoder
Decodes the multicast announcement data contained in the given buffer in a manner that satisfies the specified absolute constraints, returning a MulticastAnnouncement instance that contains the decoded data.
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.plaintext.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withdsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class org.apache.river.discovery.x500.sha1withdsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints) - Method in class org.apache.river.discovery.x500.sha1withrsa.Client
 
decodeMulticastAnnouncement(ByteBuffer, InvocationConstraints, boolean) - Method in class org.apache.river.discovery.x500.sha1withrsa.Client
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in interface org.apache.river.discovery.DelayedMulticastRequestDecoder
Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastRequest(DatagramPacket, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.Discovery
Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
decodeMulticastRequest(DatagramPacket, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class org.apache.river.discovery.Discovery
Decodes the multicast request data contained in the given datagram in a manner that satisfies the specified constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data, with constraint checking optionally delayed.
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in interface org.apache.river.discovery.MulticastRequestDecoder
Decodes the multicast request data contained in the given buffer in a manner that satisfies the specified absolute constraints and client subject checker (if any), returning a MulticastRequest instance that contains the decoded data.
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.plaintext.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.x500.sha1withdsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class org.apache.river.discovery.x500.sha1withdsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker) - Method in class org.apache.river.discovery.x500.sha1withrsa.Server
 
decodeMulticastRequest(ByteBuffer, InvocationConstraints, ClientSubjectChecker, boolean) - Method in class org.apache.river.discovery.x500.sha1withrsa.Server
 
decorated() - Method in class org.apache.river.api.security.PermissionGrant
 
DefaultEntries - Class in org.apache.river.api.lookup
A little builder utility class that creates an array of Entry classes to be used as a parameter for StreamServiceRegistrar.
DefaultEntries() - Constructor for class org.apache.river.api.lookup.DefaultEntries
 
DefaultGroupPolicy - Class in org.apache.river.phoenix
Group policy that requires the appropriate ExecPermission and set of ExecOptionPermission have been granted to the client subject or the empty protection domain (a domain with all null elements) if there is no client subject.
DefaultGroupPolicy() - Constructor for class org.apache.river.phoenix.DefaultGroupPolicy
 
definePackage(String, String, String, String, String, String, String, URL) - Method in class net.jini.loader.pref.PreferredClassLoader
 
definePackage(String, Manifest, URL) - Method in class org.apache.river.api.net.RFC3986URLClassLoader
Defines a new package using the information extracted from the specified manifest.
DelayedMulticastAnnouncementDecoder - Interface in org.apache.river.discovery
Interface implemented by classes which decode multicast announcement data and additionally support delayed constraint checking.
DelayedMulticastRequestDecoder - Interface in org.apache.river.discovery
Interface implemented by classes which decode multicast request data and additionally support delayed constraint checking.
DelegatePermission - Class in org.apache.river.api.security
Permissions such as SocketPermission or FilePermission guard a resource but allow that resource to escape the control of the SecurityManager and Policy provider, this prevents them from being revoked.
DelegateSecurityManager - Class in org.apache.river.api.security
The DelegateSecurityManager is designed to enable the use of Delegate decorators to encapsulate security sensitive objects using Li Gong's method guard pattern.
DelegateSecurityManager() - Constructor for class org.apache.river.api.security.DelegateSecurityManager
 
Delegation - Class in net.jini.core.constraint
Represents a constraint on delegation from the client to the server.
DelegationAbsoluteTime - Class in net.jini.core.constraint
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of absolute times.
DelegationAbsoluteTime(long, long, long, long) - Constructor for class net.jini.core.constraint.DelegationAbsoluteTime
Creates a constraint with the specified absolute times.
DelegationAbsoluteTime(Date, Date, Date, Date) - Constructor for class net.jini.core.constraint.DelegationAbsoluteTime
Creates a constraint with the specified dates.
DelegationRelativeTime - Class in net.jini.core.constraint
Represents a constraint on delegation, such that if delegation is permitted, it be permitted only for a range of time measured relative to the start of the remote call.
DelegationRelativeTime(long, long, long, long) - Constructor for class net.jini.core.constraint.DelegationRelativeTime
Creates a constraint with the specified durations.
delete() - Method in interface org.apache.river.outrigger.AdminIterator
Deprecated.
The effect of this call depends on the most recent call to next(): If the last call to next() returned an Entry that entry will be removed from the space.
delete(Uuid, Uuid) - Method in class org.apache.river.outrigger.OutriggerServerImpl
 
deletePersistentStore() - Method in class org.apache.river.reliableLog.ReliableLog
Closes the incremental update log file, removes all ReliableLog-related files from the stable storage directory, and deletes the directory.
denied - Variable in class org.apache.river.landlord.Landlord.RenewResults
The ith -1 in granted was denied because of denied[i].
DependencyLinker - Class in org.apache.river.thread
 
DependencyLinker(ExecutorService, List<FutureObserver.ObservableFuture>, RunnableFuture) - Constructor for class org.apache.river.thread.DependencyLinker
 
desc - Variable in class org.apache.river.thread.WakeupManager.Ticket
The ThreadDesc, or null if none.
descCreated - Variable in class org.apache.river.start.NonActivatableServiceDescriptor
Flag indicating when create() has been called
descCreatedLock - Variable in class org.apache.river.start.NonActivatableServiceDescriptor
Lock object for descCreated flag
DesiredExpirationListener - Interface in net.jini.lease
Subinterface of LeaseListener that clients must implement if they want to receive desired expiration reached events in addition to renewal failure events.
destroy() - Method in interface org.apache.river.admin.DestroyAdmin
Destroy the service, if possible, including its persistent storage.
destroy() - Method in class org.apache.river.outrigger.OutriggerServerImpl
Destroy this space, exiting when finished.
destroy() - Method in class org.apache.river.outrigger.snaplogstore.LogStore
Destroy everything.
destroy() - Method in interface org.apache.river.outrigger.Store
Destroy any persistent state and release any resources associated with this store.
DestroyAdmin - Interface in org.apache.river.admin
Admin interface for destroying a service.
DestroySharedGroup - Class in org.apache.river.start
This class contains the command-line interface for destroying an instance of a shared activation group.
destroyVM() - Method in interface org.apache.river.start.SharedGroup
Cause the hosting VM to exit.
destroyVM() - Method in class org.apache.river.start.SharedGroupImpl
 
detail - Variable in exception org.apache.river.reliableLog.LogException
 
disableDelivery() - Method in interface net.jini.event.MailboxRegistration
Ceases delivery of stored notifications to the existing target listener, if any.
discard(ServiceRegistrar) - Method in interface net.jini.discovery.DiscoveryManagement
Removes an instance of ServiceRegistrar from the managed set of lookup services, making the corresponding lookup service eligible for re-discovery.
discard(ServiceRegistrar) - Method in interface net.jini.discovery.LookupDiscoveryRegistration
Informs the lookup discovery service of the existence of an unavailable lookup service and requests that the lookup discovery service discard the unavailable lookup service.
discard(Object) - Method in interface net.jini.lookup.LookupCache
Deletes a service reference from the cache and causes a notification to be sent to all registered listeners indicating that the service has been discarded.
discarded(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discarded.
discarded - Variable in class net.jini.discovery.RemoteDiscoveryEvent
Flag indicating whether the event is a discovery event or a discard event.
discovered(DiscoveryEvent) - Method in interface net.jini.discovery.DiscoveryListener
Called when one or more lookup service registrars has been discovered.
Discovery - Class in org.apache.river.discovery
Class providing methods for participating in versions 1 and 2 of the discovery protocol.
Discovery() - Constructor for class org.apache.river.discovery.Discovery
 
DiscoveryAdmin - Interface in net.jini.lookup
Methods for controlling which groups a lookup service is a member of, and for controlling which TCP port a lookup service uses for its lookup locator.
DiscoveryChangeListener - Interface in net.jini.discovery
This interface must be implemented by entities that wish to receive notification of the following events.
DiscoveryConstraints - Class in org.apache.river.discovery
DiscoveryConstraintTrustVerifier - Class in org.apache.river.discovery
Trust verifier for instances of the constraint classes defined in the org.apache.river.discovery package.
DiscoveryConstraintTrustVerifier() - Constructor for class org.apache.river.discovery.DiscoveryConstraintTrustVerifier
Creates an instance.
DiscoveryEvent - Class in net.jini.discovery
Event object passed (via either the DiscoveryListener interface or the DiscoveryChangeListener) to indicate to interested parties that one or more ServiceRegistrar objects have been discovered or discarded during the discovery process.
DiscoveryEvent(Object, ServiceRegistrar[]) - Constructor for class net.jini.discovery.DiscoveryEvent
Construct a new DiscoveryEvent object, with the given source and set of registrars.
DiscoveryEvent(Object, Map<ServiceRegistrar, String[]>) - Constructor for class net.jini.discovery.DiscoveryEvent
Construct a new DiscoveryEvent object, with the given source and registrars-to-groups mapping.
DiscoveryFormatProvider - Interface in org.apache.river.discovery
Interface implemented by all discovery format provider classes, which is used by the Discovery class to identify format providers available via resource, as described in the documentation for the Discovery.getProtocol2(ClassLoader) method.
DiscoveryGroupManagement - Interface in net.jini.discovery
This interface defines methods and constants related to the management of the sets of lookup services that are to be discovered using the multicast discovery protocol; that is, lookup services that are discovered by way of group discovery.
DiscoveryListener - Interface in net.jini.discovery
This interface must be implemented by parties that wish to obtain notifications from a LookupDiscovery object.
DiscoveryLocatorManagement - Interface in net.jini.discovery
This interface defines methods related to the management of the set of lookup services that are to be discovered using the unicast discovery protocol; that is, lookup services that are discovered by way of locator discovery.
DiscoveryManagement - Interface in net.jini.discovery
This interface defines methods related to the discovery event mechanism and discovery process termination.
DiscoveryPermission - Class in net.jini.discovery
Permission for using LookupDiscovery.
DiscoveryPermission(String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
DiscoveryPermission(String, String) - Constructor for class net.jini.discovery.DiscoveryPermission
Simple constructor.
discoveryPort - Static variable in class net.jini.discovery.Constants
The port for both unicast and multicast boot requests.
DiscoveryProtocolException - Exception in org.apache.river.discovery
Exception indicating a discovery protocol error, such as failure to interpret packet data, or multicast request/announcement data that cannot fit within a given packet length.
DiscoveryProtocolException(String) - Constructor for exception org.apache.river.discovery.DiscoveryProtocolException
Constructs a new DiscoveryProtocolException with the specified detail message.
DiscoveryProtocolException(String, Throwable) - Constructor for exception org.apache.river.discovery.DiscoveryProtocolException
Constructs a new DiscoveryProtocolException with the specified detail message and cause.
DiscoveryProtocolVersion - Class in org.apache.river.discovery
Represents a constraint on the version of the discovery protocol used to contact lookup services.
dispatch(Remote, InboundRequest, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Dispatches the specified inbound request to the specified remote object.
dispatch(Remote, InboundRequest, Collection) - Method in interface net.jini.jeri.InvocationDispatcher
Dispatches the invocation represented by an InboundRequest to the specified remote object.
dispatch(InboundRequest) - Method in interface net.jini.jeri.RequestDispatcher
Processes an inbound request.
displayClassLoaderTree(ClassLoader) - Static method in class org.apache.river.start.ClassLoaderUtil
Utility method that displays the class loader delegation tree for the given class loader.
displayContextClassLoaderTree() - Static method in class org.apache.river.start.ClassLoaderUtil
Utility method that displays the class loader delegation tree for the current context class loader.
doAs(Subject, PrivilegedAction<T>) - Static method in class net.jini.security.Security
Performs work as a particular Subject in the presence of untrusted code, for distributed systems.
doAs(Subject, PrivilegedExceptionAction<T>) - Static method in class net.jini.security.Security
Performs work as a particular Subject in the presence of untrusted code, for distributed systems.
doAsPrivileged(Subject, PrivilegedAction<T>, SecurityContext) - Static method in class net.jini.security.Security
Perform work as a particular Subject in the presence of untrusted code for distributed systems.
doAsPrivileged(Subject, PrivilegedExceptionAction<T>, SecurityContext) - Static method in class net.jini.security.Security
Perform work as a particular Subject in the presence of untrusted code for distributed systems.
done - Variable in class org.apache.river.thread.ObservableFutureTask
 
done() - Method in class org.apache.river.thread.ObservableFutureTask
 
doPrivileged(PrivilegedAction<T>) - Static method in class net.jini.security.Security
Executes the specified action's run method with privileges enabled, preserving the domain combiner (if any) of the calling context.
doPrivileged(PrivilegedExceptionAction<T>) - Static method in class net.jini.security.Security
Executes the specified action's run method with privileges enabled, preserving the domain combiner (if any) of the calling context.
doRenew(long) - Method in class org.apache.river.landlord.LandlordLease
 
doRenew(long) - Method in class org.apache.river.lease.AbstractLease
Renew the lease for a duration relative to now, and return the duration actually granted.
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection) - Method in class org.apache.river.discovery.Discovery
Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified constraints.
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.kerberos.Client
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.plaintext.Client
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.ssl.Client
 
doUnicastDiscovery(Socket, InvocationConstraints, ClassLoader, ClassLoader, Collection, ByteBuffer, ByteBuffer) - Method in interface org.apache.river.discovery.UnicastDiscoveryClient
Performs the client side of unicast discovery, obtaining the returned response data over the provided socket using the given default and codebase verifier class loaders and collection of object stream context objects in a manner that satisfies the specified absolute constraints.
doWithServerContext(Runnable, Collection) - Static method in class net.jini.export.ServerContext
Sets the server context for the current thread to the supplied context collection and invokes the run method of the supplied runnable object.
DownloadPermission - Class in net.jini.loader
Permission that must be granted to the CodeSource of a downloaded class in order for the class to be defined using RMIClassLoader.
DownloadPermission() - Constructor for class net.jini.loader.DownloadPermission
Creates a new DownloadPermission with the name "permit".
DURATION - Static variable in interface net.jini.core.lease.Lease
The serialized form of the lease will convert the time of lease expiration into a duration (in milliseconds) from the time of serialization.
duration - Variable in class org.apache.river.landlord.LeasePeriodPolicy.Result
The duration.
DynamicPolicy - Interface in net.jini.security.policy
Interface implemented by security policy providers that may support dynamic granting of permissions at run-time.
DynamicPolicyProvider - Class in net.jini.security.policy
Security policy provider that supports dynamic granting of permissions at run-time.
DynamicPolicyProvider() - Constructor for class net.jini.security.policy.DynamicPolicyProvider
Creates a new DynamicPolicyProvider instance that wraps a default underlying policy.
DynamicPolicyProvider(Policy) - Constructor for class net.jini.security.policy.DynamicPolicyProvider
Creates a new DynamicPolicyProvider instance that wraps around the given non-null base policy object.

E

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 DatagramPackets, 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 DatagramPackets, 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
Behaves as specified by Permission.equals(java.lang.Object).
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
 

F

factory - Variable in class net.jini.lookup.entry.UIDescriptor
The get() method of this MarshalledObject must return an object that implements one or more UI factory interfaces.
FAILED - Static variable in class org.apache.river.logging.Levels
FAILED is a message level indicating that a facility has experienced a failure that it will reflect to its caller.
FiddlerAdmin - Interface in org.apache.river.fiddler
An administrative interface for the Fiddler implementation of the lookup discovery service (see Fiddler).
FiddlerPermission - Class in org.apache.river.fiddler
Special purpose permission class, specific to the Fiddler implementation of the lookup discovery service, that can be used to express the access control policy for that service's backend server when it is exported with a BasicJeriExporter.
FiddlerPermission(String) - Constructor for class org.apache.river.fiddler.FiddlerPermission
Creates an instance of this class having the specified target name.
fileDownloaded(String, InetAddress) - Method in class org.apache.river.tool.ClassServer
This method provides a way for subclasses to be notified when a file has been completely downloaded.
FileIntegrityVerifier - Class in net.jini.url.file
Integrity verifier for FILE URLs.
FileIntegrityVerifier() - Constructor for class net.jini.url.file.FileIntegrityVerifier
 
filePathToUri(String) - Static method in class org.apache.river.api.net.Uri
 
fileToUri(File) - Static method in class org.apache.river.api.net.Uri
 
filterClassDependencyRelationShipMap(Map, ClassDependParameters) - Method in class org.apache.river.tool.classdepend.ClassDepend
This method applies optional filters to provide methods to support the original API of ClassDep.
finalize() - Method in class net.jini.id.Uuid
Delegates to the superclass's finalize method.
finalize() - Method in class org.apache.river.reliableLog.LogInputStream
Closes the stream when garbage is collected.
findClass(String) - Method in class org.apache.river.api.net.RFC3986URLClassLoader
Tries to locate and load the specified class using the known URLs.
findResource(String) - Method in class org.apache.river.api.net.RFC3986URLClassLoader
Returns an URL referencing the specified resource or null if the resource could not be found.
findResources(String) - Method in class org.apache.river.api.net.RFC3986URLClassLoader
Returns all known URLs which point to the specified resource.
firstPending - Variable in class org.apache.river.thread.TaskManager
Deprecated.
Index of the first pending task; all earlier tasks are active
FixedLeasePeriodPolicy - Class in org.apache.river.landlord
Simple implementation of LeasePeriodPolicy that grants lease times based on a fixed default and maximum lease.
FixedLeasePeriodPolicy(long, long) - Constructor for class org.apache.river.landlord.FixedLeasePeriodPolicy
Create a new FixedLeasePeriodPolicy with the specified values for the maxium and default lease lengths.
fixWindowsURI(String) - Static method in class org.apache.river.api.net.Uri
Fixes windows file URI string by converting back slashes to forward slashes and inserting a forward slash before the drive letter if it is missing.
floor - Variable in class net.jini.lookup.entry.Location
A floor designation.
followLink() - Method in class net.jini.lookup.entry.AddressBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.CommentBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in interface net.jini.lookup.entry.EntryBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.LocationBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.NameBean
Return the Name linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.ServiceInfoBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.StatusBean
Return the Entry linked to by this JavaBeans component.
followLink() - Method in class net.jini.lookup.entry.UIDescriptorBean
Return the UIDescriptor linked to by this JavaBeans component.
FOREVER - Static variable in interface net.jini.core.lease.Lease
Used to request a lease that never expires.
formatExplanation() - Method in class org.apache.river.tool.envcheck.Reporter.Message
Returns the flag indicating whether to format the explanation text.
forName(String, boolean, ClassLoader) - Static method in class net.jini.loader.LoadClass
Returns the Class object associated with the class or interface with the given string name, using the given class loader.
fullyEquals(Object) - Method in class net.jini.io.MarshalledInstance
Compares this MarshalledInstance to another object.
futureCompleted(Future) - Method in class org.apache.river.thread.DependencyLinker
 
futureCompleted(Future<T>) - Method in interface org.apache.river.thread.FutureObserver
 
FutureObserver<T> - Interface in org.apache.river.thread
 
FutureObserver.ObservableFuture<T> - Interface in org.apache.river.thread
 

G

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
Behaves as specified by Permission.getActions().
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
Returns a map from ActivationGroupID to ActivationGroupDesc for all registered activation groups.
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
Provides the implementation for RMIClassLoaderSpi.getClassAnnotation(Class).
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
Provides the implementation for RMIClassLoaderSpi.getClassLoader(String).
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
Returns a ListenCookie to identify the listen operation as the return value of the ListenContext.addListenEndpoint method.
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 ServiceDescriptors 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
The ThreadGroup the thread will be created in.
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
Returns the host name that will be used in HttpsEndpoint instances created by listening on this object, or null if enumerateListenEndpoints will use the default server host.
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
Returns the host name that will be used in SslEndpoint instances created by listening on this object, or null if enumerateListenEndpoints will use the default server host.
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
Behaves as specified by Policy.getPermissions(CodeSource).
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 ListenEndpoints 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
Returns the SocketFactory that this endpoint uses to create Socket objects.
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
Implements OutboundRequest.getUnfulfilledConstraints for a request with the specified handle.
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
Returns a Collection of UnusableEntryExceptions with one element for each Entry that could not be unmarshalled by the operation.
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
Interface for policy objects to control what ActivationGroupDesc instances can be used.
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.

H

handback - Variable in class net.jini.core.event.RemoteEvent
The handback object.
handleConnection(ServerConnection, RequestDispatcher) - Method in class net.jini.jeri.connection.ServerConnectionManager
Starts handling requests received on the specified newly accepted connection, dispatching them to the specified request dispatcher asynchronously, and returns immediately.
HANDLED - Static variable in class org.apache.river.logging.Levels
HANDLED is a message level indicating that a facility has detected a failure that it will take steps to handle without reflecting the failure to its caller.
handleOutput(ActivationGroupID, ActivationGroupDesc, long, String, InputStream, InputStream) - Method in interface org.apache.river.phoenix.GroupOutputHandler
Handles the output from an activation group process.
Handler - Class in net.jini.url.httpmd
A stream handler for URLs with the HTTPMD protocol.
Handler() - Constructor for class net.jini.url.httpmd.Handler
Creates a URL stream handler for HTTPMD URLs.
handleUnexpectedSubtaskReturn(Object, String) - Method in class org.apache.river.tool.envcheck.AbstractPlugin
Utility method which can be called to process objects of unexpected type which are returned by a subtask.
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection) - Method in class org.apache.river.discovery.Discovery
Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified constraints and client subject checker (if any).
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.kerberos.Server
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.plaintext.Server
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in class org.apache.river.discovery.ssl.Server
 
handleUnicastDiscovery(UnicastResponse, Socket, InvocationConstraints, ClientSubjectChecker, Collection, ByteBuffer, ByteBuffer) - Method in interface org.apache.river.discovery.UnicastDiscoveryServer
Handles the server side of unicast discovery, transmitting the given response data over the provided socket using the given collection of object stream context objects in a manner that satisfies the specified absolute constraints and client subject checker (if any).
hasBeenInterrupted() - Method in class org.apache.river.thread.InterruptedStatusThread
Method used to determine if interrupt has been called on this thread.
hasFailed() - Method in class org.apache.river.tool.ClassDep
Indicates whether computing the dependent classes as result of the last call to ClassDep.compute() resulted in one or more failures.
hashCode() - Method in class net.jini.activation.ActivatableInvocationHandler
Returns a hash code value for this object.
hashCode() - Method in class net.jini.config.AbstractConfiguration.Primitive
Returns a hash code value for this object.
hashCode() - Method in class net.jini.constraint.BasicMethodConstraints
Returns a hash code value for this object.
hashCode() - Method in class net.jini.constraint.BasicMethodConstraints.MethodDesc
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ClientMaxPrincipal
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ClientMaxPrincipalType
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ClientMinPrincipal
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ClientMinPrincipalType
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ConnectionAbsoluteTime
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ConnectionRelativeTime
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ConstraintAlternatives
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.DelegationAbsoluteTime
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.InvocationConstraints
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.constraint.ServerMinPrincipal
Returns a hash code value for this object.
hashCode() - Method in class net.jini.core.discovery.LookupLocator
Returns a hash code value calculated from the host and port field values.
hashCode() - Method in class net.jini.core.lookup.ServiceID
 
hashCode() - Method in class net.jini.core.transaction.server.ServerTransaction
 
hashCode() - Method in class net.jini.discovery.ConstrainableLookupLocator
 
hashCode() - Method in class net.jini.discovery.DiscoveryPermission
 
hashCode() - Method in class net.jini.discovery.IncomingMulticastAnnouncement
 
hashCode() - Method in class net.jini.discovery.IncomingMulticastRequest
 
hashCode() - Method in class net.jini.discovery.IncomingUnicastResponse
 
hashCode() - Method in class net.jini.entry.AbstractEntry
Returns the result of calling AbstractEntry.hashCode(this).
hashCode(Entry) - Static method in class net.jini.entry.AbstractEntry
Returns zero XORed with the result of invoking hashCode on each of the argument's non-null entry fields.
hashCode() - Method in class net.jini.id.Uuid
Returns the hash code value for this Uuid.
hashCode() - Method in class net.jini.io.MarshalledInstance
Returns the hash code for this MarshalledInstance.
hashCode() - Method in class net.jini.jeri.AbstractILFactory
Returns a hash code value for this factory.
hashCode() - Method in class net.jini.jeri.BasicILFactory
Returns a hash code value for this factory.
hashCode() - Method in class net.jini.jeri.BasicInvocationHandler
Returns the hash code value for this invocation handler.
hashCode() - Method in class net.jini.jeri.BasicObjectEndpoint
Returns the hash code value for this BasicObjectEndpoint.
hashCode() - Method in class net.jini.jeri.http.HttpEndpoint
Returns the hash code value for this HttpEndpoint.
hashCode() - Method in class net.jini.jeri.http.HttpServerEndpoint
Returns the hash code value for this HttpServerEndpoint.
hashCode() - Method in class net.jini.jeri.kerberos.KerberosEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.kerberos.KerberosServerEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.ssl.HttpsEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.ssl.HttpsServerEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.ssl.SslEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.ssl.SslServerEndpoint
Returns a hash code value for this object.
hashCode() - Method in class net.jini.jeri.tcp.TcpEndpoint
Returns the hash code value for this TcpEndpoint.
hashCode() - Method in class net.jini.jeri.tcp.TcpServerEndpoint
Returns the hash code value for this TcpServerEndpoint.
hashCode() - Method in class net.jini.security.AccessPermission
Returns a hash code value for this object.
hashCode() - Method in class net.jini.security.AuthenticationPermission
Returns a hash code value for this object.
hashCode() - Method in class net.jini.security.BasicProxyPreparer
Returns a hash code value for this object.
hashCode() - Method in class net.jini.security.GrantPermission
 
hashCode() - Method in class net.jini.security.policy.UmbrellaGrantPermission
Behaves as specified by Permission.hashCode().
hashCode() - Method in class net.jini.security.proxytrust.BasicUntrustedObjectSecurityContext
Returns a hash code value for this object.
hashCode() - Method in class net.jini.security.proxytrust.ProxyTrustInvocationHandler
Returns a hash code value for this object.
hashCode() - Method in class net.jini.security.VerifyingProxyPreparer
Returns a hash code value for this object.
hashCode(URL) - Method in class net.jini.url.httpmd.Handler
Computes the hash code for the specified URL.
hashCode() - Method in class org.apache.river.api.lookup.DefaultEntries
 
hashCode() - Method in class org.apache.river.api.net.Uri
Gets the hashcode value of this URI instance.
hashCode() - Method in class org.apache.river.api.security.DelegatePermission
 
hashCode() - Method in class org.apache.river.api.security.PermissionGrant
 
hashCode() - Method in class org.apache.river.discovery.DiscoveryConstraints
 
hashCode() - Method in class org.apache.river.discovery.DiscoveryProtocolVersion
 
hashCode() - Method in class org.apache.river.discovery.MulticastMaxPacketSize
 
hashCode() - Method in class org.apache.river.discovery.MulticastTimeToLive
 
hashCode() - Method in class org.apache.river.discovery.UnicastSocketTimeout
 
hashCode() - Method in class org.apache.river.landlord.LandlordLease
 
hashCode() - Method in class org.apache.river.lease.AbstractLeaseMap
 
hashCode() - Method in class org.apache.river.phoenix.ExecOptionPermission
Returns a hash code value for this object.
hashCode() - Method in class org.apache.river.phoenix.ExecPermission
Returns a hash code value for this object.
hashCode() - Method in class org.apache.river.proxy.MarshalledWrapper
Returns the hash code value for this MarshalledWrapper.
hashCode() - Method in class org.apache.river.start.SharedActivationPolicyPermission
 
hashCode() - Method in class org.apache.river.thread.WakeupManager.Ticket
 
hashCode() - Method in class org.apache.river.tool.classdepend.ClassDependencyRelationship
 
hasNext() - Method in interface net.jini.jeri.OutboundRequestIterator
Returns true if this iterator supports making at least one more attempt to communicate the request, and false otherwise.
hasNext() - Method in interface net.jini.security.proxytrust.ProxyTrustIterator
Returns true if the iteration has more elements, and false otherwise.
hasNext() - Method in class net.jini.security.proxytrust.SingletonProxyTrustIterator
 
hasNext() - Method in interface org.apache.river.discovery.EncodeIterator
Returns true if this iterator has additional encoders, or false otherwise.
hasTrustedClassLoader(Object, TrustVerifier.Context) - Method in class net.jini.jeri.BasicJeriTrustVerifier
Returns true if the class loader of the specified dynamic proxy's class is trusted by this verifier; returns false otherwise.
hasTrustedProxyClass(Object, TrustVerifier.Context) - Method in class net.jini.jeri.BasicJeriTrustVerifier
Returns true if the specified dynamic proxy's class is trusted by this verifier; returns false otherwise.
hidePackages() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
 
host - Variable in class net.jini.core.discovery.LookupLocator
The name of the host at which to perform discovery.
Host - Class in net.jini.lookup.entry
 
Host() - Constructor for class net.jini.lookup.entry.Host
 
Host(String) - Constructor for class net.jini.lookup.entry.Host
 
hostName - Variable in class net.jini.lookup.entry.Host
 
hostsEqual(URL, URL) - Method in class net.jini.url.httpmd.Handler
The default superclass implementation performs dns lookup to determine if hosts are equal, this allows two URL's with different hashCode's to be equal, breaking the hashCode equals contract.
HTTPDStatus - Class in org.apache.river.start
Class which can be used to print a descriptive warning message if a codebase accessibility problem is found.
httpdWarning(String) - Static method in class org.apache.river.start.HTTPDStatus
Method that takes a codebase parameter and displays a warning message if it is determined that a potential codebase accessibility problem exists.
HttpEndpoint - Class in net.jini.jeri.http
An implementation of the Endpoint abstraction that uses HTTP messages sent over TCP sockets (instances of Socket) for the underlying communication mechanism.
HttpmdIntegrityVerifier - Class in net.jini.url.httpmd
Integrity verifier for HTTPMD URLs.
HttpmdIntegrityVerifier() - Constructor for class net.jini.url.httpmd.HttpmdIntegrityVerifier
 
HttpmdUtil - Class in net.jini.url.httpmd
Provides utility methods for creating and using HTTPMD URLs.
HttpsEndpoint - Class in net.jini.jeri.ssl
An implementation of Endpoint that uses HTTPS (HTTP over TLS/SSL) to support invocation constraints for communication through firewalls.
HttpServerEndpoint - Class in net.jini.jeri.http
An implementation of the ServerEndpoint abstraction that uses HTTP messages sent over TCP sockets (instances of ServerSocket) for the underlying communication mechanism.
HttpsIntegrityVerifier - Class in net.jini.url.https
Integrity verifier for HTTPS URLs.
HttpsIntegrityVerifier() - Constructor for class net.jini.url.https.HttpsIntegrityVerifier
 
HttpsServerEndpoint - Class in net.jini.jeri.ssl
An implementation of ServerEndpoint that uses HTTPS (HTTP over TLS/SSL) to support invocation constraints for communication through firewalls.

I

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
Represents permissions that can be used to express the access control policy for the ActivationInstantiator remote object exported with BasicJeriExporter.
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
Defines the interface for integrity verifiers used by Security.verifyCodebaseIntegrity, allowing the URLs that provide content integrity to be extended.
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
A container for the proxy and invocation dispatcher instances returned by InvocationLayerFactory.createInstances.
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
Returns true if the object is an instance of SslEndpoint or HttpsEndpoint, and it's SocketFactory is either null or trusted by the specified TrustVerifier.Context; or if the object is an instance of ConfidentialityStrength or X500Principal; and returns false otherwise.
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).

J

JarWrapper - Class in org.apache.river.tool
A tool for generating "wrapper" JAR files.
JavaSpace - Interface in net.jini.space
This interface is implemented by servers that export a JavaSpaces technology service.
JavaSpace05 - Interface in net.jini.space
The JavaSpace05 interface extends the JavaSpace interface to provide methods that allow clients to perform batch operations on the space (which are generally more efficient than performing an equivalent set of singleton operations) and to more easily develop applications where a given Entry needs to be read by multiple clients.
JavaSpaceAdmin - Interface in org.apache.river.outrigger
Deprecated.
Invoke the JoinAdmin and DestroyAdmin methods though those interfaces. A view of the space contents can be obtained through the JavaSpace05.contents method.
join(TransactionParticipant, long) - Method in class net.jini.core.transaction.server.ServerTransaction
Join the transaction.
join(long, TransactionParticipant, long) - Method in interface net.jini.core.transaction.server.TransactionManager
Join a transaction that is managed by this transaction manager.
JoinAdmin - Interface in net.jini.admin
The methods in this interface are used to control a service's participation in the join protocol.
JoinManager - Class in net.jini.lookup
A goal of any well-behaved service is to advertise the facilities and functions it provides by requesting residency within at least one lookup service.
JoinManager(Object, Entry[], ServiceIDListener, DiscoveryManagement, LeaseRenewalManager) - Constructor for class net.jini.lookup.JoinManager
Constructs an instance of this class that will register the given service reference with all discovered lookup services and, through an event sent to the given ServiceIDListener object, communicate the service ID assigned by the first lookup service with which the service is registered.
JoinManager(Object, Entry[], ServiceIDListener, DiscoveryManagement, LeaseRenewalManager, Configuration) - Constructor for class net.jini.lookup.JoinManager
Constructs an instance of this class, configured using the items retrieved through the given Configuration object, that will register the given service reference with all discovered lookup services and, through an event sent to the given ServiceIDListener object, communicate the service ID assigned by the first lookup service with which the service is registered.
JoinManager(Object, Entry[], ServiceID, DiscoveryManagement, LeaseRenewalManager) - Constructor for class net.jini.lookup.JoinManager
Constructs an instance of this class that will register the service with all discovered lookup services, using the supplied ServiceID.
JoinManager(Object, Entry[], ServiceID, DiscoveryManagement, LeaseRenewalManager, Configuration) - Constructor for class net.jini.lookup.JoinManager
Constructs an instance of this class, configured using the items retrieved through the given Configuration, that will register the service with all discovered lookup services, using the supplied ServiceID.
joinStateOp(StorableObject) - Method in interface org.apache.river.outrigger.LogOps
Log an update to the join state
JrmpExporter - Class in net.jini.jrmp
A JrmpExporter contains the information necessary to export a single remote object to the JRMP runtime.
JrmpExporter() - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on an anonymous port and does not use custom socket factories.
JrmpExporter(int) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on the specified TCP port and does not use custom socket factories.
JrmpExporter(int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for a non-activatable JRMP "unicast" remote object that exports on the specified TCP port and uses sockets created by the given custom socket factories.
JrmpExporter(ActivationID, int) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for an activatable JRMP remote object with the given activation ID that exports on the specified TCP port and does not use custom socket factories.
JrmpExporter(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory) - Constructor for class net.jini.jrmp.JrmpExporter
Creates an exporter for an activatable JRMP remote object with the given activation ID that exports on the specified TCP port and uses sockets created by the given custom socket factories.
JrmpServerContext - Class in net.jini.jrmp
Server context provider for remote objects exported via JRMP.
JrmpServerContext() - Constructor for class net.jini.jrmp.JrmpServerContext
 

K

KerberosEndpoint - Class in net.jini.jeri.kerberos
An Endpoint implementation that uses Kerberos as the underlying network security protocol to support security related invocation constraints its caller specified for the corresponding remote request.
KerberosServerEndpoint - Class in net.jini.jeri.kerberos
A ServerEndpoint implementation that uses Kerberos as the underlying network security protocol to support security related invocation constraints for remote requests.
KerberosTrustVerifier - Class in net.jini.jeri.kerberos
Trust verifier for verifying the Jini extensible remote invocation (Jini ERI) endpoints of type KerberosEndpoint, and principals of type KerberosPrincipal.
KerberosTrustVerifier() - Constructor for class net.jini.jeri.kerberos.KerberosTrustVerifier
Creates a Security.TrustVerifier for this package.
keySet() - Method in class org.apache.river.lease.AbstractLeaseMap
 
KeyStores - Class in org.apache.river.config
Provides static methods for manipulating instances of KeyStore conveniently from within the source of a Configuration.

L

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
Simple class that holds return values of the Landlord.renewAll method.
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
Factory for LandlordLease instances.
LeaseFactory(Landlord, Uuid) - Constructor for class org.apache.river.landlord.LeaseFactory
Create a new LeaseFactory that will create LandlordLeases 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
Loads a class using RMIClassLoaderSpi.loadClass(String,String,ClassLoader), optionally verifying that the RFC3986 compliant codebase URIs provide content integrity.
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
Loads a dynamic proxy class using RMIClassLoaderSpi.loadProxyClass(String,String[],ClassLoader), optionally verifying that the RFC3986 compliant codebase URIs provide content integrity.
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
The LookupCache interface defines the methods provided by the object created and returned by the ServiceDiscoveryManager when a client-like entity invokes the createLookupCache method.
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 LookupLocators 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.

M

MahaloPermission - Class in org.apache.river.mahalo
Represents permissions that can be used to express the access control policy for the Mahalo server exported with a BasicJeriExporter.
MahaloPermission(String) - Constructor for class org.apache.river.mahalo.MahaloPermission
Creates an instance with the specified target name.
MailboxAdmin - Interface in org.apache.river.mercury
An administrative interface for the mercury implementation of the event mailbox service.
MailboxPullRegistration - Interface in net.jini.event
The MailboxPullRegistration defines the interface through which a client manages its registration and its notification processing.
MailboxRegistration - Interface in net.jini.event
The MailboxRegistration defines the interface through which a client manages its registration and its notification processing.
main(String[]) - Static method in class org.apache.river.example.browser.Browser
Runs the service browser.
main(String[]) - Static method in class org.apache.river.start.DestroySharedGroup
The main method for the DestroySharedGroup application.
main(String[]) - Static method in class org.apache.river.start.HTTPDStatus
Command line interface that checks the accessability of a desired JAR file(s), given its URL address.
main(String[]) - Static method in class org.apache.river.start.ServiceStarter
The main method for the ServiceStarter application.
main(Configuration) - Static method in class org.apache.river.start.ServiceStarter
The main method for embidding the ServiceStarter application.
main(String[]) - Static method in class org.apache.river.thread.StreamPlugThread
 
main(String[]) - Static method in class org.apache.river.tool.CheckConfigurationFile
Command line interface for checking the format of source and override options for a ConfigurationFile, printing messages to System.err for any errors found.
main(String[]) - Static method in class org.apache.river.tool.CheckSer
Checks class file directory hierarchies for serializable classes that do not have explicit serialVersionUID fields, and prints the names of such classes to the standard output stream.
main(String[]) - Static method in class org.apache.river.tool.ClassDep
Command line interface for generating the list of classes that a set of classes depends upon.
main(String[]) - Static method in class org.apache.river.tool.classdepend.ClassDepend
 
main(String[]) - Static method in class org.apache.river.tool.classdepend.ClasspathPackages
Prints the packages in the class path to standard output using the default character encoding.
main(String[]) - Static method in class org.apache.river.tool.classdepend.PackageClasses
Prints the classes in a package in the class path to standard output using the default character encoding.
main(String[]) - Static method in class org.apache.river.tool.ClassServer
Command line interface for creating an HTTP server.
main(String[]) - Static method in class org.apache.river.tool.ComputeDigest
Prints the message digest for the contents of a URL.
main(String[]) - Static method in class org.apache.river.tool.ComputeHttpmdCodebase
Computes the message digests for a codebase made up of HTTPMD URLs.
main(String[]) - Static method in class org.apache.river.tool.envcheck.EnvCheck
The entry point for the tool.
main(String[]) - Static method in class org.apache.river.tool.envcheck.SubVM
Entry point for the subtask.
main(String[]) - Static method in class org.apache.river.tool.JarWrapper
Generates a wrapper JAR file for the specified JAR files.
main(String[]) - Static method in class org.apache.river.tool.PreferredListGen
The command line interface to the tool.
makeAbsolute(long) - Method in class net.jini.core.constraint.ConnectionRelativeTime
Returns a ConnectionAbsoluteTime instance with time obtained by adding the specified base time argument to the duration value from this instance.
makeAbsolute(long) - Method in class net.jini.core.constraint.ConstraintAlternatives
Returns a constraint equal to the result of taking the constraints in this instance, replacing each constraint that is an instance of RelativeTimeConstraint with the result of invoking that constraint's makeAbsolute method with the specified base time, and invoking the create method of this class with the revised collection of constraints.
makeAbsolute(long) - Method in class net.jini.core.constraint.DelegationRelativeTime
Returns a DelegationAbsoluteTime instance with times obtained by adding the specified base time argument to the duration values from this instance.
makeAbsolute(long) - Method in class net.jini.core.constraint.InvocationConstraints
Returns an instance of this class equal to the result of taking the requirements and preferences in this instance, replacing each constraint that is an instance of RelativeTimeConstraint with the result of invoking that constraint's makeAbsolute method with the specified base time, and creating a new instance of this class with duplicate requirements, duplicate preferences, and preferences that are duplicates of requirements all removed.
makeAbsolute() - Method in class net.jini.core.constraint.InvocationConstraints
Returns an instance of this class constructed from all of the same requirements and preferences as this instance, but with every constraint that is an instance of RelativeTimeConstraint replaced by the result of invoking the constraint's makeAbsolute method with the current time (as given by System.currentTimeMillis).
makeAbsolute(long) - Method in interface net.jini.core.constraint.RelativeTimeConstraint
Converts this constraint to absolute time.
makeLink(Entry) - Method in class net.jini.lookup.entry.AddressBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.CommentBean
Make a link to an Entry object.
makeLink(Entry) - Method in interface net.jini.lookup.entry.EntryBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.LocationBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.NameBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.ServiceInfoBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.StatusBean
Make a link to an Entry object.
makeLink(Entry) - Method in class net.jini.lookup.entry.UIDescriptorBean
Make a link to a UIDescriptor object.
manufacturer - Variable in class net.jini.lookup.entry.ServiceInfo
The name of the manufacturer or author of this service.
map - Variable in class org.apache.river.lease.AbstractLeaseMap
Map from Lease to Long(duration), where all leases have the same destination.
mapLock - Variable in class org.apache.river.lease.AbstractLeaseMap
 
marshal(ServiceID, LookupLocator, String[]) - Static method in class net.jini.discovery.OutgoingMulticastAnnouncement
Marshal a multicast announcement into one or more datagram packets.
marshal(int, String[], ServiceID[]) - Static method in class net.jini.discovery.OutgoingMulticastRequest
Using the default maximum packet size, marshal a multicast request into one or more datagram packets.
marshal(int, String[], ServiceID[], int) - Static method in class net.jini.discovery.OutgoingMulticastRequest
Using the given maximum packet size, marshal a multicast request into one or more datagram packets.
marshal(OutputStream) - Static method in class net.jini.discovery.OutgoingUnicastRequest
Marshal a unicast request to the given output stream.
marshal(OutputStream, ServiceRegistrar, String[]) - Static method in class net.jini.discovery.OutgoingUnicastResponse
Marshal a unicast response to the given output stream.
marshalArguments(Object, Method, Object[], ObjectOutputStream, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Marshals the arguments for the specified remote method to the outgoing request stream, out.
MarshalInputStream - Class in net.jini.io
An extension of ObjectInputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result unmarshalling (using ClassLoading).
MarshalInputStream(InputStream, ClassLoader, boolean, ClassLoader, Collection) - Constructor for class net.jini.io.MarshalInputStream
Creates a new MarshalInputStream that reads marshalled data from the specified underlying InputStream.
MarshalledInstance - Class in net.jini.io
A MarshalledInstance contains an object in serialized form.
MarshalledInstance(Object) - Constructor for class net.jini.io.MarshalledInstance
Creates a new MarshalledInstance that contains the marshalled representation of the current state of the supplied object.
MarshalledInstance(Object, Collection) - Constructor for class net.jini.io.MarshalledInstance
Creates a new MarshalledInstance that contains the marshalled representation of the current state of the supplied object.
MarshalledInstance(MarshalledObject) - Constructor for class net.jini.io.MarshalledInstance
Creates a new MarshalledInstance from an existing MarshalledObject.
marshalledRegs - Variable in class net.jini.discovery.RemoteDiscoveryEvent
List consisting of marshalled proxy objects where each proxy implements the ServiceRegistrar interface, and each is a proxy of one of the recently discovered or discarded lookup service(s); the lookup service(s) with which this event is associated.
MarshalledWrapper - Class in org.apache.river.proxy
Wrapper around MarshalledInstance that samples the integrity setting (if any) of the stream it is unmarshalled from, and uses that setting to determine whether or not to verify codebase integrity when calling the get method of the contained MarshalledInstance.
MarshalledWrapper(Object) - Constructor for class org.apache.river.proxy.MarshalledWrapper
Creates a new MarshalledWrapper wrapping a MarshalledInstance containing the given object.
MarshalledWrapper(MarshalledInstance) - Constructor for class org.apache.river.proxy.MarshalledWrapper
Creates a new MarshalledWrapper wrapping the given MarshalledInstance.
marshalMethod(Object, Method, ObjectOutputStream, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Marshals a representation of the given method to the outgoing request stream, out.
MarshalOutputStream - Class in net.jini.io
An extension of ObjectOutputStream that implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result marshalling (using ClassLoading).
MarshalOutputStream(OutputStream, Collection) - Constructor for class net.jini.io.MarshalOutputStream
Creates a new MarshalOutputStream that writes marshalled data to the specified underlying OutputStream.
marshalReturn(Remote, Method, Object, ObjectOutputStream, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Marshals the specified return value for the specified remote method to the marshal output stream, out.
marshalThrow(Remote, Method, Throwable, ObjectOutputStream, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Marshals the throwable for the specified remote method to the marshal output stream, out.
matches(Entry, Entry) - Static method in class org.apache.river.lookup.entry.LookupAttributes
Test if the parameter tmpl is the same class as, or a superclass of, the parameter e, and that every non-null public field of tmpl is the same as the corresponding field of e.
matches(String, Pattern) - Method in class org.apache.river.tool.classdepend.ClassDepend
Checks if the string matches the pattern, returning false if the pattern is null.
MatchSet - Interface in net.jini.space
A collection of Entry instances to be incrementally returned from a JavaSpaces service.
MAX_TIME_TO_LIVE - Static variable in class org.apache.river.discovery.MulticastTimeToLive
The maximum permissible time to live value.
maxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
The maximum size we allow for an outgoing packet.
maxThreads - Variable in class org.apache.river.thread.TaskManager
Deprecated.
Maximum number of threads allowed
MercuryPermission - Class in org.apache.river.mercury
Represents permissions that can be used to express the access control policy for the Mercury server exported with a BasicJeriExporter.
MercuryPermission(String) - Constructor for class org.apache.river.mercury.MercuryPermission
Creates an instance with the specified target name.
Message(int, String, String) - Constructor for class org.apache.river.tool.envcheck.Reporter.Message
Construct a Message having the given level and text.
Message(int, String, Throwable, String) - Constructor for class org.apache.river.tool.envcheck.Reporter.Message
Construct a Message having the given level, text, and exception data.
MethodConstraints - Interface in net.jini.core.constraint
Defines an immutable mapping from Method to InvocationConstraints, used to specify per-method constraints.
methodConstraints - Variable in class net.jini.security.BasicProxyPreparer
Method constraints to use when verifying if proxies are trusted and for setting their constraints, if BasicProxyPreparer.methodConstraintsSpecified is true.
methodConstraintsSpecified - Variable in class net.jini.security.BasicProxyPreparer
Whether to use BasicProxyPreparer.methodConstraints when verifying if proxies are trusted and for setting their constraints.
MethodDesc(String, Class[], InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a descriptor that only matches methods with exactly the specified name and parameter types.
MethodDesc(String, InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a descriptor that matches all methods with names that equal the specified name or that match the specified pattern, regardless of their parameter types.
MethodDesc(InvocationConstraints) - Constructor for class net.jini.constraint.BasicMethodConstraints.MethodDesc
Creates a default descriptor that matches all methods.
mgr - Variable in class net.jini.core.transaction.server.ServerTransaction
The transaction manager.
MIN_MAX_PACKET_SIZE - Static variable in class org.apache.river.discovery.MulticastMaxPacketSize
The minimum allowable multicast packet size limit.
minMaxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastAnnouncement
The minimum size we allow for an outgoing packet.
minMaxPacketSize - Static variable in class net.jini.discovery.OutgoingMulticastRequest
The minimum size we allow for an outgoing packet.
model - Variable in class net.jini.lookup.entry.ServiceInfo
The model name or number of this service, if any.
modify(Entry[], Entry[], Entry[]) - Static method in class org.apache.river.lookup.entry.LookupAttributes
Returns a new array that contains copies of the attributes in the attrSets parameter, modified according to the contents of both the attrSetTmpls parameter and the modAttrSets parameter.
modify(Entry[], Entry[], Entry[], boolean) - Static method in class org.apache.river.lookup.entry.LookupAttributes
Returns a new array that contains copies of the attributes in the attrSets parameter, modified according to the contents of both the attrSetTmpls parameter and the modAttrSets parameter.
modifyAttributes(Entry[], Entry[]) - Method in interface net.jini.core.lookup.ServiceRegistration
Modifies existing attribute sets.
modifyAttributes(Entry[], Entry[]) - Method in class net.jini.lookup.JoinManager
Changes the service's current set of attributes using the same semantics as the modifyAttributes method of the ServiceRegistration class.
modifyAttributes(Entry[], Entry[], boolean) - Method in class net.jini.lookup.JoinManager
Changes the service's current set of attributes using the same semantics as the modifyAttributes method of the ServiceRegistration class.
modifyLookupAttributes(Entry[], Entry[]) - Method in interface net.jini.admin.JoinAdmin
Modify the current attribute sets, using the same semantics as ServiceRegistration.modifyAttributes.
modifyLookupAttributes(Entry[], Entry[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
 
MonitorAccessExporter - Class in org.apache.river.phoenix
Exporter that wraps an ActivationMonitor instance so that it only accepts calls from the local host.
MonitorAccessExporter() - Constructor for class org.apache.river.phoenix.MonitorAccessExporter
Creates an exporter with an underlying JrmpExporter that exports on the standard activation port (1098).
MonitorAccessExporter(int) - Constructor for class org.apache.river.phoenix.MonitorAccessExporter
Creates an exporter with an underlying JrmpExporter that exports on the specified port.
MonitorAccessExporter(Exporter) - Constructor for class org.apache.river.phoenix.MonitorAccessExporter
Creates an exporter with the specified underlying exporter.
MonitorPermission - Class in org.apache.river.phoenix
Represents permissions that can be used to express the access control policy for the ActivationMonitor remote object exported with BasicJeriExporter.
MonitorPermission(String) - Constructor for class org.apache.river.phoenix.MonitorPermission
Creates an instance with the specified name.
multicastAnnouncement() - Static method in class org.apache.river.discovery.DiscoveryConstraints
Empty method which serves as a MethodConstraints key for looking up InvocationConstraints that apply to multicast announcements.
MulticastAnnouncement - Class in org.apache.river.discovery
Class representing the values in a multicast announcement.
MulticastAnnouncement(long, String, int, String[], ServiceID) - Constructor for class org.apache.river.discovery.MulticastAnnouncement
Creates a new MulticastAnnouncement instance containing the given values.
MulticastAnnouncementDecoder - Interface in org.apache.river.discovery
Interface implemented by classes which decode multicast announcement data according to discovery protocol formats.
MulticastAnnouncementEncoder - Interface in org.apache.river.discovery
Interface implemented by classes which encode multicast announcement data according to discovery protocol formats.
multicastAnnouncementMethod - Static variable in class org.apache.river.discovery.DiscoveryConstraints
Method object for the multicastAnnouncement method of this class.
MulticastMaxPacketSize - Class in org.apache.river.discovery
Represents a constraint on the size (in bytes) of multicast packets used in the multicast request and multicast announcement discovery protocols.
MulticastMaxPacketSize(int) - Constructor for class org.apache.river.discovery.MulticastMaxPacketSize
Creates a MulticastMaxPacketSize constraint for the given multicast packet size limit.
multicastRequest() - Static method in class org.apache.river.discovery.DiscoveryConstraints
Empty method which serves as a MethodConstraints key for looking up InvocationConstraints that apply to multicast requests.
MulticastRequest - Class in org.apache.river.discovery
Class representing the values in a multicast request.
MulticastRequest(String, int, String[], ServiceID[]) - Constructor for class org.apache.river.discovery.MulticastRequest
Creates a new MulticastRequest instance containing the given values.
MulticastRequestDecoder - Interface in org.apache.river.discovery
Interface implemented by classes which decode multicast request data according to discovery protocol formats.
MulticastRequestEncoder - Interface in org.apache.river.discovery
Interface implemented by classes which encode multicast request data according to discovery protocol formats.
multicastRequestMethod - Static variable in class org.apache.river.discovery.DiscoveryConstraints
Method object for the multicastRequest method of this class.
MulticastTimeToLive - Class in org.apache.river.discovery
Represents a constraint on the time to live (TTL) value set on outgoing multicast request and multicast announcement packets.
MulticastTimeToLive(int) - Constructor for class org.apache.river.discovery.MulticastTimeToLive
Creates a MulticastTimeToLive constraint for the given time to live value.

N

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
Provides a basic implementation of MethodConstraints and a TrustVerifier for common constraints.
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
Provides an Exporter implementation, IiopExporter, that can be used to export and unexport RMI-IIOP remote objects.
net.jini.io - package net.jini.io
Provides I/O interfaces and utility classes.
net.jini.io.context - package net.jini.io.context
Provides type definitions for elements commonly found in the context collections available from ServerContext and ObjectStreamContext.
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
Object returned by NonActivatableServiceDescriptor.create() method that returns the proxy and implementation references for the created service.
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
 

O

ObjectEndpoint - Interface in net.jini.jeri
References a remote object at a remote communication endpoint to send requests to.
ObjectStreamContext - Interface in net.jini.io
Provides a collection of context information objects that are associated with an ObjectOutputStream or ObjectInputStream instance that implements this interface.
ObservableFutureTask<T> - Class in org.apache.river.thread
 
ObservableFutureTask(Callable<T>) - Constructor for class org.apache.river.thread.ObservableFutureTask
 
ObservableFutureTask(Runnable, T) - Constructor for class org.apache.river.thread.ObservableFutureTask
 
ONE - Static variable in class org.apache.river.discovery.DiscoveryProtocolVersion
Use discovery protocol version 1.
openConnection(URL) - Method in class net.jini.url.httpmd.Handler
Creates a HTTP URL connection for an HTTPMD URL.
org.apache.river.admin - package org.apache.river.admin
Interfaces that a service might choose to use for some common administrative tasks.
org.apache.river.api.common - package org.apache.river.api.common
 
org.apache.river.api.lookup - package org.apache.river.api.lookup
 
org.apache.river.api.net - package org.apache.river.api.net
 
org.apache.river.api.security - package org.apache.river.api.security
This package contains a scalable cache based security manager that parallelises domain security checks.
org.apache.river.api.util - package org.apache.river.api.util
 
org.apache.river.config - package org.apache.river.config
Defines convenience classes for writing configuration files and accessing Configuration entries.
org.apache.river.discovery - package org.apache.river.discovery
Provides a set of constraints, low-level utility classes, and provider interfaces for participating in versions 1 and 2 of the multicast request, multicast announcement, and unicast discovery protocols.
org.apache.river.discovery.kerberos - package org.apache.river.discovery.kerberos
Provides an implementation of the net.jini.discovery.kerberos discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.plaintext - package org.apache.river.discovery.plaintext
Provides an implementation of the net.jini.discovery.plaintext discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.ssl - package org.apache.river.discovery.ssl
Provides an implementation of the net.jini.discovery.ssl discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha1withdsa - package org.apache.river.discovery.x500.sha1withdsa
Provides an implementation of the net.jini.discovery.x500.SHA1withDSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.discovery.x500.sha1withrsa - package org.apache.river.discovery.x500.sha1withrsa
Provides an implementation of the net.jini.discovery.x500.SHA1withRSA discovery format, specified in the Jini Discovery and Join Specification.
org.apache.river.example.browser - package org.apache.river.example.browser
A visualization tool for exploring Jini Network Technology communities (djinns) with support for ServiceUI.
org.apache.river.fiddler - package org.apache.river.fiddler
Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService).
org.apache.river.landlord - package org.apache.river.landlord
This is a utility for services implementing leases.
org.apache.river.lease - package org.apache.river.lease
Some basic utility classes for helping with client-side lease renewal operations.
org.apache.river.logging - package org.apache.river.logging
Defines convenience classes for use with the java.util.logging package.
org.apache.river.lookup.entry - package org.apache.river.lookup.entry
Helper utility classes for managing entries used as lookup service attributes.
org.apache.river.mercury - package org.apache.river.mercury
Provides implementations of the EventMailbox service.
org.apache.river.norm - package org.apache.river.norm
Provides implementations of LeaseRenewalService.
org.apache.river.outrigger - package org.apache.river.outrigger
This is an implementation of a JavaSpaces technology-enabled service.
org.apache.river.outrigger.snaplogstore - package org.apache.river.outrigger.snaplogstore
 
org.apache.river.phoenix - package org.apache.river.phoenix
A configurable Java(TM) Remote Method Invocation (Java RMI) activation system daemon implementation.
org.apache.river.proxy - package org.apache.river.proxy
 
org.apache.river.reggie - package org.apache.river.reggie
Provides implementations of ServiceRegistrar.
org.apache.river.reliableLog - package org.apache.river.reliableLog
Reliable log is used to store state in case of system crash or reboot.
org.apache.river.resource - package org.apache.river.resource
Utility classes for manipulating resources.
org.apache.river.start - package org.apache.river.start
Provides the utilities and APIs used to launch the contributed services provided in the Apache River release.
org.apache.river.thread - package org.apache.river.thread
These are utility classes and interfaces for helping with tasks done in multiple threads.
org.apache.river.tool - package org.apache.river.tool
Tools for: checking configuration files; checking for missing serialVersionUID fields; computing class dependencies; generating permission grants to debug security policy setup; providing HTTP service; generating message digests; generating HTTPMD URLs; generating wrapper JAR files; and generating preferred lists.
org.apache.river.tool.classdepend - package org.apache.river.tool.classdepend
 
org.apache.river.tool.envcheck - package org.apache.river.tool.envcheck
Tool for examining the run-time environment of a Jini component.
organization - Variable in class net.jini.lookup.entry.Address
Name of the company or organization that provides this service.
organizationalUnit - Variable in class net.jini.lookup.entry.Address
The unit within the organization that provides this service.
OutboundRequest - Interface in net.jini.jeri
Represents a request that is being sent and the corresponding response received in reply.
OutboundRequestHandle - Interface in net.jini.jeri.connection
Associates information with a request that is being sent to a ConnectionEndpoint.
OutboundRequestIterator - Interface in net.jini.jeri
Produces OutboundRequest instances to use for attempting to send a particular request to a remote communication endpoint.
OutgoingMulticastAnnouncement - Class in net.jini.discovery
Encapsulate the details of marshaling a multicast announcement into one or more packets.
OutgoingMulticastAnnouncement() - Constructor for class net.jini.discovery.OutgoingMulticastAnnouncement
 
OutgoingMulticastRequest - Class in net.jini.discovery
Encapsulate the details of marshaling a multicast request into one or more packets.
OutgoingMulticastRequest() - Constructor for class net.jini.discovery.OutgoingMulticastRequest
 
OutgoingUnicastRequest - Class in net.jini.discovery
Encapsulate the details of marshaling a unicast request.
OutgoingUnicastRequest() - Constructor for class net.jini.discovery.OutgoingUnicastRequest
 
OutgoingUnicastResponse - Class in net.jini.discovery
Encapsulate the details of marshaling a unicast response.
OutgoingUnicastResponse() - Constructor for class net.jini.discovery.OutgoingUnicastResponse
 
OutriggerPermission - Class in org.apache.river.outrigger
Permission that can be used to express the access control policy for an instance of an Outrigger server exported with a BasicJeriExporter.
OutriggerPermission(String) - Constructor for class org.apache.river.outrigger.OutriggerPermission
Create a new OutriggerPermission instance.
OutriggerServerImpl - Class in org.apache.river.outrigger
A basic implementation of a JavaSpacesTM service.
outsidePackagesOrClasses() - Method in class org.apache.river.tool.classdepend.ClassDependParameters
outsidePackagesOrClasses - excluded from search ,excludes the names of classes, or package patterns, that should be excluded from the dependency computation

P

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
Security policy provider that wraps the J2SE(TM) default "PolicyFile" security policy provider distributed as part of the Java(TM) 2 Platform, Standard Edition.
PolicyFileProvider() - Constructor for class net.jini.security.policy.PolicyFileProvider
Deprecated.
DynamicPolicyProvider now supports Umbrella grants directly.
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 UmbrellaGrantPermissions are expanded into GrantPermissions 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
Calls super.printStackTrace(s) and then calls printStackTrace(s) on each exception in nestedExceptions.
printStackTrace(PrintWriter) - Method in exception net.jini.core.entry.UnusableEntryException
Calls super.printStackTrace(s) and then calls printStackTrace(s) on each exception in nestedExceptions.
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
 

R

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
Analog to Activatable.register() for activatable objects that want to use this wrapper mechanism.
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()).

S

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
Provides server-side connection management using the Jini extensible remote invocation (Jini ERI) multiplexing protocol to frame and multiplex requests and responses over connections.
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
Defines the interface for server context providers, which are consulted by ServerContext.getServerContext() if no server context has been explicitly associated with the current thread via a previous call to ServerContext.doWithServerContext(java.lang.Runnable, java.util.Collection).
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
A callback object for passing to ServerEndpoint.enumerateListenEndpoints to receive the enumerated ListenEndpoint instances and to choose an active listen operation for each of them on behalf of the caller of enumerateListenEndpoints.
ServerEndpoint.ListenCookie - Interface in net.jini.jeri
A cookie to identify a listen operation as the return value of the ListenContext.addListenEndpoint method.
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
Object returned by SharedActivatableServiceDescriptor.create() method that returns the associated proxy, activation group identifier, and activation identifier for the created service.
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
Permission class used by the service starter package.
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
The service starter supported interface for shared group objects.
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
Trust verifier for the SslEndpoint, HttpsEndpoint, and ConfidentialityStrength classes.
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
A Marker interface used by Security to mark a ProtectionDomain added to the stack that represents an authenticated Subject with Principal's.
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
Invocation layer factory for exporting an ActivationSystem to use Jini extensible remote invocation (Jini ERI), that is similar to BasicILFactory except the remote object must be an ActivationSystem instance and the returned dispatcher optionally accepts calls from the local host and optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
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
Creates a factory with a null class loader, the specified server constraints, the SystemPermission permission class, and a DefaultGroupPolicy instance.
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
A subclass of BasicInvocationDispatcher for ActivationSystem instances that optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
SystemAccessProxyTrustILFactory - Class in org.apache.river.phoenix
Invocation layer factory for exporting an ActivationSystem to use Jini extensible remote invocation (Jini ERI), that is similar to ProxyTrustILFactory except the remote object must be an ActivationSystem instance and the returned dispatcher optionally accepts calls from the local host and optionally enforces a GroupPolicy on calls to registerGroup and setActivationGroupDesc.
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
Creates a factory with a null class loader, the specified server constraints, the SystemPermission permission class, and a DefaultGroupPolicy instance.
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
Represents permissions that can be used to express the access control policy for the ActivationSystem remote object exported with BasicJeriExporter.
SystemPermission(String) - Constructor for class org.apache.river.phoenix.SystemPermission
Creates an instance with the specified name.

T

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
Deprecated.
will be removed from a future release soon.
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
Returns the result of calling AbstractEntry.toString(this).
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
Defines the context for trust verification used by TrustVerifier instances and Security.verifyObjectTrust.
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.

U

UIDescriptor - Class in net.jini.lookup.entry
Entry that enables a UI for a service to be associated with the service in the attribute sets of the service item.
UIDescriptor() - Constructor for class net.jini.lookup.entry.UIDescriptor
Constructs a UIDescriptor with all fields set to null.
UIDescriptor(String, String, Set, MarshalledObject) - Constructor for class net.jini.lookup.entry.UIDescriptor
Constructs a UIDescriptor with the fields set to passed values.
UIDescriptorBean - Class in net.jini.lookup.entry
A JavaBeans(TM) component that encapsulates a UIDescriptor object.
UIDescriptorBean() - Constructor for class net.jini.lookup.entry.UIDescriptorBean
Construct a new JavaBeans component, linked to a new empty UIDescriptor object.
umbrella - Variable in class org.apache.river.api.security.AbstractPolicy
 
UmbrellaGrantPermission - Class in net.jini.security.policy
Permission that is specially intepreted by PolicyFileProvider as shorthand for a GrantPermission covering all permissions authorized to a given protection domain.
UmbrellaGrantPermission() - Constructor for class net.jini.security.policy.UmbrellaGrantPermission
Creates a new UmbrellaGrantPermission.
unblock() - Method in class org.apache.river.thread.InProgress
Signal the unblocking of the operation this object bounds.
unexport(boolean) - Method in class net.jini.activation.ActivationExporter
Unexports the activatable remote object that was previously exported via the export method of the underlying exporter supplied during construction of this exporter.
unexport(boolean) - Method in interface net.jini.export.Exporter
Unexports the remote object that was exported by this Exporter such that it will no longer receive remote method invocations that were made possible as a result of exporting it with this Exporter.
unexport(boolean) - Method in class net.jini.iiop.IiopExporter
Unexports the remote object exported via this exporter's IiopExporter.export(java.rmi.Remote) method such that the object can no longer accept incoming remote calls that were possible as a result of exporting via this exporter.
unexport(boolean) - Method in class net.jini.jeri.BasicJeriExporter
Unexports the remote object exported via the exporter's export method such that incoming remote calls to the object identifier in this exporter are no longer accepted through the server endpoint in this exporter.
unexport(boolean) - Method in class net.jini.jrmp.JrmpExporter
Unexports the remote object exported via this exporter's export method such that the object can no longer accept incoming remote calls that were possible as a result of exporting via this exporter.
unexport(boolean) - Method in class net.jini.security.proxytrust.ProxyTrustExporter
Unexports the remote objects that were previously exported via this exporter.
unexport(boolean) - Method in class org.apache.river.phoenix.InstantiatorAccessExporter
 
unexport(boolean) - Method in class org.apache.river.phoenix.MonitorAccessExporter
 
unexport(boolean) - Method in class org.apache.river.phoenix.SunJrmpExporter
 
unexport(boolean) - Method in class org.apache.river.phoenix.SystemAccessExporter
 
unicastDiscovery() - Static method in class org.apache.river.discovery.DiscoveryConstraints
Empty method which serves as a MethodConstraints key for looking up InvocationConstraints that apply to unicast discovery.
UnicastDiscoveryClient - Interface in org.apache.river.discovery
Interface implemented by classes which perform the client (discovering) side of unicast discovery.
unicastDiscoveryMethod - Static variable in class org.apache.river.discovery.DiscoveryConstraints
Method object for the unicastDiscovery method of this class.
UnicastDiscoveryServer - Interface in org.apache.river.discovery
Interface implemented by classes which handle the server (lookup service) side of unicast discovery.
UnicastResponse - Class in org.apache.river.discovery
Class representing the values obtained as the result of unicast discovery.
UnicastResponse(String, int, String[], ServiceRegistrar) - Constructor for class org.apache.river.discovery.UnicastResponse
Creates new UnicastResponse instance containing the given values.
UnicastSocketTimeout - Class in org.apache.river.discovery
Represents a constraint on the timeout set on sockets used for unicast discovery.
UnicastSocketTimeout(int) - Constructor for class org.apache.river.discovery.UnicastSocketTimeout
Creates a UnicastSocketTimeout constraint for the given timeout.
UnknownEventException - Exception in net.jini.core.event
An exception thrown when the recipient of a RemoteEvent does not recognize the combination of the event identifier and the event source as something in which it is interested.
UnknownEventException(String) - Constructor for exception net.jini.core.event.UnknownEventException
Constructs an UnknownEventException with the specified detail message.
UnknownEventException() - Constructor for exception net.jini.core.event.UnknownEventException
Constructs an UnknownEventException with no detail message.
UnknownLeaseException - Exception in net.jini.core.lease
An exception used to indicate that a lease is not known to the grantor of the lease.
UnknownLeaseException() - Constructor for exception net.jini.core.lease.UnknownLeaseException
Constructs an UnknownLeaseException with no detail message.
UnknownLeaseException(String) - Constructor for exception net.jini.core.lease.UnknownLeaseException
Constructs an UnknownLeaseException with the specified detail message.
UnknownTransactionException - Exception in net.jini.core.transaction
Exception thrown when a transaction is not recognized as a valid or known transaction.
UnknownTransactionException(String) - Constructor for exception net.jini.core.transaction.UnknownTransactionException
Constructs an instance with a detail message.
UnknownTransactionException() - Constructor for exception net.jini.core.transaction.UnknownTransactionException
Constructs an instance with no detail message.
UnknownTransactionException(String, Throwable) - Constructor for exception net.jini.core.transaction.UnknownTransactionException
 
unmarshalArguments(Remote, Method, ObjectInputStream, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Unmarshals the arguments for the specified remote method from the specified marshal input stream, in, and returns an Object array containing the arguments read.
unmarshalMethod(Remote, ObjectInputStream, Collection) - Method in class net.jini.jeri.BasicInvocationDispatcher
Unmarshals a method representation from the marshal input stream, in, and returns the Method object corresponding to that representation.
unmarshalReturn(Object, Method, ObjectInputStream, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Unmarshals the return value for the specified remote method from the incoming response stream, in.
unmarshalThrow(Object, Method, ObjectInputStream, Collection) - Method in class net.jini.jeri.BasicInvocationHandler
Unmarshals the throwable for the specified remote method from the incoming response stream, in, and returns the result.
unregister(Object) - Method in interface org.apache.river.start.LifeCycle
Method invoked by a server to inform the LifeCycle object that it can release any resources associated with the server.
UnsupportedConstraintException - Exception in net.jini.io
Typically used as the nested exception of a ConnectIOException if the constraints for a remote call cannot be satisfied.
UnsupportedConstraintException(String) - Constructor for exception net.jini.io.UnsupportedConstraintException
Creates an instance with the specified detail message.
UnsupportedConstraintException(String, Throwable) - Constructor for exception net.jini.io.UnsupportedConstraintException
Creates an instance with the specified detail message and cause.
UntrustedObjectSecurityContext - Interface in net.jini.security.proxytrust
A trust verifier context element that provides a security context to use to restrict privileges when invoking methods on untrusted objects.
UnusableEntriesException - Exception in net.jini.entry
Thrown from methods that normally return a collection of Entry instances when one or more of the entries can't be unmarshalled.
UnusableEntriesException(String, Collection, Collection) - Constructor for exception net.jini.entry.UnusableEntriesException
Constructs an UnusableEntriesException with the given message, Collection of entries that could be unmarshalled, and Collection of UnusableEntryExceptions, detailing for each unusable Entry why it could not be unmarshalled.
UnusableEntryException - Exception in net.jini.core.entry
Thrown when one tries to get an Entry from a service, but the entry is unusable (due to serialization or other errors).
UnusableEntryException(Entry, String[], Throwable[]) - Constructor for exception net.jini.core.entry.UnusableEntryException
Create an exception for the given partial entry and vectors of bad field names/nested exception pairs.
UnusableEntryException(Throwable) - Constructor for exception net.jini.core.entry.UnusableEntryException
Create an exception for a nested exception that prevented even an attempt to build an entry.
unusableFields - Variable in exception net.jini.core.entry.UnusableEntryException
The names of the unusable fields.
update(Object) - Method in class org.apache.river.reliableLog.ReliableLog
Records this update in the log file and forces the update to disk.
update(Object, boolean) - Method in class org.apache.river.reliableLog.ReliableLog
Records this update in the log file and optionally forces the update to disk.
Uri - Class in org.apache.river.api.net
This class represents an immutable instance of a URI as defined by RFC 3986.
Uri(String) - Constructor for class org.apache.river.api.net.Uri
Creates a new URI instance according to the given string uri.
Uri(String, String, String) - Constructor for class org.apache.river.api.net.Uri
Creates a new URI instance using the given arguments.
Uri(String, String, String, int, String, String, String) - Constructor for class org.apache.river.api.net.Uri
Creates a new URI instance using the given arguments.
Uri(String, String, String, String) - Constructor for class org.apache.river.api.net.Uri
Creates a new URI instance using the given arguments.
Uri(String, String, String, String, String) - Constructor for class org.apache.river.api.net.Uri
Creates a new URI instance using the given arguments.
URI - Static variable in class org.apache.river.api.security.PermissionGrantBuilder
The PermissionGrant generated will imply the ProtectionDomain run as a Subject with all Principals (when applicable) and CodeSource that has the Certificates and URI RFC3986 location as specified.
uri(String) - Method in class org.apache.river.api.security.PermissionGrantBuilder
The URI will be added to the PermissionGrant, multiple may be specified by calling multiple times.
uriToFile(Uri) - Static method in class org.apache.river.api.net.Uri
 
uriToURI(Uri) - Static method in class org.apache.river.api.net.Uri
 
urlToUri(URL) - Static method in class org.apache.river.api.net.Uri
 
usage() - Static method in class org.apache.river.tool.ClassDep
Print out the usage for this utility.
USE_DEFAULT - Static variable in interface org.apache.river.outrigger.JavaSpaceAdmin
Deprecated.
Can be passed to contents to indicate no preference for the fetch size.
useCodebaseAnnotations() - Method in class net.jini.io.MarshalInputStream
Enables the use of codebase annotation strings written by the corresponding MarshalOutputStream.
userProg(String) - Static method in class org.apache.river.thread.StreamPlugThread
 
Util - Class in org.apache.river.tool.envcheck
Miscellaneous utility methods for use by the checking framework and plugins.
Util() - Constructor for class org.apache.river.tool.envcheck.Util
 
Uuid - Class in net.jini.id
A 128-bit value to serve as a universally unique identifier.
Uuid(long, long) - Constructor for class net.jini.id.Uuid
Creates a new Uuid with the specified 128-bit value.
UuidFactory - Class in net.jini.id
Provides static methods for creating Uuid instances.
UuidGenerator - Class in org.apache.river.reggie
Class for generating Uuid instances.
UuidGenerator() - Constructor for class org.apache.river.reggie.UuidGenerator
Creates new UuidGenerator instance.
uuidOp(Uuid) - Method in interface org.apache.river.outrigger.LogOps
Log the Uuid that identifies the space as a whole.

V

validIdentifier(String) - Static method in class net.jini.config.AbstractConfiguration
Checks if the argument is a valid Identifier, as defined in the Java(TM) Language Specification.
validQualifiedIdentifier(String) - Static method in class net.jini.config.AbstractConfiguration
Checks if the argument is a valid QualifiedIdentifier, as defined in the Java Language Specification.
values() - Method in class org.apache.river.lease.AbstractLeaseMap
 
vendor - Variable in class net.jini.lookup.entry.ServiceInfo
The name of the vendor of this service.
verify - Variable in class net.jini.security.BasicProxyPreparer
Whether to verify if proxies are trusted.
verify(Object) - Method in class net.jini.security.BasicProxyPreparer
Verifies that the proxy is trusted.
verifyCodebaseIntegrity(String, ClassLoader) - Static method in class net.jini.security.Security
Verifies that the URLs in the specified codebase all provide content integrity, using verifiers from the specified class loader.
verifyConsistentConstraints(MethodConstraints, Object, Method[]) - Static method in class org.apache.river.proxy.ConstrainableProxyUtil
Verify that an object, proxy, is an instance of RemoteMethodControl its MethodConstraints are equivalent to another MethodConstraints instance, methodConstraints once a mapping has been applied.
VerifyingProxyPreparer - Class in net.jini.security
A ProxyPreparer for verifying that proxies are trusted, dynamically granting permissions to trusted proxies, and optionally setting the client constraints on trusted proxies.
VerifyingProxyPreparer(Object[], Permission[]) - Constructor for class net.jini.security.VerifyingProxyPreparer
Creates a proxy preparer that verifies proxies using the context class loader and specified trust verifier context elements, dynamically grants the specified permissions to trusted proxies for the principals of the preparing thread's subject, and returns trusted proxies with their client constraints set to the constraints specified as a trust verifier context element.
VerifyingProxyPreparer(ClassLoader, Object[], Principal[], Permission[]) - Constructor for class net.jini.security.VerifyingProxyPreparer
Creates a proxy preparer that verifies proxies using the specified class loader and trust verifier context elements, dynamically grants the specified permissions to trusted proxies for the specified principals, and returns trusted proxies with their client constraints set to the constraints specified as a trust verifier context element.
VerifyingProxyPreparer(boolean, ClassLoader, Object[], Principal[], Permission[]) - Constructor for class net.jini.security.VerifyingProxyPreparer
Creates a proxy preparer that verifies proxies using the specified class loader and trust verifier context elements (optionally with the proxy's client constraints as an additional context element), dynamically grants the specified permissions to trusted proxies for the specified principals, and returns trusted proxies with their original client constraints intact.
verifyObjectTrust(Object, ClassLoader, Collection) - Static method in class net.jini.security.Security
Verifies that the specified object can be trusted to correctly implement its contract, using verifiers from the specified class loader and using the specified collection of context objects as necessary.
version - Variable in class net.jini.lookup.entry.ServiceInfo
The version of this service.
VOTING - Static variable in interface net.jini.core.transaction.server.TransactionConstants
Transaction is determining if it can be committed.

W

waiterNotify(Object) - Method in class org.apache.river.thread.ReadersWriter
Wake up any threads waiting on this notifier.
waitFor(long) - Method in class org.apache.river.thread.RetryTask
 
waitUntilQuiet() - Method in class org.apache.river.thread.InProgress
Wait if the operation bounded by this object is either started or blocked.
waitWhileBlocked() - Method in class org.apache.river.thread.InProgress
Wait if the operation bounded by this object has been blocked, i.e., between a block and a unblock.
waitWhileStarted() - Method in class org.apache.river.thread.InProgress
Wait if the operation bounded by this object is in progress, i.e., between a start and a stop.
WakeupManager - Class in org.apache.river.thread
A Queue of timed tasks.
WakeupManager() - Constructor for class org.apache.river.thread.WakeupManager
Create a new WakeupManager.
WakeupManager(WakeupManager.ThreadDesc) - Constructor for class org.apache.river.thread.WakeupManager
Create a new WakeupManager.
WakeupManager(WakeupManager.ThreadDesc, Configuration) - Constructor for class org.apache.river.thread.WakeupManager
Create a new WakeupManager.
WakeupManager.ThreadDesc - Class in org.apache.river.thread
Description of a future thread.
WakeupManager.Ticket - Class in org.apache.river.thread
A ticket that can be used for cancelling a future task.
WARNING - Static variable in class net.jini.lookup.entry.StatusType
A problem merits attention, but is not impeding the operation of the service.
WARNING - Static variable in class org.apache.river.tool.envcheck.Reporter
the level at which warning messages are generated
WEAK - Static variable in class net.jini.jeri.ssl.ConfidentialityStrength
If confidentiality of message contents is ensured, then use weak confidentiality for message contents.
when - Variable in class org.apache.river.thread.WakeupManager.Ticket
When the task should occur.
wrap(PrivilegedAction<T>) - Method in interface net.jini.security.SecurityContext
Returns a security context-restoring PrivilegedAction that wraps the given action, or returns the action itself if the security context does not include any non-AccessControlContext state to restore.
wrap(PrivilegedExceptionAction<T>) - Method in interface net.jini.security.SecurityContext
Returns a security context-restoring PrivilegedExceptionAction that wraps the given action, or returns the action itself if the security context does not include any non-AccessControlContext state to restore.
wrap(String, String, String[], String, boolean) - Static method in class org.apache.river.tool.JarWrapper
Invokes wrap with the provided values and a null manifest.
wrap(String, String, String[], String, boolean, Manifest) - Static method in class org.apache.river.tool.JarWrapper
Generates a wrapper JAR file based on the provided values in the same manner as described in the documentation for JarWrapper.main(java.lang.String[]).
wrap(String, String, String[], String, boolean, Manifest, List) - Static method in class org.apache.river.tool.JarWrapper
Generates a wrapper JAR file based on the provided values in the same manner as described in the documentation for JarWrapper.main(java.lang.String[]).
wrap(String, String[], String, boolean, Manifest, List) - Static method in class org.apache.river.tool.JarWrapper
Generates a wrapper JAR file based on the provided values in the same manner as described in the documentation for JarWrapper.main(java.lang.String[]).
write(OutputStream) - Method in class net.jini.id.Uuid
Marshals a binary representation of this Uuid to an OutputStream.
write(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Write a new entry into the space.
write(List, Transaction, List) - Method in interface net.jini.space.JavaSpace05
This method provides an overload of the JavaSpace.write method that allows new copies of multiple Entry instances to be stored in the space using a single call.
write(EntryRep, Transaction, long) - Method in class org.apache.river.outrigger.OutriggerServerImpl
 
write(EntryRep[], Transaction, long[]) - Method in class org.apache.river.outrigger.OutriggerServerImpl
 
write(int) - Method in class org.apache.river.outrigger.snaplogstore.LogOutputStream
Writes a byte of data.
write(byte[]) - Method in class org.apache.river.outrigger.snaplogstore.LogOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class org.apache.river.outrigger.snaplogstore.LogOutputStream
Writes a sub-array of bytes.
write(int) - Method in class org.apache.river.reliableLog.LogOutputStream
Writes a byte of data.
write(byte[]) - Method in class org.apache.river.reliableLog.LogOutputStream
Writes an array of bytes.
write(byte[], int, int) - Method in class org.apache.river.reliableLog.LogOutputStream
Writes a sub-array of bytes.
writeAnnotation(String) - Method in class net.jini.io.MarshalOutputStream
Writes a class annotation string value (possibly null) to be read by a corresponding MarshalInputStream implementation.
writeBytes(DataOutput) - Method in class net.jini.core.lookup.ServiceID
Writes out 16 bytes in standard network byte order.
writeLock() - Method in class org.apache.river.thread.ReadersWriter
Obtain a regular write lock.
writeOp(StorableResource, Long) - Method in interface org.apache.river.outrigger.LogOps
Log a write operation.
writeOp(StorableResource[], Long) - Method in interface org.apache.river.outrigger.LogOps
Log a batch write operation.
writeReplace() - Method in class net.jini.id.Uuid
Returns this object.
writeRequestData(OutboundRequestHandle, OutputStream) - Method in interface net.jini.jeri.connection.Connection
Writes to the specified stream any per-request data required by this connection for a request with the specified handle.
writerWait(Object, long) - Method in class org.apache.river.thread.ReadersWriter
Deprecated.
use newCondition() and Condition instead
writeUnlock() - Method in class org.apache.river.thread.ReadersWriter
Release a (regular or priority) write lock.
writeUpdate(OutputStream, Object) - Method in class org.apache.river.reliableLog.LogHandler
Writes the representation (a serializable object) of an update to a stream.
WrongMessageDigestException - Exception in net.jini.url.httpmd
Thrown when the message digest for data retrieved from an HTTPMD URL does not match the value specified in the URL.
WrongMessageDigestException(String) - Constructor for exception net.jini.url.httpmd.WrongMessageDigestException
Creates an instance with the specified detail message.

Y

YES - Static variable in class net.jini.core.constraint.ClientAuthentication
Authenticate the client to the server.
YES - Static variable in class net.jini.core.constraint.Confidentiality
Transmit message contents so that they cannot easily be interpreted by third parties (typically by using encryption).
YES - Static variable in class net.jini.core.constraint.Delegation
If the client authenticates to the server, then delegate from the client to the server, such that the server receives credentials which allow it to authenticate using the client's identity in subsequent remote calls that the server makes or receives.
YES - Static variable in class net.jini.core.constraint.Integrity
Detect when message contents (both requests and replies) have been altered by third parties, and if detected, refuse to process the message and throw an exception.
YES - Static variable in class net.jini.core.constraint.ServerAuthentication
Authenticate the server to the client.
A B C D E F G H I J K L M N O P R S T U V W Y 

Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.