net.artima.place.context
Interface ResourceLauncher


public interface ResourceLauncher

A service context interface that allows services to request that the client launch a resource based on a URL. The resource will in general be launched on behalf of a user.


Method Summary
 void launchResource(java.lang.String url)
          Launch a resource for a user.
 

Method Detail

launchResource

public void launchResource(java.lang.String url)
                    throws java.rmi.RemoteException
Launch a resource for a user. If the resource is a Jini service, the service and UI will likely be launched in a separate virtual machine, distinct from the virtual machine hosting the service making the request.