A C D E G H I K L M N O P R S T U

A

abort() - Method in interface com.artima.place.LinkActivation
Requests an abort of a Link activation.
activate(ActivationClient) - Method in class com.artima.place.UnicastDiscoveryLink
Activate this link by attempting unicast discovery of lookup services identified in the ServerAddresses array using the specified approach, ultimately performing lookups at discovered lookup services with the specified ServiceTemplate.
activate(ActivationClient) - Method in class com.artima.place.URLLink
Invokes activationSucceeded() on the passed ActivationClient, passing to activationSucceeded() a ServiceItem that contains a URLFactory service and null references for the ServiceID and attributes set (the Entry array).
activate(ActivationClient) - Method in interface com.artima.place.Link
Retrieve this service.
activate(ActivationClient) - Method in class com.artima.place.MulticastDiscoveryLink
Retrieve this service.
activationAborted() - Method in interface com.artima.place.ActivationClient
Invoked when a Link activation fails because of being aborted.
ActivationClient - interface com.artima.place.ActivationClient.
Interface implemented by an object that is notified when a link activation completes, either with success, failure, or as a result of being aborted.
activationFailed() - Method in interface com.artima.place.ActivationClient
Invoked when a Link activation fails for any reason except being aborted.
activationSucceeded(ServiceItem) - Method in interface com.artima.place.ActivationClient
Invoked when a Link activation succeeds.
addLinkMapListener(LinkMapListener) - Method in interface com.artima.place.DynamicLinkMap
Adds the specified LinkMapListener to receive LinkMapEvents from this object.
addProgressListener(ProgressListener) - Method in interface com.artima.place.ProgressEventGenerator
Adds the specified ProgressListener to receive progress events from this object.

C

cacheNext(int) - Method in interface com.artima.place.KeyIterator
Requests that the next cacheSize elements be cached locally.
cacheNext(int) - Method in interface com.artima.place.LinkItemIterator
Requests that the next cacheSize elements be cached locally.
clear() - Method in interface com.artima.place.ModifiableLinkMap
Removes all mapping from this LinkMap.
clearCachedLocale() - Method in class com.artima.place.info.LocalizableInfo
Nulls out the reference to the cached Locale contained in this LocalizableInfo, if any.
clearResourceBundleLoader() - Method in class com.artima.place.info.LocalizableInfo
Nulls out the reference to the ResourceBundleLoader contained in this LocalizableInfo, if any.
clone() - Method in class com.artima.place.info.LocalizableInfo
Clones this LocalizableInfo.
clone() - Method in class com.artima.place.info.Description
Clones this Name.
clone() - Method in class com.artima.place.info.ModificationDate
Clones this ModificationDate.
clone() - Method in class com.artima.place.info.Keywords
Clones this Keywords.
clone() - Method in class com.artima.place.info.InfoBundle
Clones this InfoBundle.
clone() - Method in class com.artima.place.info.Name
Clones this Name.
clone() - Method in class com.artima.place.info.Icons
Clones this Icons.
com.artima.place - package com.artima.place
Provides classes and interfaces that enable Jini services to act as collections of links to other services on the network.
com.artima.place.info - package com.artima.place.info
Provides classes and interfaces that support localization across a network.
compareObjectsOrNull(Object, Object) - Static method in class com.artima.place.info.LocalizableInfo
Utility method that returns true only if the two passed objects references are both null, or the objects are semantically equal.
CONCURRENTLY - Static variable in class com.artima.place.UnicastDiscoveryLink
Constant that when passed to certain constructors indicates that a LookupLocatorDiscovery object will be used to concurrently attempt to contact all ServerAddresses in the passed list.
containsAllKeys(Collection) - Method in interface com.artima.place.LinkMap
Returns true if this LinkMap contains a mapping for each key in the passed collection.
containsAllLinkItems(Collection) - Method in interface com.artima.place.LinkMap
Returns true if this LinkMap maps one or more keys to each LinkItem value in the passed collection.
containsKey(int) - Method in interface com.artima.place.LinkMap
Returns true if this LinkMap contains a mapping for the key created by wrapping the specified int in an Integer object.
containsKey(Object) - Method in interface com.artima.place.LinkMap
Returns true if this LinkMap contains a mapping for the specified key.
containsLinkItem(LinkItem) - Method in interface com.artima.place.LinkMap
Returns true if this LinkMap maps one or more keys to the specified value.

