public interface AdminBinding
Modifier and Type | Method and Description |
---|---|
void |
createBinding(String chainId,
String from,
String to,
String linker,
Map<String,Object> properties)
Create a new binding between two components.
|
void |
deleteBinding(String chainID,
String from,
String to)
Delete a binding from two mediators.
|
void createBinding(String chainId, String from, String to, String linker, Map<String,Object> properties) throws CiliaIllegalParameterException, CiliaException
chainId
- The chain Id where the binding will be created.from
- The component which will deliver data. Parameter format must be
to
- The component which will obtain the data. Parameter format must be
linker
- To specifies the linker protocol to use to communicate two components.properties
- The properties if needed to create the binding.CiliaInvalidSyntaxException
- if from or to parameters are not well formed.CiliaIllegalParameterException
- If chain or any of the components does not exist.CiliaException
void deleteBinding(String chainID, String from, String to) throws CiliaIllegalParameterException, CiliaException
chainID
- The chain where mediators are.from
- The component which deliver data. Parameter format must be
to
- The component which receives data. Parameter format must be
CiliaIllegalParameterException
- If any of the components does not exist.CiliaException
Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.