Interface EfmModuleSetup
- All Known Implementing Classes:
JeffNetModuleSetup
,TylerModuleSetup
public interface EfmModuleSetup
Each module has a jurisdiction it's associated too, and a set of courts that it can handle.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGetAllEnvs
(Stream<String> vars) void
preSetup()
void
void
shutdown()
-
Field Details
-
log
static final org.slf4j.Logger log
-
-
Method Details
-
preSetup
void preSetup() -
shutdown
void shutdown() -
getServiceHandle
JurisdictionServiceHandle getServiceHandle() -
getCallback
Optional<EfmRestCallbackInterface> getCallback() -
getJurisdiction
String getJurisdiction() -
setupGlobals
void setupGlobals() -
GetAllEnvs
-