D

DEFAULT_ACTIVATION_TIMEOUT - Static variable in class com.artima.place.ServicePresenter
The default maximum activation time is 30 seconds.
DEFAULT_JINI_PORT - Static variable in class com.artima.place.UnicastDiscoveryLink
 
DEFAULT_SINGLE_REQUEST_TIMEOUT - Static variable in class com.artima.place.ServicePresenter
The default network request timeout is 20 seconds.
Description - class com.artima.place.info.Description.
A localizable description.
Description(Locale, String) - Constructor for class com.artima.place.info.Description
Constructs a new Description with passed cached description for the passed locale, and no name key resource bundle loader.
Description(ResourceBundleLoader, String) - Constructor for class com.artima.place.info.Description
Constructs a new Description with passed resource bundle loader, description key, and no cached description.
Description(ResourceBundleLoader, String, Locale, String) - Constructor for class com.artima.place.info.Description
Constructs a new Description with passed resource bundle loader, description key, and cached description (for the passed locale).
Dismissable - interface com.artima.place.Dismissable.
Interface implemented by network-mobile objects that consume finite non-memory resources, such as sockets, database connections, threads, file handles, etc.
dismissObject() - Method in interface com.artima.place.Dismissable
Releases any non-memory finite resources held by the object, such as file handles, sockets, database connections, graphics contexts, running threads, etc.
DynamicLinkMap - interface com.artima.place.DynamicLinkMap.
Represents a dynamic map of links to resources on the network.

E

equals(Object) - Method in class com.artima.place.LinkItem
Compares the specified Object with this LinkItem for equality.
equals(Object) - Method in class com.artima.place.ServerAddress
Compares the specified Object with this ServerAddress for equality.
equals(Object) - Method in class com.artima.place.URLString
Compares the specified Object with this URLString for equality.
equals(Object) - Method in class com.artima.place.info.LocalizableInfo
Compares this LocalizableInfo to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.Description
Compares this Description to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.ModificationDate
Compares this ModificationDate to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.ResourceBundleLoader
Compares passed ResourceBundleLoader to this ResourceBundleLoader for equality.
equals(Object) - Method in class com.artima.place.info.Keywords
Compares this Keywords to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.InfoBundle
Compares this InfoBundle to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.Name
Compares this Name to the passed object for equality.
equals(Object) - Method in class com.artima.place.info.Icons
Compares this Icons to the passed object for equality.

G

