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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.portaluiinfrastructure.application
Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)
PTGarbageCollectorRunnable Members | com.plumtree.portaluiinfrastructure.application Namespace | PTGarbageCollectorThread