Class CLDeploymentSpecHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLDeploymentSpecHelper
-
public abstract class CLDeploymentSpecHelper extends java.lang.Object
A deployment specification specifies a set of properties that determine execution parameters of a component artifact that is deployed on a node. A deployment specification can be aimed at a specific type of container. An artifact that reifies or implements deployment specification properties is a deployment descriptor.- See Also:
CLDeploymentSpec
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLDeploymentSpec
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Deployment Specification with template and container.static CLDeploymentSpec
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Deployment Specification with stereotype and container.
-
-
-
Method Detail
-
create
public static CLDeploymentSpec create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Deployment Specification with stereotype and container.- Parameters:
srvCtx
- The context of the related innovator server.ohStereotype
- Stereotype for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
create
public static CLDeploymentSpec create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Deployment Specification with template and container.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- Template for the new elementohContainer
- Container for the new element- Throws:
InoNetException
SrvErrorException
-
-