get(int) - Method in interface com.artima.place.LinkMap
Convenience method that returns the LinkItem value to which this LinkMap maps the Integer key with the int value passed in the key parameter.
get(Object) - Method in interface com.artima.place.LinkMap
Returns the LinkItem value to which this LinkMap maps the specified Object key.
getActivationTimeout() - Static method in class com.artima.place.ServicePresenter
Returns the recommended activation timeout.
getApproach() - Method in class com.artima.place.UnicastDiscoveryLink
Returns the approach used by this UnicastDiscoveryLink, which will be one of ORDERED_SEQUENTIAL, RANDOM_SEQUENTIAL, or CONCURRENTLY.
getBestFitLocale() - Method in class com.artima.place.info.LocalizableInfo
Returns the best-fit locale for the default locale.
getBestFitLocale() - Method in class com.artima.place.info.ResourceBundleLoader
Returns the actual locale for which this ResourceBundleLoader can return a resource bundle that best fits the default locale.
getBestFitLocale(Locale) - Method in class com.artima.place.info.LocalizableInfo
Returns the best-fit locale for the specified locale.
getBestFitLocale(Locale) - Method in class com.artima.place.info.ResourceBundleLoader
Returns the actual locale for which this ResourceBundleLoader can return a resource bundle that best fits the passed locale.
getCachedLocale() - Method in class com.artima.place.info.LocalizableInfo
Gets a reference to the cached Locale contained in this LocalizableInfo, if one exists.
getCodebaseClassLoader() - Method in class com.artima.place.info.ResourceBundleLoader
Returns a ClassLoader for the codebase that best fits the default Locale.
getCodebaseClassLoader(Locale) - Method in class com.artima.place.info.ResourceBundleLoader
Returns a ClassLoader for the codebase that best fits the passed Locale.
getDefault() - Static method in class com.artima.place.ServicePresenter
Gets the default ServicePresenter object.
getDescription() - Method in class com.artima.place.info.Description
Returns a String description, suitable for presentation to users, appropriate to the default locale.
getDescription(Locale) - Method in class com.artima.place.info.Description
Returns a String description, suitable for presentation to users, which represents the best-fit description for the specified locale.
getFile() - Method in class com.artima.place.URLString
Returns the file portion of the URL.
getGroups() - Method in class com.artima.place.MulticastDiscoveryLink
Returns the groups used by this link in performing multicast discovery when activated.
getHost() - Method in class com.artima.place.ServerAddress
Returns the String host name that's stored in this ServerAddress.
getHost() - Method in class com.artima.place.URLString
Returns the host portion of the URL.
getIcon(int) - Method in class com.artima.place.info.Icons
Gets a URL for the image file of an icon for this resource, suitable for presentation to users, under the current locale.
getIcon(int, Locale) - Method in class com.artima.place.info.Icons
Gets a URL for the image file of an icon for this resource, suitable for presentation to users, under the passed locale.
getInfoBundle() - Method in class com.artima.place.LinkItem
Returns the InfoBundle object that's stored in this LinkItem.
getInfoBundle() - Method in interface com.artima.place.info.Informative
Returns a bundle of localizable information about this service.
getInfoSet() - Method in class com.artima.place.info.InfoBundle
Returns a Set of info objects which provide localizable information suitable for presentation to users.
getKeysAdded() - Method in class com.artima.place.LinkMapEvent
Returns an array of Object keys for those links that have been added.
getKeysAltered() - Method in class com.artima.place.LinkMapEvent
Returns an array of Object keys for those links that have been altered.
getKeysRemoved() - Method in class com.artima.place.LinkMapEvent
Returns an array of Object keys for those links that have been removed.
getKeywords() - Method in class com.artima.place.info.Keywords
Returns a SortedSet of keywords, suitable for presentation to users, appropriate to the default locale.
getKeywords(Locale) - Method in class com.artima.place.info.Keywords
Returns a SortedSet of keywords, suitable for presentation to users, which represents the best-fit name for the specified locale.
getLength() - Method in class com.artima.place.URLFactory
Returns the number of URLs contained in this URLFactory.
getLink() - Method in class com.artima.place.LinkItem
Returns the Link object that's stored in this LinkItem.
getLinkMap() - Method in interface com.artima.place.Place
Returns a LinkMap collection of the Links contained in this Place.
getModificationDate() - Method in class com.artima.place.info.ModificationDate
Returns the modification date.
getName() - Method in class com.artima.place.info.Name
Returns a String name, suitable for presentation to users, appropriate to the default locale.
getName(Locale) - Method in class com.artima.place.info.Name
Returns a String name, suitable for presentation to users, which represents the best-fit name for the specified locale.
getPercentComplete() - Method in class com.artima.place.ProgressEvent
Returns the percent complete for this Link activation.
getPort() - Method in class com.artima.place.ServerAddress
Returns the int port number that's stored in this ServerAddress.
getPort() - Method in class com.artima.place.URLString
Returns the port portion of the URL.
getProtocol() - Method in class com.artima.place.URLString
Returns the protocol portion of the URL.
getRef() - Method in class com.artima.place.URLString
Returns the reference portion of the URL.
getResourceBundle() - Method in class com.artima.place.info.ResourceBundleLoader
Returns a best-fit ResourceBundle for the default Locale.
getResourceBundle(Locale) - Method in class com.artima.place.info.ResourceBundleLoader
Returns a best-fit ResourceBundle for the passed desired Locale.
getResourceBundleLoader() - Method in class com.artima.place.info.LocalizableInfo
Gives subclasses a reference to the ResourceBundleLoader contained in this LocalizableInfo.
getServerAddresses() - Method in class com.artima.place.UnicastDiscoveryLink
Returns the array of ServerAddress objects which determine the hosts and ports at which unicast discovery will be attempted by this link's activate method.
getServicePresenter() - Method in class com.artima.place.URLFactory
Gets the ServicePresenter for this Presentable service.
getServicePresenter() - Method in interface com.artima.place.Presentable
Gets the ServicePresenter for this Presentable service.
getServiceTemplate() - Method in class com.artima.place.UnicastDiscoveryLink
Returns the ServiceTemplate with which lookups will be performed by this UnicastDiscoveryLink.
getServiceTemplate() - Method in class com.artima.place.MulticastDiscoveryLink
Returns a duplicate of the ServiceTemplace used in lookups when this link is activated.
getSingleRequestTimeout() - Static method in class com.artima.place.ServicePresenter
Returns the recommended single request timeout.
getSupportedLocales() - Method in class com.artima.place.info.LocalizableInfo
Returns an unmodifiable set of Locales which are directly supported by this LocalizableInfo.
getSupportedLocales() - Method in class com.artima.place.info.ResourceBundleLoader
Returns an unmodifiable set of locales which are directly supported by this ResourceBundleLoader.
getURL() - Method in class com.artima.place.URLFactory
Returns the first URLString in the list of URLStrings contained in this URLFactory.
getURLs() - Method in class com.artima.place.URLFactory
Returns an array containing in order the URLStrings contained in this URLFactory.
getURLsAsList() - Method in class com.artima.place.URLFactory
Returns a List of the URLStrings.

