JGDMS Project 3.0-SNAPSHOT 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 

A

AboutUI - Interface in net.jini.lookup.ui
UI role interface implemented by About UIs, which enable users to view (or in some way experience) information about a service.
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.
AbstractLease - Class in org.apache.river.lease
A base class for implementing lease objects.
AbstractLease(AtomicSerial.GetArg) - Constructor for class org.apache.river.lease.AbstractLease
 
AbstractLease(long) - Constructor for class org.apache.river.lease.AbstractLease
Construct a relative-format lease.
AbstractLeasedResource - Class in org.apache.river.landlord
This is a convenience abstract LeasedResource that creates a new LeasedResource instead of modifying the original.
AbstractLeasedResource() - Constructor for class org.apache.river.landlord.AbstractLeasedResource
 
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.
AccessibleUI - Class in net.jini.lookup.ui.attribute
UI attribute that indicates a generated UI implements the the javax.accessibility.Accessible interface and that the designer of the UI did the necessary work to make sure the UI would work well with assistive technologies that are aware of the Java Accessibility API.
AccessibleUI() - Constructor for class net.jini.lookup.ui.attribute.AccessibleUI
Constructs a new AccessibleUI attribute.
ActivationAdmin - Interface in org.apache.river.activation
An administrative interface for the activation system daemon.
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.
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.
addListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
Registers a ServiceDiscoveryListener object with the event mechanism of a LookupCache.
addLookupAttributes(Entry[]) - Method in interface net.jini.admin.JoinAdmin
Add attribute sets for the service.
addLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Add new groups to the set to join.
addLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Add locators for specific new lookup services to join.
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.
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.
AddressBean(String, String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.AddressBean
 
addUnknownEvents(Collection<? extends RemoteEvent>) - Method in interface net.jini.event.MailboxPullRegistration
Adds the provided collection of unknown events to this registration.
Administrable - Interface in net.jini.admin
Every administrable service should implement this interface.
AdminIterator - Interface in org.apache.river.admin
Deprecated.
Use MatchSet instead. MatchSets can be obtained using the JavaSpace05.contents method.
AdminUI - Interface in net.jini.lookup.ui
UI role interface implemented by Admin UIs, which enable users to administer a service.
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
 
atomicityEnforced(ObjectStreamContext) - Static method in class org.apache.river.proxy.MarshalledWrapper
Returns the atomicity protection setting of the given stream, determined as follows: if the stream implements ObjectStreamContext and has in its context collection an object of type AtomicValidationEnforcement, the enforced method of that object is called and the resulting value returned; otherwise, false is returned.
attributes - Variable in class net.jini.lookup.entry.UIDescriptor
An unmodifiable set of objects that describe the UI generated by the marshalled UI factory.
AvailabilityEvent - Class in net.jini.space
A RemoteEvent marking the transition of an Entry from unavailable to available.
AvailabilityEvent(AtomicSerial.GetArg) - Constructor for class net.jini.space.AvailabilityEvent
 
AvailabilityEvent(JavaSpace, long, long, MarshalledObject, boolean) - Constructor for class net.jini.space.AvailabilityEvent
Create a new AvailabilityEvent instance.

B

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(AtomicSerial.GetArg) - Constructor for class org.apache.river.lease.BasicRenewalFailureEvent
 
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.
Bootstrap - Class in org.apache.river.proxy
 
building - Variable in class net.jini.lookup.entry.Location
A building name or code.

C

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 class org.apache.river.landlord.ConstrainableLandlordLease
 
canBatch(Lease) - Method in class org.apache.river.landlord.LandlordLease
 
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.
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].
canContainKey(Object) - Method in class org.apache.river.landlord.ConstrainableLandlordLeaseMap
 
canContainKey(Object) - Method in class org.apache.river.landlord.LandlordLeaseMap
 
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).
checkKey(Object) - Method in class org.apache.river.lease.AbstractLeaseMap
Check that the key is valid for this map
checkValue(Object) - Static method in class org.apache.river.lease.AbstractLeaseMap
Check that the value is a Long
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
 
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.
clone() - Method in class net.jini.entry.AbstractEntry
Clone has been implemented to allow utilities such as net.jini.lookup.ServiceDiscoveryManager to avoid sharing internally stored instances with client code.
clone() - Method in class org.apache.river.landlord.AbstractLeasedResource
 
