Uses of Interface
org.globus.cog.karajan.workflow.events.EventListener

Packages that use EventListener
org.globus.cog.karajan.debugger   
org.globus.cog.karajan.viewer   
org.globus.cog.karajan.workflow   
org.globus.cog.karajan.workflow.events   
org.globus.cog.karajan.workflow.futures   
org.globus.cog.karajan.workflow.nodes   
org.globus.cog.karajan.workflow.nodes.functions   
org.globus.cog.karajan.workflow.nodes.grid   
org.globus.cog.karajan.workflow.nodes.restartLog   
org.globus.cog.karajan.workflow.nodes.user   
org.globus.cog.karajan.workflow.service   
org.globus.cog.karajan.workflow.service.channels   
 

Uses of EventListener in org.globus.cog.karajan.debugger
 

Methods in org.globus.cog.karajan.debugger with parameters of type EventListener
 void DebuggerHook.event(EventListener element, Event e)
           
 

Uses of EventListener in org.globus.cog.karajan.viewer
 

Classes in org.globus.cog.karajan.viewer that implement EventListener
 class ViewerExecutionContext
           
 

Methods in org.globus.cog.karajan.viewer that return EventListener
 EventListener ListenerEventPair.getListener()
           
 

Methods in org.globus.cog.karajan.viewer with parameters of type EventListener
 void Hook.event(EventListener element, Event e)
           
abstract  void FailureAction.handleFailure(EventListener element, NotificationEvent event)
           
 void IgnoreErrors.handleFailure(EventListener element, NotificationEvent event)
           
 void NoAction.handleFailure(EventListener element, NotificationEvent event)
           
 void RestartAction.handleFailure(EventListener element, NotificationEvent event)
           
 void HookListener.hookedEvent(Event e, EventListener l)
           
 void Hook.notificationEvent(EventListener element, NotificationEvent e)
           
 

Constructors in org.globus.cog.karajan.viewer with parameters of type EventListener
ListenerEventPair(EventListener element, NotificationEvent event)
           
 

Uses of EventListener in org.globus.cog.karajan.workflow
 

Classes in org.globus.cog.karajan.workflow that implement EventListener
 class ExecutionContext
          An execution context is a structure that is considered static for the duration of one execution of an entire tree.
 class FlowElementWrapper
           
 

Methods in org.globus.cog.karajan.workflow with parameters of type EventListener
 void ExecutionContext.addEventListener(EventListener listener)
           
 void ExecutionContext.removeEventListener(EventListener listener)
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.events
 

Methods in org.globus.cog.karajan.workflow.events that return EventListener
 EventListener EventTargetPair.getTarget()
           
 

Methods in org.globus.cog.karajan.workflow.events with parameters of type EventListener
 void EventHook.event(EventListener element, Event e)
           
static void EventBus.failElement(EventListener l, FlowEvent event, String message)
           
static void EventBus.post(EventListener target, Event event)
           
static void EventBus.send(EventListener l, Event event)
           
static void EventBus.sendHooked(EventListener l, Event e)
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type EventListener
EventTargetPair(Event event, EventListener target)
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.futures
 

Methods in org.globus.cog.karajan.workflow.futures with parameters of type EventListener
 void ForwardArgumentFuture.addModificationAction(EventListener target, Event event)
           
 void Future.addModificationAction(EventListener target, Event event)
          When the future becomes available, send the event to the element.
 void FutureNamedArgument.addModificationAction(EventListener target, Event event)
           
 void FutureVariableArguments.addModificationAction(EventListener target, Event event)
           
 void FutureVariableArguments.Iterator.addModificationAction(EventListener target, Event event)
           
 void FutureVariableArgumentsOperator.addModificationAction(EventListener target, Event event)
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.nodes
 

Subinterfaces of EventListener in org.globus.cog.karajan.workflow.nodes
 interface ExtendedFlowElement
          Elements implementing this interface guarantee that the time needed for execution is small, and therefore can be invoked directly, without the need to resort to events.
 interface FlowElement
           
 

