org.pentaho.reporting.libraries.base.util
Class MemoryUsageMessage

java.lang.Object
  extended by org.pentaho.reporting.libraries.base.util.MemoryUsageMessage

public class MemoryUsageMessage
extends Object

A helper class to print memory usage message if needed.

Author:
Thomas Morgner

Constructor Summary
MemoryUsageMessage(String message)
          Creates a new message.
 
Method Summary
 String toString()
          Returns a string representation of the message (useful for debugging).
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemoryUsageMessage

public MemoryUsageMessage(String message)
Creates a new message.

Parameters:
message - the message.
Method Detail

toString

public String toString()
Returns a string representation of the message (useful for debugging).

Overrides:
toString in class Object
Returns:
the string.