Kieker 1.12

kieker.tools.bridge.cli
Class CLIServerMain

java.lang.Object
  extended by kieker.tools.bridge.cli.CLIServerMain

public final class CLIServerMain
extends java.lang.Object

The command line server of the KDB.

Since:
1.8
Author:
Reiner Jung

Method Summary
static Log getLog()
          Return the logger.
static void main(java.lang.String[] args)
          CLI server main.
protected static void shutdown()
          Hook for the shutdwon thread so it can access the container's shutdown routine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
CLI server main.

Parameters:
args - command line arguments

shutdown

protected static void shutdown()
                        throws ConnectorDataTransmissionException
Hook for the shutdwon thread so it can access the container's shutdown routine.

Throws:
ConnectorDataTransmissionException - if any internal shutdown calls fail

getLog

public static Log getLog()
Return the logger.

Returns:
Returns the logger

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net