| |
|
| java.lang.Object org.continuent.sequoia.controller.core.ControllerInfo
ControllerInfo | public class ControllerInfo (Code) | | This class can be used to display information on the Controller and its
runtime environment
|
Method Summary | |
public static void | main(String[] args) | public static void | printOn(PrintStream out) Print information on the controller and its runtime environment
on the specified PrintStream. |
printOn | public static void printOn(PrintStream out)(Code) | | Print information on the controller and its runtime environment
on the specified PrintStream.
Parameters: out - the PrintStream which is used to print the information |
|
|
|