|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMailMetaService.ConfigurationContext
@ThreadSafe public static final class MailMetaService.ConfigurationContext
A context for configuring the mail responder's electoral meta-service. The meta-service is configured by its configuration file, which contains a script (s) for that purpose. During construction of the meta-service, an instance of this context (metaCC) is passed to s, via s::configureMailMetaService(metaCC).
| Method Summary | |
|---|---|
static MailMetaService.ConfigurationContext |
configure(ElectoralSubserver subserver,
JavaScriptIncluder s)
Constructs the complete configuration of the meta-service. |
String |
getName()
|
void |
setName(String name)
Sets the name that nominally identifies the meta-service, and is used to construct its service email address. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MailMetaService.ConfigurationContext configure(ElectoralSubserver subserver,
JavaScriptIncluder s)
throws ScriptException
s - the compiled configuration script
ScriptExceptionpublic String getName()
ElectoralService.name(),
MailMetaService.serviceEmail(),
setName(String)@ThreadRestricted(value="constructor") public void setName(String name)
getName()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||