Class JeffNetModuleSetup
java.lang.Object
edu.suffolk.litlab.efsp.server.setup.jeffnet.JeffNetModuleSetup
- All Implemented Interfaces:
EfmModuleSetup
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<JeffNetModuleSetup> create(Map<String, InterviewToFilingInformationConverter> converter, DataSource ds, OrgMessageSender sender) voidpreSetup()voidvoidshutdown()
-
Method Details
-
create
public static Optional<JeffNetModuleSetup> create(Map<String, InterviewToFilingInformationConverter> converter, DataSource ds, OrgMessageSender sender) throws URISyntaxException- Throws:
URISyntaxException
-
preSetup
public void preSetup()- Specified by:
preSetupin interfaceEfmModuleSetup
-
getJurisdiction
- Specified by:
getJurisdictionin interfaceEfmModuleSetup
-
getCourts
-
getServiceHandle
- Specified by:
getServiceHandlein interfaceEfmModuleSetup
-
getCallback
- Specified by:
getCallbackin interfaceEfmModuleSetup
-
setupGlobals
public void setupGlobals()- Specified by:
setupGlobalsin interfaceEfmModuleSetup
-
shutdown
public void shutdown()- Specified by:
shutdownin interfaceEfmModuleSetup
-