close() - Method in interface net.jini.event.RemoteEventIterator
Ends all event processing being performed by this iterator and invalidates the iterator.
close() - Method in class net.jini.lease.LeaseRenewalManager
 
close() - Method in interface org.apache.river.admin.AdminIterator
Deprecated.
Tell the server that this iterator is no longer in use.
CodebaseProvider - Class in org.apache.river.proxy
Provided only for proxy binary backward compatibility with River versions before 3.0
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.
CommentBean(String) - Constructor for class net.jini.lookup.entry.CommentBean
 
ConsistentMap<K,V> - Class in org.apache.river.lookup.util
An implementation of the java.util.Map interface that has a serialized form consistent in all virtual machines.
ConsistentMap() - Constructor for class org.apache.river.lookup.util.ConsistentMap
Constructs a new, empty ConsistentMap.
ConsistentMap(Map<K, V>) - Constructor for class org.apache.river.lookup.util.ConsistentMap
Constructs a new ConsistentMap containing the elements in the passed collection.
ConsistentMap(AtomicSerial.GetArg) - Constructor for class org.apache.river.lookup.util.ConsistentMap
 
ConsistentSet<T> - Class in org.apache.river.lookup.util
An implementation of the java.util.Set interface that has a serialized form consistent in all virtual machines.
ConsistentSet() - Constructor for class org.apache.river.lookup.util.ConsistentSet
Constructs a new, empty ConsistentSet.
ConsistentSet(Collection<T>) - Constructor for class org.apache.river.lookup.util.ConsistentSet
Constructs a new ConsistentSet containing the elements in the passed collection.
ConsistentSet(AtomicSerial.GetArg) - Constructor for class org.apache.river.lookup.util.ConsistentSet
 
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.
ConstrainableProxyUtil - Class in org.apache.river.proxy
A collection of utility methods for use in implementing constrainable proxies.
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.admin.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.admin.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.
country - Variable in class net.jini.lookup.entry.Address
Country name.
create(Object) - Static method in class org.apache.river.proxy.Bootstrap
 
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.
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.
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

delete() - Method in interface org.apache.river.admin.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.
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.
DestroyAdmin - Interface in org.apache.river.admin
Admin interface for destroying a service.
destroyVM() - Method in interface org.apache.river.start.group.SharedGroup
Cause the hosting VM to exit.
disableDelivery() - Method in interface net.jini.event.MailboxRegistration
Ceases delivery of stored notifications to the existing target listener, if any.
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.
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.
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.
duration - Variable in class org.apache.river.landlord.LeasePeriodPolicy.Result
The duration.

E

elements(Collection<T>) - Static method in class org.apache.river.lookup.util.ConsistentSet
 
enableDelivery(RemoteEventListener) - Method in interface net.jini.event.MailboxRegistration
Initiates delivery of stored notifications to the supplied target listener, if any.
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
 
entrySet() - Method in class org.apache.river.lookup.util.ConsistentMap
Returns a set view of the mappings contained in this ConsistentMap.
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.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.lookup.ui.attribute.AccessibleUI
Compares the specified object (passed in o) with this AccessibleUI object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.Locales
Compares the specified object (the Object passed in o) with this Locales object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Compares the specified object (the Object passed in o) with this RequiredPackages object for equality.
equals(Object) - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Compares the specified object (the Object passed in o) with this UIFactoryTypes object for equality.
equals(Object) - Method in class org.apache.river.landlord.ConstrainableLandlordLease
 
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.proxy.MarshalledWrapper
Compares the specified object with this MarshalledWrapper for equality.
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.
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.
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(AtomicSerial.GetArg) - Constructor for class net.jini.lease.ExpirationWarningEvent
 
ExpirationWarningEvent(LeaseRenewalSet, long, MarshalledObject) - Constructor for class net.jini.lease.ExpirationWarningEvent
Simple constructor.

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.
FiddlerAdmin - Interface in org.apache.river.admin
An administrative interface for the Fiddler implementation of the lookup discovery service.
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.
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.

G

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(ClassLoader, ClassLoader) - 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.
getActivatableObjects(ActivationGroupID) - Method in interface org.apache.river.activation.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.activation.ActivationAdmin
Returns a map from ActivationGroupID to ActivationGroupDesc for all registered activation groups.
getAdmin() - Method in interface net.jini.admin.Administrable
Returns an object that implements whatever administration interfaces are appropriate for the particular service.
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.
getBeanClass(Class) - Static method in class net.jini.lookup.entry.EntryBeans
Return the class of JavaBeans component that corresponds to a particular Entry class.
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.
getClassAnnotation(Class) - Static method in class org.apache.river.proxy.CodebaseProvider
 
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.
getConstraints() - Method in class org.apache.river.landlord.ConstrainableLandlordLease
 
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.
getDenied(int) - Method in class org.apache.river.landlord.Landlord.RenewResults
For each cookie passed to renewAll, getGranted(i) is the granted lease time, or -1 if the renewal for that lease generated an exception.
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 ('.').
getEntries() - Method in exception net.jini.entry.UnusableEntriesException
Returns a Collection of the entries that could be unmarshalled by the operation.
getEntry() - Method in class net.jini.space.AvailabilityEvent
Returns a copy of the Entry whose transition triggered this event.
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.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 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.
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.
getFirstSupportedLocale(Locale[]) - Method in class net.jini.lookup.ui.attribute.Locales
Looks through the passed array of Locales (in the order they appear in the array) and returns the first Locale that is supported by the UI (as defined by isLocaleSupported()), or null, if none of the Locales in the passed array are supported by the UI.
getFirstSupportedLocale(List) - Method in class net.jini.lookup.ui.attribute.Locales
Iterates through the passed List of Locales and returns the first Locale that is supported by the UI (as defined by isLocaleSupported()), or null, if none of the Locales in the passed array are supported by the UI.
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.
getGranted(int) - Method in class org.apache.river.landlord.Landlord.RenewResults
For each cookie passed to renewAll, getGranted(i) is the granted lease time, or -1 if the renewal for that lease generated an exception.
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.
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.
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).
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.admin.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.
getListener() - Method in interface net.jini.event.MailboxRegistration
Returns the RemoteEventListener associated with this registration.
getLocales() - Method in class net.jini.lookup.ui.attribute.Locales
Returns an unmodifiable java.util.Set that contains java.util.Locale objects, one for each locale supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
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.
getLookupAttributes() - Method in interface net.jini.admin.JoinAdmin
Get the current attribute sets for the service.
getLookupGroups() - Method in interface net.jini.admin.JoinAdmin
Get the list of groups to join.
getLookupLocators() - Method in interface net.jini.admin.JoinAdmin
Get the list of locators of specific lookup services to join.
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.
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 org.apache.river.proxy.ThrowThis
Returns the detail message, including the message from the nested exception the server wants thrown
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.
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.
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.
getPersistenceSnapshotThreshold() - Method in interface org.apache.river.admin.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.admin.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.
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.
getProxy() - Method in class org.apache.river.landlord.LandlordLease
 
getReferentUuid() - Method in class org.apache.river.landlord.LandlordLease
 
getRemoteEvents() - Method in interface net.jini.event.MailboxPullRegistration
Retrieves stored notifications, if any.
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.
getRequiredPackages() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns a java.util.Map whose keys are Strings that represent fully qualified names of required packages and whose values are be the oldest version number of the package (defined by the key) that is compatible with the UI.
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.
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.
getServiceAttributes() - Method in interface net.jini.lookup.ServiceAttributesAccessor
Allows clients to retrieve a services attributes prior to the service itself, this allows the clients to perform additional filtering, before a service code-base download is required.
getServiceProxy() - Method in interface net.jini.lookup.ServiceProxyAccessor
Returns a proxy object for this object.
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.
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.
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.
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.
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.
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.
getTypeNames() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns an unmodifiable Set of fully qualified type name Strings of which a UI factory is an instance in no particular order.
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.
getUnicastPort() - Method in interface net.jini.lookup.DiscoveryAdmin
Returns the port number on which the lookup service listens for unicast discovery queries.
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.
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(String) - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns a version number for the required package whose fully qualified package name is passed as the packageName parameter.
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.

H

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.lookup.ui.attribute.AccessibleUI
Returns the hash code value for this AccessibleUI.
hashCode() - Method in class net.jini.lookup.ui.attribute.Locales
Returns the hash code value for this Locales object.
hashCode() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns the hash code value for this RequiredPackages object.
hashCode() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns the hash code value for this UIFactoryTypes object.
hashCode() - Method in class org.apache.river.landlord.ConstrainableLandlordLease
 
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.proxy.MarshalledWrapper
Returns the hash code value for this MarshalledWrapper.
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
 

