Class JeffNetModuleSetup
java.lang.Object
edu.suffolk.litlab.efspserver.jeffnet.JeffNetModuleSetup
- All Implemented Interfaces:
EfmModuleSetup
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional
<JeffNetModuleSetup> create
(Map<String, InterviewToFilingInformationConverter> converter, DataSource ds, OrgMessageSender sender) void
preSetup()
void
void
shutdown()
-
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:
preSetup
in interfaceEfmModuleSetup
-
getJurisdiction
- Specified by:
getJurisdiction
in interfaceEfmModuleSetup
-
getCourts
-
getServiceHandle
- Specified by:
getServiceHandle
in interfaceEfmModuleSetup
-
getCallback
- Specified by:
getCallback
in interfaceEfmModuleSetup
-
setupGlobals
public void setupGlobals()- Specified by:
setupGlobals
in interfaceEfmModuleSetup
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceEfmModuleSetup
-