public class Transmitter extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
Transmitter.UncaughtExceptionHandler
Implementierung eines UncaughtExceptionHandlers, der bei nicht abgefangenen Exceptions und Errors entsprechende Ausgaben macht und im Falle eines Errors den
Prozess terminiert.
|
Modifier and Type | Field and Description |
---|---|
private LowLevelConnectionsManagerInterface |
_connectionsManager |
private static Debug |
_debug |
static int |
_debugLevel |
Constructor and Description |
---|
Transmitter(String[] args) |
Modifier and Type | Method and Description |
---|---|
(package private) LowLevelConnectionsManagerInterface |
getConnectionsManager() |
static void |
main(String[] arguments)
Start-Funktion des Datenverteilers.
|
void |
setCloseHandler(ApplicationCloseActionHandler closer)
Setzt den
ApplicationCloseActionHandler . |
void |
shutdown(boolean error,
String message) |
private static Debug _debug
public static final int _debugLevel
private final LowLevelConnectionsManagerInterface _connectionsManager
LowLevelConnectionsManagerInterface getConnectionsManager()
public void setCloseHandler(ApplicationCloseActionHandler closer)
ApplicationCloseActionHandler
.closer
- der CloseActionHandlerpublic void shutdown(boolean error, String message)
public static void main(String[] arguments)
arguments
- Aufrufargumente