Classes in org.globus.cog.karajan.workflow.nodes that implement EventListener
 class AbstractIterator
           
 class AbstractParallelIterator
           
 class AbstractRegexpFailureHandler
           
 class AbstractSequentialIterator
           
 class AbstractSequentialWithArguments
           
 class AbstractUParallelIterator
           
 class Break
           
 class CacheNode
           
 class CacheOn
           
 class Catch
           
 class Channel
           
 class ChannelClose
           
 class ChannelFork
           
 class ChannelFrom
           
 class ChannelTo
           
 class CheckpointNode
           
 class ConditionalNode
           
 class ConditionNode
           
 class Continue
           
 class DefaultParameterNode
           
 class Define
           
 class Disallowed
           
 class DummyNode
           
 class Each
           
 class Echo
           
 class ElementDefNode
           
 class ElementList
           
 class ErrorHandlerNode
           
 class EventWait
           
 class Exclusive
           
 class ExecuteElement
           
 class ExecuteFile
           
 class ExecuteJavaNode
           
 class Export
           
 class FileWrite
           
 class FlowContainer
           
 class FlowNode
           
 class For
           
 class FutureIteratorNode
           
 class FutureNode
           
 class GenerateErrorNode
           
 class Global
           
 class GlobalK
           
 class Guard
           
 class If
           
 class IgnoreErrorsNode
           
 class Include
           
 class Info
           
 class JavaMethodInvocationNode
           
 class Maybe
           
 class Namespace
           
 class NewJavaObjectNode
           
 class Once
           
 class OptionalArgs
           
 class Parallel
           
 class ParallelChoice
           
 class ParallelFor
           
 class PartialArgumentsContainer
           
 class PassiveNode
           
 class Print
           
 class ProjectNode
           
 class RestartOnErrorNode
           
 class Sequential
           
 class SequentialChoice
           
 class SequentialWithArguments
           
 class SetVar
           
 class SetVarK
           
 class UndefinedNode
           
 class UnknownElement
           
 class UnsynchronizedNode
           
 class UParallel
           
 class UParallelFor
           
 class WaitNode
           
 class While
           
 

Fields in org.globus.cog.karajan.workflow.nodes declared as EventListener
 EventListener FlowNode.FNTP.node
           
 

Constructors in org.globus.cog.karajan.workflow.nodes with parameters of type EventListener
FlowNode.FNTP(EventListener node, ThreadingContext tc)
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.nodes.functions
 

Classes in org.globus.cog.karajan.workflow.nodes.functions that implement EventListener
 class AbstractFunction
           
 class Args
           
 class Argument
           
 class FunctionsCollection
           
 class Input
           
 class Java
           
 class JavaNull
           
 class KException
           
 class List
           
 class Logic
           
 class Map
           
 class Map_Map
           
 class Math
           
 class Misc
           
 class NumericValue
           
 class QuotedList
           
 class QuotedString
           
 class StringValue
           
 class Sum
           
 class Time
           
 class Unique
           
 class Unquote
           
 class Vargs
           
 class VargsK
           
 class Variable
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.nodes.grid
 

Classes in org.globus.cog.karajan.workflow.nodes.grid that implement EventListener
 class AbstractFileOperation
           
 class AbstractGridNode
           
 class AllocateHost
           
 class AvailableTaskHandlers
           
 class BDP
           
 class Chmod
           
 class FileExists
           
 class FileList
           
 class FileRemove
           
 class FileSize
           
 class Functions
           
 class GridExec
           
 class GridNode
           
 class GridTransfer
           
 class HostNode
           
 class IsDirectory
           
 class MakeDir
           
 class Rename
           
 class Rmdir
           
 class SchedulerNode
           
 class SecurityContextNode
           
 class ServiceNode
           
 class TaskHandlerNode
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.nodes.restartLog
 

Classes in org.globus.cog.karajan.workflow.nodes.restartLog that implement EventListener
 class Logged
           
 class RestartLog
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.nodes.user
 

Classes in org.globus.cog.karajan.workflow.nodes.user that implement EventListener
 class ExplicitExecutionUDE
           
 class ParallelImplicitExecutionUDE
           
 class Self
           
 class SequentialImplicitExecutionUDE
           
 class UDEWrapper
           
 class UserDefinedElement
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.service
 

Classes in org.globus.cog.karajan.workflow.service that implement EventListener
 class RemoteCaller
           
 class RemoteContainer
           
 class RemoteExecutionContext
           
 class RemoteNode
           
 

Uses of EventListener in org.globus.cog.karajan.workflow.service.channels
 

Classes in org.globus.cog.karajan.workflow.service.channels that implement EventListener
 class Replier