| Package | Description |
|---|---|
| de.intarsys.tools.codeexit |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonCodeExitHandler
A common superclass for implementing
ICodeExitHandler instances. |
class |
ConstantCodeExitHandler
An
ICodeExitHandler that returns a constant value. |
class |
DebugCodeExitHandler
A simple
ICodeExitHandler for debugging purposes. |
class |
FunctorCodeExitHandler
An
ICodeExitHandler that delegates to a java IFunctor
implementation class. |
class |
HttpGetCodeExitHandler
An
ICodeExitHandler that issues a HTTP GET request. |
class |
ProgramCodeExitHandler
An
ICodeExitHandler launching an external program. |
class |
ReflectionCodeExitHandler
An
ICodeExitHandler for reflective calls to the owner. |
class |
StaticMethodCodeExitHandler
An
ICodeExitHandler that calls a static method. |
| Modifier and Type | Method and Description |
|---|---|
ICodeExitHandler |
CodeExit.getCodeExitHandler() |
ICodeExitHandler |
ICodeExitHandlerRegistry.lookupCodeExitHandler(String type)
|
ICodeExitHandler |
CodeExitHandlerRegistry.lookupCodeExitHandler(String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
ICodeExitHandlerRegistry.registerCodeExitHandler(String type,
ICodeExitHandler handler)
Register an
ICodeExitHandler for type type. |
void |
CodeExitHandlerRegistry.registerCodeExitHandler(String type,
ICodeExitHandler handler) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.