de.mid.innovator.srv2api.icw2ac
Class ANActionHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2ac.ANActionHelper

public abstract class ANActionHelper
extends Object

An action is a named element that is the fundamental unit of executable functionality. The execution of an action represents some transformation or processing in the modeled system, be it a computer system or otherwise.

See Also:
ANAction

Method Summary
static void maintainActions(SrvContext srvCtx, List<? extends ELElement> seq)
          Calls the maintenance commands for all the actions supplied.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

maintainActions

public static void maintainActions(SrvContext srvCtx,
                                   List<? extends ELElement> seq)
                            throws InoNetException,
                                   SrvErrorException
Calls the maintenance commands for all the actions supplied. The following types of actions are supported: ANCallBehavior, ANCallOperation, ANSendSignal, ANBroadcastSignal, ANAddStructuralFeatureValue, ANRemoveStructuralFeatureValue, ANAcceptEvent, ANAcceptCall, ANCreateObject, ANTestIdentity, ANReadSelf, ANReadStructuralFeature, ANClearAssociation, ANValSpec, ANReadLink, ANCreateLink, ANDestroyLink.

Parameters:
srvCtx - The context of the related innovator server.
seq - List of ELElement
Throws:
InoNetException
SrvErrorException