net.sf.ehcache.distribution
Class RemoteDebugger

java.lang.Object
  extended by net.sf.ehcache.distribution.RemoteDebugger

public final class RemoteDebugger
extends java.lang.Object

A distributed testing tool for manual distributed testing of ehcache on cluster nodes.

It is passed the ehcache configuration to use and cache to monitor

Version:
$Id: RemoteDebugger.java 512 2007-07-10 09:18:45Z gregluck $
Author:
Greg Luck

Method Summary
static void main(java.lang.String[] args)
          A Remote Debugger which prints out the cache size of the monitored cache.
 
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)
                 throws java.lang.InterruptedException
A Remote Debugger which prints out the cache size of the monitored cache. Additional logging messages can be observed by setting the logging level to debug or trace for net.sf.ehcache.distribution

Parameters:
args - path_to_ehcache.xml and a cache name
Throws:
java.lang.InterruptedException - thrown when it is interrupted. It will keep going until then.


Copyright © 2003-2011. All Rights Reserved.