Skip navigation links
A C D I 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
 

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
 

I

interceptTestMethod(InvocationInterceptor.Invocation<Void>, ReflectiveInvocationContext<Method>, ExtensionContext) - Method in class org.glassfish.jersey.test.memleak.common.MemoryLeakSucceedingTimeout
 

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.
verifyNoOutOfMemoryOccurred() - Static method in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
Scans the file denoted by JERSEY_CONFIG_TEST_CONTAINER_LOGFILE for OutOfMemoryError records.
A C D I J M O V 
Skip navigation links

Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.