Package com.artima.place

Provides classes and interfaces that enable Jini services to act as collections of links to other services on the network.

See:
          Description

Interface Summary
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.
Dismissable Interface implemented by network-mobile objects that consume finite non-memory resources, such as sockets, database connections, threads, file handles, etc.
DynamicLinkMap Represents a dynamic map of links to resources on the network.
KeyIterator A iterator over a potentially distributed collection of object keys.
Link Represents a link to a service on the network.
LinkActivation Interface implemented by the object returned by the activate method of a Link that represents a progressing activation.
LinkItemIterator A iterator over a potentially distributed collection of LinkItems.
LinkMap Represents a map of links to resources on the network.
LinkMapListener The listener interface for receiving LinkMapEvents from a DynamicLinkMap.
ModifiableLinkMap Represents a modifiable map of links to services on the network.
Place A collection of links to services on the network.
Presentable A Jini service interface for services that may activate Links on behalf of users.
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 The listener interface for receiving ProgressEvents from the ProgressEventGenerator object, which may be returned by a Link's activate method.
 

Class Summary
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.
LinkItem Associates a Link to an InfoBundle.
LinkMapEvent An event that indicates a change in the contents of a DynamicLinkMap.
MulticastDiscoveryLink A Link that performs queries in lookup services located via multicast discovery.
ProgressEvent An event that indicates a revised progress of a Link activation expressed in terms of percent complete.
ServerAddress Holds a String host name and int port number.
ServicePresenter Contains a method that allows clients to request that the service host present a service to the user.
UnicastDiscoveryLink Represents a unicast discovery-based link to a Jini service on the network.
URLFactory Jini service that produces a URL or array of URLs.
URLLink Represents a URL-based link to a service on the network.
URLString Holds a valid URL String.
 

Package com.artima.place Description

Provides classes and interfaces that enable Jini services to act as collections of links to other services on the network. The full specification of this package is available at:

http://www.artima.com/jini/cyberspace/Spec.html