I

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
 
IIOP - Static variable in class net.jini.lookup.entry.jmx.JMXProtocolType
 
integrityEnforced(ObjectInput) - 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.
integrityEnforced(ObjectStreamContext) - Static method in class org.apache.river.proxy.MarshalledWrapper
Returns the integrity protection setting in the given ObjectStreamContext.
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.
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.
isAssignableTo(Class) - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns true if the UI factory (contained in marshalled form in the same UIDescriptor) is an instance of the UI factory interface type passed in parameter classObj.
isEmpty() - Method in class org.apache.river.lease.AbstractLeaseMap
 
isLocaleSupported(Locale) - Method in class net.jini.lookup.ui.attribute.Locales
Indicates whether or not a locale is supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
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.
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.
iterator() - Method in class net.jini.lookup.ui.attribute.Locales
Returns an iterator over the set of java.util.Locale objects, one for each locale supported by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
iterator() - Method in class net.jini.lookup.ui.attribute.RequiredPackages
Returns an iterator over the set of String fully qualified package names required by the UI generated by the UI factory stored in the marshalled object of the same UIDescriptor.
iterator() - Method in class net.jini.lookup.ui.attribute.UIFactoryTypes
Returns an iterator over the set of types of which a UI factory object is an instance in no particular order.
iterator() - Method in class org.apache.river.lookup.util.ConsistentSet
Returns an iterator over the elements in this set.

J

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.admin
Deprecated.
Invoke the JoinAdmin and DestroyAdmin methods though those interfaces. A view of the space contents can be obtained through the JavaSpace05.contents method.
JMXMP - Static variable in class net.jini.lookup.entry.jmx.JMXProtocolType
 
JMXProperty - Class in net.jini.lookup.entry.jmx
 
JMXProperty() - Constructor for class net.jini.lookup.entry.jmx.JMXProperty
 
JMXProperty(String, String) - Constructor for class net.jini.lookup.entry.jmx.JMXProperty
 
JMXProtocolType - Class in net.jini.lookup.entry.jmx
 
JMXProtocolType() - Constructor for class net.jini.lookup.entry.jmx.JMXProtocolType
 
JMXProtocolType(String) - Constructor for class net.jini.lookup.entry.jmx.JMXProtocolType
 
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.

K

keySet() - Method in class org.apache.river.lease.AbstractLeaseMap
 

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
 
LeasedResource - Interface in org.apache.river.landlord
Server side representation of a lease
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.
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.
LeaseRenewalEvent(AtomicSerial.GetArg) - Constructor for class net.jini.lease.LeaseRenewalEvent
 
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.
LeaseUnmarshalException(AtomicSerial.GetArg) - Constructor for exception net.jini.lease.LeaseUnmarshalException
 
loadClass(String, String, ClassLoader, boolean, ClassLoader) - Static method in class org.apache.river.proxy.CodebaseProvider
 
loadProxyClass(String, String[], ClassLoader, boolean, ClassLoader) - Static method in class org.apache.river.proxy.CodebaseProvider
 
Locales - Class in net.jini.lookup.ui.attribute
UI attribute that lists the locales supported by a generated UI.
Locales(Set) - Constructor for class net.jini.lookup.ui.attribute.Locales
Constructs a Locales using the passed Set.
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.
LocationBean(String, String, String) - Constructor for class net.jini.lookup.entry.LocationBean
 
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, int) - Method in interface net.jini.lookup.SafeServiceRegistrar
Returns an array with a maximum length of maxProxies, containing bootstrap proxies matching the template with service proxies that are likely to be compatible with the clients constraints.
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.

M

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.
MainUI - Interface in net.jini.lookup.ui
UI role interface implemented by Main UIs, which enable client programs to grant users general access to a service.
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
 
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.
MarshalledWrapper(AtomicSerial.GetArg) - Constructor for class org.apache.river.proxy.MarshalledWrapper
 
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.
MatchSet - Interface in net.jini.space
A collection of Entry instances to be incrementally returned from a JavaSpaces service.
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 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.

N

name - Variable in class net.jini.lookup.entry.jmx.JMXProperty
 
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.
NameBean(String) - Constructor for class net.jini.lookup.entry.NameBean
 
nestedException - Variable in exception net.jini.space.InternalSpaceException
The exception (if any) that triggered the internal exception.
net.jini.admin - package net.jini.admin
These interfaces provide common ways to export particular administrative functionality.
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.lease - package net.jini.lease
Standard service and utility classes for managing leases.
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.lookup.entry.jmx - package net.jini.lookup.entry.jmx
 
net.jini.lookup.ui - package net.jini.lookup.ui
 
net.jini.lookup.ui.attribute - package net.jini.lookup.ui.attribute
 
net.jini.space - package net.jini.space
JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects.
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.
next(long) - Method in interface net.jini.event.RemoteEventIterator
Retrieves stored event notifications, if any.
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.admin.AdminIterator
Deprecated.
Return the next entry in the sequence.
NO_WAIT - Static variable in interface net.jini.space.JavaSpace
Wait for no time at all.
noneDenied() - Method in class org.apache.river.landlord.Landlord.RenewResults
 
NORMAL - Static variable in class net.jini.lookup.entry.StatusType
A noteworthy event is occurring during the normal operation of a service.
NOTICE - Static variable in class net.jini.lookup.entry.StatusType
An unusual event is occurring, but the event is not necessarily a problem.
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(ServiceTemplate, int, RemoteEventListener, MarshalledInstance, long) - Method in interface net.jini.lookup.SafeServiceRegistrar
Registers for event notification.
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.

O

org.apache.river.activation - package org.apache.river.activation
 
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.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.lookup.entry - package org.apache.river.lookup.entry
Helper utility classes for managing entries used as lookup service attributes.
org.apache.river.lookup.util - package org.apache.river.lookup.util
 
org.apache.river.proxy - package org.apache.river.proxy
 
org.apache.river.start.group - package org.apache.river.start.group
 
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.

P

postalCode - Variable in class net.jini.lookup.entry.Address
Postal code.
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.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.
protocolType - Variable in class net.jini.lookup.entry.jmx.JMXProtocolType
 
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(Entry, Transaction, long) - Method in interface net.jini.space.JavaSpace
Read any matching entry from the space, blocking until one exists.
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.
register(long) - Method in interface net.jini.event.EventMailbox
Defines the interface to the event mailbox service.
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.
RemoteEventIterator - Interface in net.jini.event
RemoteEventIterator defines the interface through which a client can synchronously retrieve events associated with a given registration.
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
 
removeListener(ServiceDiscoveryListener) - Method in interface net.jini.lookup.LookupCache
Removes a ServiceDiscoveryListener object from the set of listeners currently registered with the LookupCache.
removeLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Remove groups from the set to join.
removeLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Remove locators for specific lookup services from the set to join.
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 class org.apache.river.landlord.AbstractLeasedResource
Returns a copy of the lease with a new expiration time.
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.
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.
RenewalFailureEvent(AtomicSerial.GetArg) - Constructor for class net.jini.lease.RenewalFailureEvent
Can only be called by subclasses that implement @AtomicSerial
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].
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.
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.
RenewResults(AtomicSerial.GetArg) - Constructor for class org.apache.river.landlord.Landlord.RenewResults
 
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.
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.
RequiredPackages - Class in net.jini.lookup.ui.attribute
UI attribute that enables clients to get a list of the fully qualified names and version numbers of packages required by a UI.
RequiredPackages(Map) - Constructor for class net.jini.lookup.ui.attribute.RequiredPackages
Constructs a RequiredPackages attribute with the passed Map.
Result(long, long) - Constructor for class org.apache.river.landlord.LeasePeriodPolicy.Result
Simple constructor to create a new Result object.
RMI - Static variable in class net.jini.lookup.entry.jmx.JMXProtocolType
 
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.
ROLE - Static variable in interface net.jini.lookup.ui.AboutUI
Convenience constant to use in the role field of UIDescriptors for AboutUI role UIs.
ROLE - Static variable in interface net.jini.lookup.ui.AdminUI
Convenience constant to use in the role field of UIDescriptors for AdminUI role UIs.
ROLE - Static variable in interface net.jini.lookup.ui.MainUI
Convenience constant to use in the role field of UIDescriptors for MainUI role UIs.
room - Variable in class net.jini.lookup.entry.Location
A room or cube number.

S

