Uses of Class
adams.flow.core.ActorHandlerInfo
-
Packages that use ActorHandlerInfo Package Description adams.flow.control adams.flow.core adams.flow.source adams.flow.standalone adams.gui.flow.tree -
-
Uses of ActorHandlerInfo in adams.flow.control
Methods in adams.flow.control that return ActorHandlerInfo Modifier and Type Method Description abstract ActorHandlerInfoAbstractControlActor. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoAbstractTee. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoBranch. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoFileProcessor. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoFlow. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoIfStorageValue. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoIfThenElse. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoLaunchTee. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoLaunchTrigger. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoLoadBalancer. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoLocalScopeSubProcess. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoRemoteExecutionTrigger. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoSequence. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoSwitch. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoTee. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoTrigger. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoTryCatch. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoUpdateProperties. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoWhileLoop. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.flow.core
Methods in adams.flow.core that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfoActorHandlerInfo. actorExecution(ActorExecution value)Sets how the actors are executed.ActorHandlerInfoActorHandlerInfo. allowEncloseActors(boolean value)Sets whether to allow enclosing of actors.ActorHandlerInfoActorHandlerInfo. allowSource(boolean value)Sets whether to allow source.ActorHandlerInfoActorHandlerInfo. allowStandalones(boolean value)Sets whether to allow standalones.ActorHandlerInfoActorHandlerInfo. forwardsInput(boolean value)Sets whether to actor forwards the input.ActorHandlerInfoActorHandler. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoActorHandlerInfo. restrictions(Class[] value)Sets the restrictions in terms of classes/interfaces.Constructors in adams.flow.core with parameters of type ActorHandlerInfo Constructor Description ActorHandlerInfo(ActorHandlerInfo info)Initializes the info with the provided info object. -
Uses of ActorHandlerInfo in adams.flow.source
Methods in adams.flow.source that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfoSequenceSource. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoSwitchedSource. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.flow.standalone
Methods in adams.flow.standalone that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfoAbstractMultiView. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoAbstractMutableActorDaemonEvent. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoAbstractMutableStandaloneGroupItem. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoAbstractStandaloneGroup. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoCallableActors. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoCron. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoDelayedEvent. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoEvents. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoJavaExec. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoQueueEvent. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoStandalones. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.ActorHandlerInfoSubProcessEvent. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution. -
Uses of ActorHandlerInfo in adams.gui.flow.tree
Methods in adams.gui.flow.tree that return ActorHandlerInfo Modifier and Type Method Description ActorHandlerInfoClipboardActorContainer. getActorHandlerInfo()Returns some information about the actor handler, e.g., whether it can contain standalones and the actor execution.
-