Microsoft SDK for Java

setPackage

This method of the LicenseMgr Class sets the package for a specific URL. This method cannot be invoked directly. You must first cast the LicenseMgr object to the ILicenseMgr interface and invoke the method through the interface.

Syntax

public native void setPackage(String url);

Parameters

url The Uniform Resource Locator (URL) of the package.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.