JavaScript is disabled on your browser.
A C D J M O V
A
AbstractMemoryLeakSimpleTest - Class in org.glassfish.jersey.test.memleak.common
An abstract test class that adds support for dump heap at the beginning of the test execution.
AbstractMemoryLeakSimpleTest() - Constructor for class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakSimpleTest
AbstractMemoryLeakWebAppTest - Class in org.glassfish.jersey.test.memleak.common
Adds support for web application testing and memory leak detection in target JVM.
AbstractMemoryLeakWebAppTest() - Constructor for class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
apply(Statement, Description) - Method in class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
C
configureClient(ClientConfig) - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
configureDeployment() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
D
dumpTheHeap() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakSimpleTest
J
JERSEY_CONFIG_TEST_CONTAINER_CONTEXT_ROOT - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The context root where the deployed application will be accessible.
JERSEY_CONFIG_TEST_CONTAINER_LOGFILE - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The log file where the output (stdout/stderr) of container is located.
JERSEY_CONFIG_TEST_MEMLEAK_HEAP_DUMP_PATH - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The path where to create heap dump files.
JERSEY_CONFIG_TEST_MEMLEAK_TIMEOUT - Static variable in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
The memory leak timeout denotes successful end of the memory leak test.
M
MemoryLeakSucceedingTimeout - Class in org.glassfish.jersey.test.memleak.common
MemoryLeakSucceedingTimeout() - Constructor for class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
MemoryLeakSucceedingTimeout(int) - Constructor for class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
MemoryLeakUtils - Class in org.glassfish.jersey.test.memleak.common
Utility class for memory leak test infrastructure.
O
org.glassfish.jersey.test.memleak.common - package org.glassfish.jersey.test.memleak.common
V
verifyNoOutOfMemoryOccurred() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
Verifies no OutOfMemoryError is present in associated log file. The motivation is to have the OutOfMemory error
included in the JUnit test result if possible. The problem is that even of OutOfMemoryError occurred, it may not be
logged yet.
verifyNoOutOfMemoryOccurred() - Static method in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
A C D J M O V
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.