H

hasCachedLocale() - Method in class com.artima.place.info.LocalizableInfo
Indicates whether or not this LocalizableInfo contains a cached Locale.
hashCode() - Method in class com.artima.place.LinkItem
Returns the hash code value for this LinkItem.
hashCode() - Method in class com.artima.place.ServerAddress
Returns the hash code value for this ServerAddress.
hashCode() - Method in class com.artima.place.URLString
Returns the hash code value for this URLString.
hashCode() - Method in class com.artima.place.info.LocalizableInfo
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.Description
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.ModificationDate
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.ResourceBundleLoader
Computes the hash code for this ResourceBundleLoader.
hashCode() - Method in class com.artima.place.info.Keywords
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.InfoBundle
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.Name
Returns a hash code for this object.
hashCode() - Method in class com.artima.place.info.Icons
Returns a hash code for this object.
hasNext() - Method in interface com.artima.place.KeyIterator
Returns true if the iteration has more elements.
hasNext() - Method in interface com.artima.place.LinkItemIterator
Returns true if the iteration has more elements.
hasResourceBundleLoader() - Method in class com.artima.place.info.LocalizableInfo
Indicates whether or not this LocalizableInfo contains a ResourceBundleLoader.

I

ICON_COLOR_16x16 - Static variable in class com.artima.place.info.Icons
Constant to indicate a 16 x 16 color icon.
ICON_COLOR_32x32 - Static variable in class com.artima.place.info.Icons
Constant to indicate a 32 x 32 color icon.
ICON_MONO_16x16 - Static variable in class com.artima.place.info.Icons
Constant to indicate a 16 x 16 monochrome icon.
ICON_MONO_32x32 - Static variable in class com.artima.place.info.Icons
Constant to indicate a 32 x 32 monochrome icon.
Icons - class com.artima.place.info.Icons.
A set of localizable icons.
Icons(Locale, byte[], byte[], byte[], byte[]) - Constructor for class com.artima.place.info.Icons
Constructs a new Icons with passed cached icon images for the passed locale, and no icon key or resource bundle loader.
Icons(ResourceBundleLoader, String) - Constructor for class com.artima.place.info.Icons
Constructs a new Icons with passed resource bundle loader, icon key, and no cached icon images.
Icons(ResourceBundleLoader, String, Locale, byte[], byte[], byte[], byte[]) - Constructor for class com.artima.place.info.Icons
Constructs a new Icons with passed resource bundle loader, icon key, and cached icon images (for the passed locale).
infoBundle - Variable in class com.artima.place.LinkEntry
InfoBundle object that provides localized information about this service, suitable for presenting to users, which can be used in presenting or describing a link to this service to users.
InfoBundle - class com.artima.place.info.InfoBundle.
A bundle of localizable information objects.
InfoBundle(Set) - Constructor for class com.artima.place.info.InfoBundle
Constructs a new InfoBundle with passed info object set.
Informative - interface com.artima.place.info.Informative.
A Jini service interface implemented by service proxies that can produce a bundle of localizable information about the service.
isEmpty() - Method in interface com.artima.place.LinkMap
Returns true if this map contains no key-value mappings.
isValidHost(String) - Static method in class com.artima.place.ServerAddress
Returns true if passed String is a valid host name.
isValidPort(int) - Static method in class com.artima.place.ServerAddress
Returns true if passed int is a valid port number.

