class LeakDetect extends Object
Tools to detect manage object leaks
Constructor and Description |
---|
LeakDetect()
Constructor - determines list of classes that can be ignored
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
end()
End leak detection for this node
|
(package private) void |
setVerboseClass(String verboseClass) |
(package private) void |
start()
Start leak detection on this node
|
static final String LEAKED
LeakDetect()
Constructor - determines list of classes that can be ignored
Class names come from the java system property IgnoreLeaks and from the IgnoreLeaks entry in the jar manifest files
void setVerboseClass(String verboseClass)
void start()
Start leak detection on this node
This method can be run within or outside a transaction
void end() throws TransactionalMemoryLeakException
End leak detection for this node
Any leaks detected are reported as error log messages
This method can be run within or outside a transaction
TransactionalMemoryLeakException
- on leaks foundCopyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.