Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public interface DeployableContainer<T extends ContainerConfiguration>
- {
- Class<T> getConfigurationClass();
- void setup(T configuration);
- void start() throws LifecycleException;
- ProtocolMetaData deploy(DeploymentDescription... deployments) throws DeploymentException;
- void undeploy(DeploymentDescription... deployments) throws DeploymentException;
- void stop() throws LifecycleException;
- }
Advertisement
Add Comment
Please, Sign In to add comment