K

KeyIterator - interface com.artima.place.KeyIterator.
A iterator over a potentially distributed collection of object keys.
keyIterator() - Method in interface com.artima.place.LinkMap
Returns a KeyIterator over the Object keys contained in this LinkMap.
keySetSize() - Method in interface com.artima.place.LinkMap
Returns the number of unique keys in this map.
Keywords - class com.artima.place.info.Keywords.
A bundle of localizable keywords.
Keywords(Locale, Set) - Constructor for class com.artima.place.info.Keywords
Constructs a new Keywords with passed cached keywords for the passed locale, and no keywords key and resource bundle loader.
Keywords(ResourceBundleLoader, String) - Constructor for class com.artima.place.info.Keywords
Constructs a new Keywords with passed resource bundle loader, keywords key, and no cached keywords.
Keywords(ResourceBundleLoader, String, Locale, Set) - Constructor for class com.artima.place.info.Keywords
Constructs a new Keywords with passed resource bundle loader, keywords key, and cached keywords (for the passed locale).

L

link - Variable in class com.artima.place.LinkEntry
Link object that when activated, will yield this service.
Link - interface com.artima.place.Link.
Represents a link to a service on the network.
LinkActivation - interface com.artima.place.LinkActivation.
Interface implemented by the object returned by the activate method of a Link that represents a progressing activation.
LinkEntry - class com.artima.place.LinkEntry.
Entry containing a link to this service (the service in whose ServiceItem this entry appears) and bundle of localizable information that can be used to represent a link to this service to users.
LinkEntry() - Constructor for class com.artima.place.LinkEntry
Constructs a LinkEntry with all fields set to null.
LinkEntry(InfoBundle, Link) - Constructor for class com.artima.place.LinkEntry
Constructs a LinkEntry with its infoBundle and link fields set to the passed values.
LinkItem - class com.artima.place.LinkItem.
Associates a Link to an InfoBundle.
LinkItem(Link, InfoBundle) - Constructor for class com.artima.place.LinkItem
Constructs a LinkItem with passed Link and InfoBundle.
LinkItemIterator - interface com.artima.place.LinkItemIterator.
A iterator over a potentially distributed collection of LinkItems.
linkItemIterator() - Method in interface com.artima.place.LinkMap
Returns a LinkItemIterator over the LinkItem values contained contained in this LinkMap.
LinkMap - interface com.artima.place.LinkMap.
Represents a map of links to resources on the network.
linkMapChanged(LinkMapEvent) - Method in interface com.artima.place.LinkMapListener
Invoked when one or more links in a DynamicLinkMap are altered, added, and/or removed.
LinkMapEvent - class com.artima.place.LinkMapEvent.
An event that indicates a change in the contents of a DynamicLinkMap.
LinkMapEvent(DynamicLinkMap, Object[], Object[], Object[]) - Constructor for class com.artima.place.LinkMapEvent
Constructs a LinkMapEvent object with the specified keys altered, added, and removed.
LinkMapListener - interface com.artima.place.LinkMapListener.
The listener interface for receiving LinkMapEvents from a DynamicLinkMap.
LocalizableInfo - class com.artima.place.info.LocalizableInfo.
A bundle of localizable information suitable for delivery across a network.
LocalizableInfo(Locale) - Constructor for class com.artima.place.info.LocalizableInfo
Constructs a new LocalizableInfo with passed cached Locale and no ResourceBundleLoader.
LocalizableInfo(ResourceBundleLoader) - Constructor for class com.artima.place.info.LocalizableInfo
Construct a LocalizableInfo with specified ResourceBundleLoader.
LocalizableInfo(ResourceBundleLoader, Locale) - Constructor for class com.artima.place.info.LocalizableInfo
Constructs a new CachableInfo with passed ResourceBundleLoader and cached Locale.

