Package de.mid.innovator.srv2api.icw2ac
Class ANSendObjectHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ANSendObjectHelper
-
public abstract class ANSendObjectHelper extends java.lang.Object
SendObjectAction is an action that transmits an object to the target object where it may invoke behavior such as the firing of state machine transitions or the execution of an activity. The value of the object is available to the execution of invoked behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor.- See Also:
ANSendObject
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ANSendObject
create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Send Object Action with template and container.static ANSendObject
create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Send Object Action with stereotype and container.
-
-
-
Method Detail
-
create
public static ANSendObject create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Send Object Action 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 ANSendObject create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) throws InoNetException, SrvErrorException
Create a new Send Object Action 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
-
-