cgl.narada.wsinfra.deployment
Interface DeploymentContainer
public interface DeploymentContainer
This interface snapshots the basic functionalities supported by our
prototype hosting environment. Filter pipelines can be added or removed,
and entities can register communication capabilities with the container.
For an example of creating a Network substrate please see the impl
sub-directory containing the NBSubstrate implementation.
addFilterPipeline
void addFilterPipeline(FilterPipeline filterPipeline)
throws DeploymentException
- Throws:
DeploymentException
removeFilterPipeline
void removeFilterPipeline(FilterPipeline filterPipeline)
throws DeploymentException
- Throws:
DeploymentException
registerNetworkSubstrate
void registerNetworkSubstrate(NetworkSubstrate networkSubstrate)
throws DeploymentException
- Throws:
DeploymentException
For comments and suggestions please send
e-mail to
The NaradaBrokering Project