Class UdcEmailDispatches
java.lang.Object
uk.ac.gda.services.common.email.udc.UdcEmailDispatches
- All Implemented Interfaces:
Configurable
Spring configured class which configures e-mail writers that react to
UdcNotification events on MsgBus-
Constructor Summary
ConstructorsConstructorDescriptionUdcEmailDispatches(String udcHostBeamline, String mxDaqSupportAddresses, boolean useTestMode, String... beamlineRecipients) -
Method Summary
Modifier and TypeMethodDescriptionvoidPerform operations that must be done after Spring initialisation i.e.booleanIndicates whether this object should be configured at startup.booleanChecks to see if the object is already configured.voidRe-initialisation of values and states.
-
Constructor Details
-
UdcEmailDispatches
-
-
Method Details
-
configure
public void configure()Description copied from interface:ConfigurablePerform operations that must be done after Spring initialisation i.e. anything that goes beyond setting member variables.- Specified by:
configurein interfaceConfigurable
-
isConfigured
public boolean isConfigured()Description copied from interface:ConfigurableChecks to see if the object is already configured.- Specified by:
isConfiguredin interfaceConfigurable- Returns:
- return
trueif configuredfalseotherwise
-
reconfigure
Description copied from interface:ConfigurableRe-initialisation of values and states.Moved from Reconfigurable which has been deleted
- Specified by:
reconfigurein interfaceConfigurable- Throws:
FactoryException
-
isConfigureAtStartup
public boolean isConfigureAtStartup()Description copied from interface:ConfigurableIndicates whether this object should be configured at startup.Moved from ConditionallyConfigurable which has been deleted
- Specified by:
isConfigureAtStartupin interfaceConfigurable
-