| Package com.ms.com |
Previous |
Microsoft Packages |
Index |
Next |
public class LicenseMgr
implements ILicenseMgr
{
}
Implements the ILicenseMgr interface, which allows you to use licensed COM components or controls from your Java application.
The LicenseMgr class itself has no methods; you don't use it directly. Create an instance of LicenseMgr, and then use the ILicenseMgr interface to manipulate it. For example:
ILicenseMgr licmgr = (ILicenseMgr)new LicenseMgr(); // use licmgr interface
See the ILicenseMgr interface for more information on how to use licensed COM components.
See also package com.ms.com.
| © 1997 Microsoft Corporation. All rights reserved. Terms of Use. |