M

ModifiableLinkMap - interface com.artima.place.ModifiableLinkMap.
Represents a modifiable map of links to services on the network.
ModificationDate - class com.artima.place.info.ModificationDate.
An info object that represents a last modified date.
ModificationDate(Date) - Constructor for class com.artima.place.info.ModificationDate
Constructs a ModificationDate with passed last modified Date.
MulticastDiscoveryLink - class com.artima.place.MulticastDiscoveryLink.
A Link that performs queries in lookup services located via multicast discovery.
MulticastDiscoveryLink(ServiceTemplate) - Constructor for class com.artima.place.MulticastDiscoveryLink
Construct a MulticastDiscoveryLink with the passed ServiceTemplate.
MulticastDiscoveryLink(String[], ServiceTemplate) - Constructor for class com.artima.place.MulticastDiscoveryLink
Construct a MulticastDiscoveryLink with the passed groups String array and ServiceTemplate.

N

Name - class com.artima.place.info.Name.
A localizable name.
Name(Locale, String) - Constructor for class com.artima.place.info.Name
Constructs a new Name with passed cached name for the passed locale, and no name key and resource bundle loader.
Name(ResourceBundleLoader, String) - Constructor for class com.artima.place.info.Name
Constructs a new Name with passed resource bundle loader, name key, and no cached name.
Name(ResourceBundleLoader, String, Locale, String) - Constructor for class com.artima.place.info.Name
Constructs a new Name with passed resource bundle loader, name key, and cached name (for the passed locale).
next() - Method in interface com.artima.place.KeyIterator
Returns the next element in the iteration.
next() - Method in interface com.artima.place.LinkItemIterator
Returns the next element in the iteration.

O

ORDERED_SEQUENTIAL - Static variable in class com.artima.place.UnicastDiscoveryLink
Constant that when passed to certain constructors indicates that LookupLocators for a list of ServerAddresses will be tried sequentially in the order they appear in the list.

P

