| Package | Description |
|---|---|
| de.taimos.daemon |
| Modifier and Type | Method and Description |
|---|---|
static LifecyclePhase |
DaemonStarter.getCurrentPhase() |
static LifecyclePhase |
LifecyclePhase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecyclePhase[] |
LifecyclePhase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDaemonLifecycleListener.exception(LifecyclePhase phase,
Throwable exception)
This method is called if an error occurs.
|
void |
DaemonLifecycleAdapter.exception(LifecyclePhase phase,
Throwable exception) |
Copyright © 2012-2014 Taimos GmbH. All Rights Reserved.