JCommon 1.0.17-redhat-2

org.jfree.base.log
Class MemoryUsageMessage

java.lang.Object
  extended by org.jfree.base.log.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
clone, equals, finalize, 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.

JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.