public class ActivationResult
extends java.lang.Object
onContextActivationCompleted
Constructor and Description |
---|
ActivationResult(long handle)
Constructor storing the pointer/address to the underlying native object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
build()
The build type returned by the activation server in case of successful activation
In case of failure it can be either empty string or even null pointer!
|
java.lang.String |
certificate()
The certificate returned by the activation server in case of successful activation
In case of failure it can be either empty string or even null pointer!
|
java.lang.String |
checksum()
The checksum of the ZDK library returned by the activation server
In case of failure it can be either empty string or even null pointer!
|
protected void |
finalize()
Ensures the underlying native object destruction
|
long |
handle()
Gets the pointer/address to the underlying native object
|
java.lang.String |
hddSerial()
The HDD serial number associated with this activation returned by the activation server
In case of failure it can be either empty string or even null pointer!
|
java.lang.String |
mac()
The MAC address associated with this activation returned by the activation server
In case of failure it can be either empty string or even null pointer!
|
java.lang.String |
reason()
Text representation of the reason for the activation status
Explains the meaning of the activation status result.
|
ActivationStatus |
status()
Activation process status result
Represents the activation process starus result - "Success" or the type of failure.
|
public ActivationResult(long handle)
handle
- Pointer/address to the underlying native objectpublic long handle()
protected void finalize()
finalize
in class java.lang.Object
public ActivationStatus status()
ActivationStatus
public java.lang.String reason()
status
public java.lang.String certificate()
public java.lang.String build()
public java.lang.String hddSerial()
public java.lang.String mac()
public java.lang.String checksum()