Place - interface com.artima.place.Place.
A collection of links to services on the network.
Presentable - interface com.artima.place.Presentable.
A Jini service interface for services that may activate Links on behalf of users.
presentService(Link) - Method in class com.artima.place.ServicePresenter
Presents a service to a user.
ProgressEvent - class com.artima.place.ProgressEvent.
An event that indicates a revised progress of a Link activation expressed in terms of percent complete.
ProgressEvent(ProgressEventGenerator, int) - Constructor for class com.artima.place.ProgressEvent
Constructs a ProgressEvent object with the specified percent completion.
ProgressEventGenerator - interface com.artima.place.ProgressEventGenerator.
Interface optionally implemented by the object returned by the activate method of a Link to allow the client to receive progress updates during the course of the activation.
ProgressListener - interface com.artima.place.ProgressListener.
The listener interface for receiving ProgressEvents from the ProgressEventGenerator object, which may be returned by a Link's activate method.
progressUpdated(ProgressEvent) - Method in interface com.artima.place.ProgressListener
Invoked when the progress of an activation has changed.
Purgable - interface com.artima.place.info.Purgable.
Interface implemented by classes that can purge away localizable information for undesired locales, keeping only information about a desired locale, which is the only locale preserved when one of the purge methods is invoked.
purge() - Method in class com.artima.place.info.LocalizableInfo
Purge away information about undesired locales.
purge() - Method in class com.artima.place.info.Description
Purge away information about undesired locales.
purge() - Method in interface com.artima.place.info.Purgable
Purge away information about undesired locales.
purge() - Method in class com.artima.place.info.Keywords
Purge away information about undesired locales.
purge() - Method in class com.artima.place.info.InfoBundle
Purge away information about undesired locales.
purge() - Method in class com.artima.place.info.Name
Purge away information about undesired locales.
purge() - Method in class com.artima.place.info.Icons
Purge away information about undesired locales.
purge(Locale) - Method in class com.artima.place.info.LocalizableInfo
Purge away information about any locales other than the passed Locale.
purge(Locale) - Method in class com.artima.place.info.Description
Purge away information about all locales except the passed locale.
purge(Locale) - Method in interface com.artima.place.info.Purgable
Purge away information about any locales other than the passed Locale, whose localized information should be preserved.
purge(Locale) - Method in class com.artima.place.info.Keywords
Purge away information about all locales except the passed desired locale.
purge(Locale) - Method in class com.artima.place.info.InfoBundle
Purge away information about all locales except the passed desired locale.
purge(Locale) - Method in class com.artima.place.info.Name
Purge away information about all locales except the passed locale.
purge(Locale) - Method in class com.artima.place.info.Icons
Purge away information about all locales except the passed desired locale.
put(int, LinkItem) - Method in interface com.artima.place.ModifiableLinkMap
Convenience method that associates the specified value with the Integer key whose int value equals the int specified keyValue.
put(LinkItem) - Method in interface com.artima.place.ModifiableLinkMap
Associates the specified value in this LinkMap with a new unique key selected by this method.
put(Object, LinkItem) - Method in interface com.artima.place.ModifiableLinkMap
Associates the specified value with the specified key in this LinkMap.
putAll(LinkMap) - Method in interface com.artima.place.ModifiableLinkMap
Copies all of the mappings from the specified LinkMap to this LinkMap.

R

RANDOM_SEQUENTIAL - Static variable in class com.artima.place.UnicastDiscoveryLink
Constant that when passed to certain constructors indicates that LookupLocators for a list of ServerAddresses will be tried sequentially in a random order chosen each time the link is activated.
remove(Object) - Method in interface com.artima.place.ModifiableLinkMap
Removes the mapping for this key from this LinkMap if present.
removeLinkMapListener(LinkMapListener) - Method in interface com.artima.place.DynamicLinkMap
Removes the specified LinkMapListener so that it no longer receives LinkMapEvents from this object.
removeProgressListener(ProgressListener) - Method in interface com.artima.place.ProgressEventGenerator
Removes the specified ProgressListener so that it no longer receives progress events from this object.
ResourceBundleLoader - class com.artima.place.info.ResourceBundleLoader.
A class that takes care of loading resources from a codebase that is selected based on best-fit locale.
ResourceBundleLoader(String, Map) - Constructor for class com.artima.place.info.ResourceBundleLoader
Constructs a ResourceBundleLoader with passed base name and locales map.

S

