Package | Description |
---|---|
fr.liglab.adele.cilia | |
fr.liglab.adele.cilia.exceptions | |
fr.liglab.adele.cilia.util |
Modifier and Type | Method and Description |
---|---|
void |
AdminChain.copyComponent(String chainId,
String source,
String destination)
Copy the information of an existing component to another one.
|
void |
AdminComponent.createAdapter(String chainId,
String componentType,
String componentID,
Map<String,Object> properties)
Create a new adapter component
|
void |
AdminBinding.createBinding(String chainId,
String from,
String to,
String linker,
Map<String,Object> properties)
Create a new binding between two components.
|
void |
AdminChain.createChain(String chain)
Create a new mediation chain contained
|
void |
AdminChain.createEmptyChain(String id)
Create a new initial empty chain chain/
|
void |
AdminComponent.createMediator(String chainId,
String componentType,
String componentID,
Map<String,Object> properties)
Create a new mediator component
|
void |
AdminBinding.deleteBinding(String chainID,
String from,
String to)
Delete a binding from two mediators.
|
void |
AdminChain.loadChain(String URI)
Load a mediation chain specified on the given URI string.
|
void |
AdminChain.replaceComponent(String chainId,
String from,
String to)
Replace one component for another and copy his data.
|
void |
AdminComponent.updateAdapter(String chainId,
String componentId,
Map properties)
Update an adapter component instance.
|
boolean |
AdminChain.updateChain(String id,
String... instructions)
It modifies the given mediation chain by using a set of reconfiguration instructions.
|
void |
AdminComponent.updateMediator(String chainId,
String componentId,
Map properties)
Update a mediator component instance.
|
Modifier and Type | Class and Description |
---|---|
class |
BuilderConfigurationException |
class |
BuilderException |
class |
BuilderPerformerException |
class |
CiliaIllegalParameterException
Illegal argument
|
class |
CiliaIllegalStateException
Exception fired if the object doesn't exist anymore
|
class |
CiliaInvalidSyntaxException
LDAP filter syntax error
|
class |
CiliaParserException |
class |
CiliaRuntimeException |
Modifier and Type | Method and Description |
---|---|
Builder[] |
ChainParser.obtainChains(URL url) |
Builder[] |
ChainParser.parseChains(Object chain) |
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.