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
public void addFilterPipeline(FilterPipeline filterPipeline)
throws DeploymentException
- Throws:
DeploymentException
removeFilterPipeline
public void removeFilterPipeline(FilterPipeline filterPipeline)
throws DeploymentException
- Throws:
DeploymentException
registerNetworkSubstrate
public void registerNetworkSubstrate(NetworkSubstrate networkSubstrate)
throws DeploymentException
- Throws:
DeploymentException