Class CLExecEnvHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLExecEnvHelper
-
public abstract class CLExecEnvHelper extends java.lang.ObjectAn execution environment is a node that offers an execution environment for specific types of components that are deployed on it in the form of executable artifacts.- See Also:
CLExecEnv
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLExecEnvcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Execution Environment with template and container.static CLExecEnvcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)Create a new Execution Environment with stereotype and container.
-
-
-
Method Detail
-
create
public static CLExecEnv create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Execution Environment 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:
InoNetExceptionSrvErrorException
-
create
public static CLExecEnv create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Execution Environment 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:
InoNetExceptionSrvErrorException
-
-