Package | Description |
---|---|
sk.stuba.fiit.perconik.activity.listeners | |
sk.stuba.fiit.perconik.core.plugin |
Activation utilities for
sk.stuba.fiit.perconik.core plug-in. |
sk.stuba.fiit.perconik.core.services |
Interfaces and abstract implementations of core services and their
components.
|
sk.stuba.fiit.perconik.utilities.concurrent |
Utilities extending Java concurrent capabilities.
|
Constructor and Description |
---|
ContinuousEvent(L listener,
java.lang.String identifier,
TimeValue pause,
TimeValue window) |
Modifier and Type | Method and Description |
---|---|
static void |
Activator.awaitServices(TimeValue timeout) |
static void |
Activator.loadServices(java.lang.Runnable hook,
TimeValue timeout) |
static void |
Activator.unloadServices(java.lang.Runnable hook,
TimeValue timeout) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceGroup.startSynchronously(TimeValue timeout) |
void |
ServiceGroup.stopSynchronously(TimeValue timeout) |
Modifier and Type | Method and Description |
---|---|
TimeValue |
TimeValue.convert(java.util.concurrent.TimeUnit unit) |
TimeValue |
TimeValue.duration(long duration) |
static TimeValue |
TimeValue.fromString(java.lang.String value) |
static TimeValue |
TimeValue.of(long duration,
java.util.concurrent.TimeUnit unit) |
TimeValue |
TimeValue.toDays() |
TimeValue |
TimeValue.toHours() |
TimeValue |
TimeValue.toMicros() |
TimeValue |
TimeValue.toMillis() |
TimeValue |
TimeValue.toMinutes() |
TimeValue |
TimeValue.toNanos() |
TimeValue |
TimeValue.toSeconds() |
TimeValue |
TimeValue.unit(java.util.concurrent.TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
int |
TimeValue.compareTo(TimeValue value) |