Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.application Namespace

Namespace hierarchy

Classes

Class Description
PTAppWarmUpHelper This class provides the portal specific jumpable initialization code so it can be separate from the servlet and .aspx code, as well as the base app initialization code.
PTGarbageCollectorRunnable This class calls the garbage collector at regular intervals. This is wrapped in a thread so it can be interrupted. Thread priority is controlled by the thread class itself and can be set. Interval in milliseconds between gc's can be set. Teh shutdown boolean is used by the app server to terminate the thread.
PTGarbageCollectorThread 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.