Microsoft SDK for Java

readLicense

The readLicense method of the LicenseManager Interface contains the following signatures:

readLicense(Object obj)
readLicense(String server)

readLicense(Object obj)

Reads a license file from a disk.

Syntax

public void readLicense(Object obj) throws java.io.IOException;

Return Value

No return value.

Exception

IOException if the read failed.

Parameters

obj The object used to read the license file.

readLicense(String server)

Reads a license from a server.

Syntax

public void readLicense(String server) throws java.io.IOException;

Parameters

server The server to get the license file from.

Exceptions

IOException if the read failed.

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