The readLicense method of the LicenseManager Interface contains the following signatures:
readLicense(Object obj)
readLicense(String server)
Reads a license file from a disk.
public void readLicense(Object obj) throws java.io.IOException;
No return value.
IOException if the read failed.
obj | The object used to read the license file. |
Reads a license from a server.
public void readLicense(String server) throws java.io.IOException;
server | The server to get the license file from. |
IOException if the read failed.