com.anabas.sharedlet
Interface LauncherService


public interface LauncherService
extends SharedletService

Launches and activates the sharedlet associated with the document to be launched. It assocaties the sharedlet to the extension of the document.

The mapping is generated from SharedletInfo.getSupportedDocumentTypes()

Location In GXO

A sharedlet can find the LauncherService under the meeting context:

/services/LauncherServce


Method Summary
 boolean launch(java.net.URL documentURL)
          Launches/activates a sharedlet in other clients within the session.
 
Methods inherited from interface com.anabas.sharedlet.SharedletService
init, resume, shutdown, suspend
 

Method Detail

launch

public boolean launch(java.net.URL documentURL)
               throws PermissionDeniedException
Launches/activates a sharedlet in other clients within the session.
Parameters:
documentURL - The URL of the document to launch.
Returns:
true if a sharedlet is found to support the URL type. false otherwise.