Plumtree Portal UI  
 

PTGarbageCollectorThread Class

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.

For a list of all members of this type, see PTGarbageCollectorThread Members.

System.Object
   com.plumtree.openfoundation.util.XPThread
      com.plumtree.portaluiinfrastructure.application.PTGarbageCollectorThread

public class PTGarbageCollectorThread : XPThread

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.application

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

PTGarbageCollectorThread Members | com.plumtree.portaluiinfrastructure.application Namespace | PTGarbageCollectorRunnable