Uses of Interface
com.identityworksllc.iiq.common.service.BaseServiceImplementation
-
Packages that use BaseServiceImplementation Package Description com.identityworksllc.iiq.common.plugin com.identityworksllc.iiq.common.service -
-
Uses of BaseServiceImplementation in com.identityworksllc.iiq.common.plugin
Classes in com.identityworksllc.iiq.common.plugin that implement BaseServiceImplementation Modifier and Type Class Description class
BaseCommonPluginService
Deprecated.ExtendBaseCommonService
and implementPluginContext
instead so I don’t have to keep maintaining this code twice.class
SingleServerService
Abstract class to easily implement a Service that will only run on the alphabetically lowest Server name.class
SmokeTestSingleServerService
A no-op implementation of the single-server service class, used for testing and demonstrations. -
Uses of BaseServiceImplementation in com.identityworksllc.iiq.common.service
Classes in com.identityworksllc.iiq.common.service that implement BaseServiceImplementation Modifier and Type Class Description class
BaseCommonService
Abstract super-class for services.
-