com.visioglobe.libVisioDevKit
Class VgILicenseManager

java.lang.Object
  extended by 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

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgILicenseManager(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgILicenseManager obj)
           
 java.lang.String getMachineCode()
          Retrieves the machine code.
 java.lang.String getVersion()
          Retrieves the version string.
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

VgILicenseManager

public VgILicenseManager(long cPtr,
                         boolean cMemoryOwn)
Method Detail

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.

VisioDevKit 2.0, Visioglobe® 2013