protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.ResubmissionListener extends AgentBuilder.Listener.Adapter
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.ResubmissionListener.ConcurrentHashSet<T>
A set projection for a
ConcurrentHashMap. |
AgentBuilder.Listener.Adapter, AgentBuilder.Listener.Compound, AgentBuilder.Listener.Filtering, AgentBuilder.Listener.ModuleReadEdgeCompleting, AgentBuilder.Listener.NoOp, AgentBuilder.Listener.StreamWriting, AgentBuilder.Listener.WithErrorsOnly, AgentBuilder.Listener.WithTransformationsOnlyLOADED| Modifier | Constructor and Description |
|---|---|
protected |
ResubmissionListener(ElementMatcher<? super Throwable> matcher,
ConcurrentMap<AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey,Set<String>> types) |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(String typeName,
ClassLoader classLoader,
JavaModule module,
boolean loaded,
Throwable throwable)
Invoked when an error has occurred during transformation.
|
onComplete, onDiscovery, onIgnored, onTransformationprotected ResubmissionListener(ElementMatcher<? super Throwable> matcher, ConcurrentMap<AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.StorageKey,Set<String>> types)
matcher - The matcher for filtering error causes.types - A map of class loaders to their types to resubmit.public void onError(String typeName, ClassLoader classLoader, JavaModule module, boolean loaded, Throwable throwable)
onError in interface AgentBuilder.ListeneronError in class AgentBuilder.Listener.AdaptertypeName - The binary name of the instrumented type.classLoader - The class loader which is loading this type.module - The instrumented type's module or null if the current VM does not support modules.loaded - true if the type is already loaded.throwable - The occurred error.Copyright © 2014–2019. All rights reserved.