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
 void 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 void 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.