Package de.mid.innovator.srv2api.icw2ac
Class ANSendObjectHelper
java.lang.Object
de.mid.innovator.srv2api.icw2ac.ANSendObjectHelper
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:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ANSendObjectcreate(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Send Object Action with template and container.static ANSendObjectcreate(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Send Object Action with stereotype and container.
-
Method Details
-
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:
InoNetExceptionSrvErrorException
-
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:
InoNetExceptionSrvErrorException
-