Package com.ms.com Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class LicenseMgr

public class LicenseMgr {
}

The LicenseMgr class implements the ILicenseMgr interface. You can then use licensed Component Object Module (COM) components or controls from your Java application.

The LicenseMgr class does not have any methods that are used directly. Instead, you create an instance of LicenseMgr and use the ILicenseMgr interface to manipulate it. The following example does so.

ILicenseMgr licmgr = (ILicenseMgr)new LicenseMgr();
// use licmgr interface

For more information on how to use licensed COM components, see the ILicenseMgr interface.

© 1997 Microsoft Corporation. All rights reserved. Legal Notices.