Plumtree Portal UI  
 

PTGarbageCollectorRunnable Class

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.

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

System.Object
   com.plumtree.portaluiinfrastructure.application.PTGarbageCollectorRunnable

public class PTGarbageCollectorRunnable : IXPRunnable

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

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