com.plumtree.portaluiinfrastructure.application
Class PTGarbageCollectorThread

java.lang.Object
  extended by XPThread
      extended by com.plumtree.portaluiinfrastructure.application.PTGarbageCollectorThread

public class PTGarbageCollectorThread
extends XPThread

Thread to garbage collect memory at configurable intervals. Cross-platform. Priority and time between GC's is configured in PTConfig.xml. Note that you should properly configure garbage collector paramneters in the startup parameters of the web application.

Author:
DavidP
See Also:
PTGarbageCollectorRunnable

Constructor Summary
PTGarbageCollectorThread(IXPRunnable arg0)
          New GC thread.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTGarbageCollectorThread

public PTGarbageCollectorThread(IXPRunnable arg0)
New GC thread. Priority is inherited from underlying XPThread object and can be set at any time.

Parameters:
arg0 -



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.