com.visioglobe.libVisioDevKit
Class VgILicenseManager
java.lang.Object
com.visioglobe.libVisioDevKit.VgILicenseManager
public class VgILicenseManager
- extends java.lang.Object
The VgILicenseManager class is used to manage licensing issues.
You can use this interface to retrieve the VisioDevKit's version and the machine code.
- Interface:
- VgEngine::VgILicenseManager
- Date:
- 25/02/2010
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
VgILicenseManager
public VgILicenseManager(long cPtr,
boolean cMemoryOwn)
getCPtr
public static long getCPtr(VgILicenseManager obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getMachineCode
public java.lang.String getMachineCode()
- Retrieves the machine code. This code is unique for a machine.
getVersion
public java.lang.String getVersion()
- Retrieves the version string.
- Returns:
- SDK version string.