|
Kieker 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWorkerThread | |
---|---|
kieker.monitoring.writer | |
kieker.monitoring.writer.database | |
kieker.monitoring.writer.filesystem | |
kieker.monitoring.writer.jms | |
kieker.monitoring.writer.util.async |
Uses of AbstractWorkerThread in kieker.monitoring.writer |
---|
Methods in kieker.monitoring.writer that return types with arguments of type AbstractWorkerThread | |
---|---|
Vector<AbstractWorkerThread> |
IMonitoringLogWriter.getWorkers()
Returns a vector of workers, or null if none. |
Uses of AbstractWorkerThread in kieker.monitoring.writer.database |
---|
Subclasses of AbstractWorkerThread in kieker.monitoring.writer.database | |
---|---|
class |
DbWriterThread
|
Methods in kieker.monitoring.writer.database that return types with arguments of type AbstractWorkerThread | |
---|---|
Vector<AbstractWorkerThread> |
SyncDbWriter.getWorkers()
|
Vector<AbstractWorkerThread> |
AsyncDbWriter.getWorkers()
|
Uses of AbstractWorkerThread in kieker.monitoring.writer.filesystem |
---|
Subclasses of AbstractWorkerThread in kieker.monitoring.writer.filesystem | |
---|---|
class |
FsWriterThread
|
Methods in kieker.monitoring.writer.filesystem that return types with arguments of type AbstractWorkerThread | |
---|---|
Vector<AbstractWorkerThread> |
AsyncFsWriter.getWorkers()
|
Vector<AbstractWorkerThread> |
SyncFsWriter.getWorkers()
|
Uses of AbstractWorkerThread in kieker.monitoring.writer.jms |
---|
Subclasses of AbstractWorkerThread in kieker.monitoring.writer.jms | |
---|---|
class |
JMSWriterThread<T>
The writer moves monitoring data via messaging to a JMS server. |
Methods in kieker.monitoring.writer.jms that return types with arguments of type AbstractWorkerThread | |
---|---|
Vector<AbstractWorkerThread> |
AsyncJMSWriter.getWorkers()
|
Uses of AbstractWorkerThread in kieker.monitoring.writer.util.async |
---|
Methods in kieker.monitoring.writer.util.async with parameters of type AbstractWorkerThread | |
---|---|
void |
TpmonShutdownHook.registerWorker(AbstractWorkerThread newWorker)
Registers a worker, so that it is notified when system shutdown is initialted and to allow the TpmonShutdownHook to wait till the worker is finished. |
|
Kieker 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |