| Interface | Description |
|---|---|
| ICodeExitHandler |
An "interpreter" object that can handle execution of the "source" with the
parameters in "args".
|
| ICodeExitHandlerRegistry |
A registry that can map type names to
ICodeExitHandler instances. |
| ICodeExitMetaHandler |
Handle meta semantics on behalf of a
CodeExit service type. |
| Class | Description |
|---|---|
| CodeExit<T> |
A CodeExit is an
IFunctor implemented in a "foreign" language such as
a scripting language or a proprietary syntax. |
| CodeExitHandlerRegistry |
A registry for
ICodeExitHandler instances. |
| CodeExitTools |
A tool class for dealing with
CodeExit stuff. |
| CommonCodeExitHandler |
A common superclass for implementing
ICodeExitHandler instances. |
| ConstantCodeExitHandler |
An
ICodeExitHandler that returns a constant value. |
| DebugCodeExitHandler |
A simple
ICodeExitHandler for debugging purposes. |
| FunctorCodeExitHandler |
An
ICodeExitHandler that delegates to a java IFunctor
implementation class. |
| HttpGetCodeExitHandler |
An
ICodeExitHandler that issues a HTTP GET request. |
| ProgramCodeExitHandler |
An
ICodeExitHandler launching an external program. |
| ReflectionCodeExitHandler |
An
ICodeExitHandler for reflective calls to the owner. |
| StaticMethodCodeExitHandler |
An
ICodeExitHandler that calls a static method. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.