public interface MediatorSpecification
Modifier and Type | Method and Description |
---|---|
String |
getCategory()
Get the mediator category.
|
String |
getDispatcherName()
Retrieve the chosen dispatcher name.
|
String |
getDispatcherNamespace()
Retrieve the dispatcher namespace.
|
String |
getName()
Retrieve the mediator specification name.
|
String |
getNamespace()
Get the mediator namespace.
|
String |
getProcessorName()
Retrieve the chosen processor name.
|
String |
getProcessorNamespace()
Retrieve the processor namespace.
|
String |
getSchedulerName()
Retrieve the scheduler assigned name.
|
String |
getSchedulerNamespace()
Retrieve the chosen scheduler namespace.
|
MediatorSpecification |
initializeSpecification()
Initialize the mediator specification type.
|
MediatorSpecification |
setDispatcher(String dispatcherName,
String dispatcherNamespace)
Assign the chosen dispatcher info.
|
MediatorSpecification |
setProcessor(String processorName,
String processorNamespace)
Set the chosen processor info.
|
MediatorSpecification |
setScheduler(String schedulareName,
String schedulerNamespace)
Assign the scheduler information.
|
MediatorSpecification |
stopSpecification()
Stop the mediator specification type.
|
String getCategory()
String getNamespace()
String getName()
MediatorSpecification setScheduler(String schedulareName, String schedulerNamespace)
schedulareName
- the chosen scheduler name.schedulerNamespace
- the chosen scheduler namespace.String getSchedulerName()
String getSchedulerNamespace()
MediatorSpecification setProcessor(String processorName, String processorNamespace)
processorName
- the processor name.processorNamespace
- the processor namespace.String getProcessorName()
String getProcessorNamespace()
MediatorSpecification setDispatcher(String dispatcherName, String dispatcherNamespace)
dispatcherName
- the chosen dispatcher name.dispatcherNamesâce
- the chosen dispatcher namespace.String getDispatcherName()
String getDispatcherNamespace()
MediatorSpecification initializeSpecification()
MediatorSpecification stopSpecification()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.