de.softpro.signware.SPSignwareObject Class Reference
Inheritance diagram for de.softpro.signware.SPSignwareObject:

Detailed Description
Encapsulates the native object that is used by the SPSignware subsystem.Signware classes are not serializable, if not explicitly marked serializable.
- Operating Systems:
- Windows (Win32), Linux (i386), Linux (x86_64), Android (ARMv7a), Darwin (x86_64)
Public Member Functions | |
void | dispose () |
Free the SDK object. | |
Protected Member Functions | |
void | finalize () throws Throwable |
free the SDK object | |
Protected Attributes | |
boolean | bDestroy = true |
Package Functions | |
long | getHandle () |
Query the SDK object identifier. | |
abstract int | jniFree () |
Free an SDK object. | |
void | setHandle (long iHandle) |
Set the SDK object identifier. | |
void | setReferenceHandle (long iHandle) |
Set the SDK object identifier. | |
SPSignwareObject (boolean destroy) | |
Create a new SignwareObject instance. | |
SPSignwareObject () | |
Create a new SignwareObject instance. |
Constructor & Destructor Documentation
|
Create a new SignwareObject instance. The constructor will destroy the native object, see dispose().
|
|
Create a new SignwareObject instance. This constructor is usefull to create a copy of objects that may not be destroyed (such as SPTablet clones created by SPGuiAcqu.getTablet()), see dispose.
|
Member Function Documentation
|
Free the SDK object.
You should call the dispose methode if a SDK object is no longer needed. This is especially important for Smartcard, SmartcardDriver or Tablet objects, as they may lock hardware resources, that are no longer available to other applications.
Reimplemented in de.softpro.signware.SPTablet. |
|
free the SDK object The finalize method is called by the garbage collector, and should not be invoked from the application. Use dispose() to free a SDK object.
|
|
Query the SDK object identifier.
|
|
|
Set the SDK object identifier.
|
|
Set the SDK object identifier. Set a SDK handle as a reference which will not be detroyed.
|
Member Data Documentation
|
|
The documentation for this class was generated from the following file: