public class LoggingTasks extends Object
| Constructor and Description |
|---|
LoggingTasks() |
| Modifier and Type | Method and Description |
|---|---|
static void |
loggingCloseTask()
A CLOSE task that logs to standard out, standard error, and the
Hydra logger in each client VM thread.
|
static void |
loggingEndTask()
A END task that logs to standard out, standard error, and the
Hydra logger.
|
static void |
loggingInitTask()
An INIT task that logs to standard out, standard error, and the
Hydra logger in each client VM thread.
|
static void |
loggingStartTask()
A START task that logs to standard out, standard error, and the
Hydra logger.
|
static void |
loggingTestTask()
A test TASK that logs to standard out, standard error, and the
Hydra logger in each client VM thread.
|
public static void loggingStartTask()
public static void loggingInitTask()
public static void loggingTestTask()
throws InterruptedException
InterruptedException - If interrupted while "working". Since we do not expect
this method to be interrupted, we propagate the exception
back to Hydra to indicate that an error occurred.public static void loggingCloseTask()
public static void loggingEndTask()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.