Package de.uni_kiel.rz.fdr.repl
package de.uni_kiel.rz.fdr.repl
Contains the basic Java classes of cau-repl.
-
ClassDescriptionThis annotation enables the (very experimental) dynamization feature for a given class.Classes with this annotation will be set up to patch a different class.This class represents a single REPL interface with an associated SSH service.This class control the startup process when using the agent.This class represents a single triggered Breakpoint instance in your code.A request to eval a Groovy statement in the breakpoint's thread.The result of an
Eval
request.This class represents a single job to be executed in the background.A record containing a job's results for one single input item.Represents an event that occured during job processing, to be consumed by an event handler.The different event types that aJobEvent
handler might receive.A record that summarizes a job's state at one instant in time.The possible states that a job can be in.A Callback that you can use for your jobs; it automatically adjusts its concurrency to tune it for maximum throughput.This class provides the means for logging messages to various targets.The different targets that log messages can be written to.Represents a single log message to be used byREPLLog
.The different levels of criticality for a log message.