com.artima.place
Interface Place

All Superinterfaces:
Presentable

public interface Place
extends Presentable

A collection of links to services on the network.


Method Summary
 LinkMap getLinkMap()
          Returns a LinkMap collection of the Links contained in this Place.
 
Methods inherited from interface com.artima.place.Presentable
getServicePresenter, setServicePresenter
 

Method Detail

getLinkMap

public LinkMap getLinkMap()
                   throws java.rmi.RemoteException
Returns a LinkMap collection of the Links contained in this Place.
Returns:
the LinkMap containing the Links at this Place
Throws:
java.rmi.RemoteException - if a network problem prevents this method from fulfilling its contractual obligations