SMILA 1.0 API documentation

org.eclipse.smila.management.jmx.client.helpers
Class OutWriter

java.lang.Object
  extended by org.eclipse.smila.management.jmx.client.helpers.OutWriter

public final class OutWriter
extends java.lang.Object

The Class OutWriter.


Method Summary
static void write(java.lang.String echo, Log log)
          Write.
static void write(java.lang.String echo, java.lang.Object object, Log log)
          Write.
static void writeOut(java.lang.String str)
          Write out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeOut

public static void writeOut(java.lang.String str)
Write out.

Parameters:
str - the str

write

public static void write(java.lang.String echo,
                         Log log)
Write.

Parameters:
echo - the echo
log - the log

write

public static void write(java.lang.String echo,
                         java.lang.Object object,
                         Log log)
Write.

Parameters:
object - the object
echo - the echo
log - the log

SMILA 1.0 API documentation