public interface MediatorConfigurator extends ConfiguratorValueSetter
| Modifier and Type | Field and Description |
|---|---|
static int |
DISPATCHER |
static int |
PROCESSOR |
static int |
SCHEDULER |
static int |
SHARED |
| Modifier and Type | Method and Description |
|---|---|
MediatorConfigurator |
dispatcher()
Specifies that the following properties will be setted only to the
dispatcher.
|
MediatorConfigurator |
dispatcher(CustomBuilderConfigurator conf)
Set dispatcher properties located by the @link
CustomBuilderConfigurator
object. |
ConfiguratorValueSetter |
key(String name)
Assign a new key property to be added.
|
MediatorConfigurator |
processor()
Specifies that the following properties will be setted only to the
processor.
|
MediatorConfigurator |
processor(CustomBuilderConfigurator conf)
Set processor properties located by the @link
CustomBuilderConfigurator
object. |
MediatorConfigurator |
scheduler()
Specifies that the following properties will be setted only to the
scheduler.
|
MediatorConfigurator |
scheduler(CustomBuilderConfigurator conf)
Set scheduler properties located by the @link
CustomBuilderConfigurator
object. |
MediatorConfigurator |
set(Map props)
To add a properties set.
|
MediatorConfigurator |
shared()
Specifies that the following properties will be shared with
scheduler/processor/dispatcher.
|
valuestatic final int SHARED
static final int PROCESSOR
static final int SCHEDULER
static final int DISPATCHER
MediatorConfigurator shared()
MediatorConfigurator scheduler()
MediatorConfigurator processor()
MediatorConfigurator dispatcher()
ConfiguratorValueSetter key(String name)
fr.liglab.adele.cilia.builder.Configurator#shared(),
fr.liglab.adele.cilia.builder.Configurator#scheduler(),
fr.liglab.adele.cilia.builder.Configurator#processor(),
fr.liglab.adele.cilia.builder.Configurator#dispatcher() methods.name - The key nameConfiguratorValueSetter to set the value associated
with the added key.MediatorConfigurator set(Map props)
Hashtable.putAll(java.util.Map) on the current
properties.props - The new properties to be added to the current set.MediatorConfigurator scheduler(CustomBuilderConfigurator conf)
CustomBuilderConfigurator
object.
The current set will be automatically change to shared.conf - The CustomBuilderConfigurator object.MediatorConfigurator processor(CustomBuilderConfigurator conf)
CustomBuilderConfigurator
object.
The current set will be automatically change to shared.conf - The CustomBuilderConfigurator object.MediatorConfigurator dispatcher(CustomBuilderConfigurator conf)
CustomBuilderConfigurator
object.
The current set will be automatically change to shared.conf - The CustomBuilderConfigurator object.Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.