ServerAddress - class com.artima.place.ServerAddress.
Holds a String host name and int port number.
ServerAddress(String, int) - Constructor for class com.artima.place.ServerAddress
Constructs a ServerAddress with passed String host name and int port number.
ServicePresenter - class com.artima.place.ServicePresenter.
Contains a method that allows clients to request that the service host present a service to the user.
ServicePresenter() - Constructor for class com.artima.place.ServicePresenter
Construct a ServicePresenter.
setCachedLocale(Locale) - Method in class com.artima.place.info.LocalizableInfo
Validates and sets the cached Locale to the passed Locale.
setLatencyTimeouts(int, int) - Static method in class com.artima.place.ServicePresenter
Sets the two recommended latency timeouts: the single request timeout and the activation timeout.
setServicePresenter(ServicePresenter) - Method in class com.artima.place.URLFactory
Sets the ServicePresenter.
setServicePresenter(ServicePresenter) - Method in interface com.artima.place.Presentable
Sets the ServicePresenter.
size() - Method in interface com.artima.place.LinkMap
Returns the number of key-value mappings in this map.
strip(Set) - Method in class com.artima.place.info.ResourceBundleLoader
Returns a ResourceBundleLoader that supports only the locales in the passed set.
stripResourceBundleLoader(Set) - Method in class com.artima.place.info.LocalizableInfo
Replaces the resource bundle with a new one that contains only the locales in the passed set.
SUFFIX_COLOR_16x16 - Static variable in class com.artima.place.info.Icons
Convenience constant for the suffix applied to the icon key passed to a constructor of this class to form the actual key passed to a resource bundle to retrieve a 16 by 16 color icon.
SUFFIX_COLOR_32x32 - Static variable in class com.artima.place.info.Icons
Convenience constant for the suffix applied to the icon key passed to a constructor of this class to form the actual key passed to a resource bundle to retrieve a 32 by 32 color icon.
SUFFIX_MONO_16x16 - Static variable in class com.artima.place.info.Icons
Convenience constant for the suffix applied to the icon key passed to a constructor of this class to form the actual key passed to a resource bundle to retrieve a 16 by 16 monochrome icon.
SUFFIX_MONO_32x32 - Static variable in class com.artima.place.info.Icons
Convenience constant for the suffix applied to the icon key passed to a constructor of this class to form the actual key passed to a resource bundle to retrieve a 32 by 32 monochrome icon.

T

toString() - Method in class com.artima.place.URLString
Returns the String URL that's stored in this URLString.

U

UnicastDiscoveryLink - class com.artima.place.UnicastDiscoveryLink.
Represents a unicast discovery-based link to a Jini service on the network.
UnicastDiscoveryLink(ServerAddress[], ServiceTemplate, int) - Constructor for class com.artima.place.UnicastDiscoveryLink
Construct a UnicastDiscoveryLink with an array of ServerAddress objects and a ServiceTemplate.
UnicastDiscoveryLink(ServerAddress, ServiceTemplate) - Constructor for class com.artima.place.UnicastDiscoveryLink
Construct a UnicastDiscoveryLink with a ServerAddress and ServiceTemplate.
UnicastDiscoveryLink(String, ServiceTemplate) - Constructor for class com.artima.place.UnicastDiscoveryLink
Construct a UnicastDiscoveryLink with a host String and ServiceTemplate.
UnicastDiscoveryLink(URLString[], ServiceTemplate, int) - Constructor for class com.artima.place.UnicastDiscoveryLink
Construct a UnicastDiscoveryLink with an array of URLStrings and a ServiceTemplate.
UnicastDiscoveryLink(URLString, ServiceTemplate) - Constructor for class com.artima.place.UnicastDiscoveryLink
Construct a UnicastDiscoveryLink with a URLString and ServiceTemplate.
update(Object, InfoBundle) - Method in interface com.artima.place.ModifiableLinkMap
Associates the specified InfoBundle with the Link that is associated with the specified key in this LinkMap.
URLFactory - class com.artima.place.URLFactory.
Jini service that produces a URL or array of URLs.
URLFactory(URLString) - Constructor for class com.artima.place.URLFactory
Creates a URLFactory with passed String URL.
URLFactory(URLString[]) - Constructor for class com.artima.place.URLFactory
Construct a URLFactory with an array of URLStrings.
URLLink - class com.artima.place.URLLink.
Represents a URL-based link to a service on the network.
URLLink(URLString) - Constructor for class com.artima.place.URLLink
Construct a URLLink with a URLString.
URLLink(URLString[]) - Constructor for class com.artima.place.URLLink
Construct a URLLink with an array of URLStrings.
URLString - class com.artima.place.URLString.
Holds a valid URL String.
URLString(String) - Constructor for class com.artima.place.URLString
Constructs a URLString with passed String URL.
useCache(Locale) - Method in class com.artima.place.info.LocalizableInfo
Indicates whether or not the cached locale, if any exists, should be used given a desired locale.

A C D E G H I K L M N O P R S T U