Uses of Class
com.senzing.sdk.SzEnvironmentDestroyedException
Packages that use SzEnvironmentDestroyedException
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk
package.-
Uses of SzEnvironmentDestroyedException in com.senzing.sdk
Methods in com.senzing.sdk that throw SzEnvironmentDestroyedExceptionModifier and TypeMethodDescriptionlong
SzEnvironment.getActiveConfigId()
Gets the currently active configuration ID for theSzEnvironment
.SzEnvironment.getConfigManager()
Provides a reference to theSzConfigManager
instance associated with thisSzEnvironment
.SzEnvironment.getDiagnostic()
Provides a reference to theSzDiagnostic
instance associated with thisSzEnvironment
.SzEnvironment.getEngine()
Provides a reference to theSzEngine
instance associated with thisSzEnvironment
.SzEnvironment.getProduct()
Provides a reference to theSzProduct
instance associated with thisSzEnvironment
.void
SzEnvironment.reinitialize
(long configId) Reinitializes theSzEnvironment
with the specified configuration ID. -
Uses of SzEnvironmentDestroyedException in com.senzing.sdk.core
Methods in com.senzing.sdk.core that throw SzEnvironmentDestroyedExceptionModifier and TypeMethodDescriptionprotected <T> T
Executes the specifiedCallable
task viaSzCoreEnvironment.doExecute(Callable)
after ensuring that this instance is not destroyed and will not be destroyed before the task's completion.long
SzCoreEnvironment.getActiveConfigId()
Implemented fromSzEnvironment.getActiveConfigId()
.SzCoreEnvironment.getConfigManager()
Provides a reference to theSzConfigManager
instance associated with thisSzEnvironment
.SzCoreEnvironment.getDiagnostic()
Provides a reference to theSzDiagnostic
instance associated with thisSzEnvironment
.SzCoreEnvironment.getEngine()
Provides a reference to theSzEngine
instance associated with thisSzEnvironment
.SzCoreEnvironment.getProduct()
Provides a reference to theSzProduct
instance associated with thisSzEnvironment
.void
SzCoreEnvironment.reinitialize
(long configId) Implemented fromSzEnvironment.reinitialize(long)
.