PTGarbageCollectorRunnable overview
![]() |
Code executed in a thread to call garbage collector at regular intervals. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Gets the interval in milliseconds between garbage collections. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Tests the value of the shutDown boolean. If true, the thread will shut itself down. |
![]() | |
![]() | Sets the interval for garbage collection in milliseconds. Maximum is 23 days. |
![]() | Sets the shut down boolean. When true, the thread terminates itself. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
PTGarbageCollectorRunnable Class | com.plumtree.portaluiinfrastructure.application Namespace | PTGarbageCollectorThread