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 TypeMethodDescriptionlongSzEnvironment.getActiveConfigId()Gets the currently active configuration ID for theSzEnvironment.SzEnvironment.getConfigManager()Provides a reference to theSzConfigManagerinstance associated with thisSzEnvironment.SzEnvironment.getDiagnostic()Provides a reference to theSzDiagnosticinstance associated with thisSzEnvironment.SzEnvironment.getEngine()Provides a reference to theSzEngineinstance associated with thisSzEnvironment.SzEnvironment.getProduct()Provides a reference to theSzProductinstance associated with thisSzEnvironment.voidSzEnvironment.reinitialize(long configId) Reinitializes theSzEnvironmentwith the specified configuration ID. -
Uses of SzEnvironmentDestroyedException in com.senzing.sdk.core
Methods in com.senzing.sdk.core that throw SzEnvironmentDestroyedExceptionModifier and TypeMethodDescriptionprotected <T> TExecutes the specifiedCallabletask viaSzCoreEnvironment.doExecute(Callable)after ensuring that this instance is not destroyed and will not be destroyed before the task's completion.longSzCoreEnvironment.getActiveConfigId()Implemented fromSzEnvironment.getActiveConfigId().SzCoreEnvironment.getConfigManager()Provides a reference to theSzConfigManagerinstance associated with thisSzEnvironment.SzCoreEnvironment.getDiagnostic()Provides a reference to theSzDiagnosticinstance associated with thisSzEnvironment.SzCoreEnvironment.getEngine()Provides a reference to theSzEngineinstance associated with thisSzEnvironment.SzCoreEnvironment.getProduct()Provides a reference to theSzProductinstance associated with thisSzEnvironment.voidSzCoreEnvironment.reinitialize(long configId) Implemented fromSzEnvironment.reinitialize(long).