Package com.ms.com |
![]() Previous |
![]() Microsoft Packages |
![]() Index |
![]() Next |
public class LicenseMgr implements ILicenseMgr { }
The LicenseMgr class 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. Simple 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.