Package com.senzing.sdk.core
Class SzCoreProduct
java.lang.Object
com.senzing.sdk.core.SzCoreProduct
- All Implemented Interfaces:
SzProduct
The package-protected implementation of
SzProduct
that works
with the SzCoreEnvironment
class.-
Method Summary
Modifier and TypeMethodDescriptionReturns the currently configured license details.Returns the currently installed version details.protected boolean
Checks if this instance has been destroyed by the associatedSzCoreEnvironment
.
-
Method Details
-
isDestroyed
protected boolean isDestroyed()Checks if this instance has been destroyed by the associatedSzCoreEnvironment
.- Returns:
true
if this instance has been destroyed, otherwisefalse
.
-
getLicense
Returns the currently configured license details.Implemented to call the underlying native function.
- Specified by:
getLicense
in interfaceSzProduct
- Returns:
- The JSON document describing the license details.
- Throws:
SzException
- If a failure occurs.
-
getVersion
Returns the currently installed version details.Implemented to call the underlying native function.
- Specified by:
getVersion
in interfaceSzProduct
- Returns:
- The JSON document of version details.
- Throws:
SzException
- If a failure occurs.
-