Modifier and Type | Interface and Description |
---|---|
static class |
MediatorComponent.State |
Modifier and Type | Method and Description |
---|---|
void |
addModel(String modelName,
ModelExtension modelExtension) |
String[] |
extendedModelName() |
Binding[] |
getBinding(Port outPort) |
String |
getCategory() |
Chain |
getChain() |
Binding[] |
getInBindings()
Get an array of all the bindings added to the mediator.
|
Port |
getInPort(String name) |
ModelExtension |
getModel(String modelName) |
Binding[] |
getOutBindings() |
Port |
getOutPort(String name) |
MediatorComponent.State |
getState() |
String |
getVersion() |
boolean |
isRunning() |
void |
removeModel(String modelName) |
Map |
toMap() |
getId, getNamespace, getProperties, getProperty, getType, setProperties, setProperty, toString
Chain getChain()
Port getInPort(String name)
name
- PortImpl Name to create.String getCategory()
Binding[] getInBindings()
Binding[] getOutBindings()
String[] extendedModelName()
ModelExtension getModel(String modelName)
modelName
- void addModel(String modelName, ModelExtension modelExtension)
void removeModel(String modelName)
MediatorComponent.State getState()
String getVersion()
Map toMap()
boolean isRunning()
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.