SafeServiceRegistrar - Interface in net.jini.lookup
ServiceRegistrar that provides safe lookup and notify methods to allow authentication prior to download and delayed un-marshaling.
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.
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.
ServiceAttributesAccessor - Interface in net.jini.lookup
Provides a means to obtain attributes from a bootstrap proxy returned from net.jini.core.lookup.ServiceRegistrar#lookUp(net.jini.core.lookup.ServiceTemplate, int) Services should implement this interface.
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.
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.
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.
ServiceDiscoveryEvent(AtomicSerial.GetArg) - Constructor for class net.jini.lookup.ServiceDiscoveryEvent
AtomicSerial constructor
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.
serviceID() - Method in interface net.jini.lookup.ServiceIDAccessor
A remote method to be implemented by a service, allowing clients to obtain this information from a bootstrap proxy, prior to downloading the services proxy.
ServiceIDAccessor - Interface in net.jini.lookup
Allows clients to obtain the ServiceID from a bootstrap service proxy.
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.
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.
ServiceInfoBean(String, String, String, String, String, String) - Constructor for class net.jini.lookup.entry.ServiceInfoBean
 
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.
ServiceProxyAccessor - Interface in net.jini.lookup
Provides a means to obtain a client-side proxy from a "base" service object.
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.
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.
serviceType - Variable in class net.jini.lookup.entry.ServiceTypes
Service type to match, or null.
ServiceTypes - Class in net.jini.lookup.entry
Represents a ServiceType implemented by a service.
ServiceTypes() - Constructor for class net.jini.lookup.entry.ServiceTypes
 
ServiceTypes(Class) - Constructor for class net.jini.lookup.entry.ServiceTypes
 
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.
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 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.
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.
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.
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.
setLeaseBound(long) - Method in interface org.apache.river.admin.FiddlerAdmin
Changes the least upper bound applied to all lease durations granted by the lookup discovery service.
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.
setLookupGroups(String[]) - Method in interface net.jini.admin.JoinAdmin
Replace the list of groups to join with a new list.
setLookupLocators(LookupLocator[]) - Method in interface net.jini.admin.JoinAdmin
Replace the list of locators of specific lookup services to join with a new list.
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.
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.admin.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.admin.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.
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.
setRenewalFailureListener(RemoteEventListener, MarshalledObject) - Method in interface net.jini.lease.LeaseRenewalSet
Register for the renewal failure event associated with this set.
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.
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.
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.
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.
SharedGroup - Interface in org.apache.river.start.group
The service starter supported interface for shared group objects.
size() - Method in class org.apache.river.lease.AbstractLeaseMap
 
size() - Method in class org.apache.river.lookup.util.ConsistentSet
Returns the number of elements in this ConsistentSet (its cardinality).
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.
space() - Method in interface org.apache.river.admin.JavaSpaceAdmin
Deprecated.
Return the space that this administrative object governs.
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.
StorageLocationAdmin - Interface in org.apache.river.admin
Admin interface for controlling the location of a service's persistent storage.
street - Variable in class net.jini.lookup.entry.Address
Street address.

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.
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.
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.
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(AtomicSerial.GetArg) - Constructor for exception org.apache.river.proxy.ThrowThis
AtomicSerial
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.
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.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.lookup.entry.StatusType
Returns a string representation of this object.
toString() - Method in class org.apache.river.landlord.LandlordLease
 
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.
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.
UIDescriptorBean(String, String, Set, MarshalledObject) - Constructor for class net.jini.lookup.entry.UIDescriptorBean
 
UIFactoryTypes - Class in net.jini.lookup.ui.attribute
UI attribute that lists UI factory interfaces of which a UI factory is an instance.
UIFactoryTypes(Set) - Constructor for class net.jini.lookup.ui.attribute.UIFactoryTypes
Constructs a UIFactoryTypes attribute using the passed Set.
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<Entry>, Collection<UnusableEntryException>) - 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.
UnusableEntriesException(AtomicSerial.GetArg) - Constructor for exception net.jini.entry.UnusableEntriesException
 
USE_DEFAULT - Static variable in interface org.apache.river.admin.JavaSpaceAdmin
Deprecated.
Can be passed to contents to indicate no preference for the fetch size.

V

value - Variable in class net.jini.lookup.entry.jmx.JMXProperty
 
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.
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.
version - Variable in class net.jini.lookup.entry.ServiceInfo
The version of this service.

W

WARNING - Static variable in class net.jini.lookup.entry.StatusType
A problem merits attention, but is not impeding the operation of the service.
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.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
Copyright ©, multiple authors.

Copyright © 2016–2018. All rights reserved.