protected static interface AgentBuilder.Default.ExecutingTransformer.CircularityLock
ClassFileLocator
is used recursively.
This can happen when a class file transformation causes another class to be loaded.Modifier and Type | Interface and Description |
---|---|
static class |
AgentBuilder.Default.ExecutingTransformer.CircularityLock.Active
An active circularity lock.
|
static class |
AgentBuilder.Default.ExecutingTransformer.CircularityLock.Inactive
An inactive circularity lock which is always acquirable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
acquire()
Attempts to acquire a circularity lock.
|
void |
release()
Releases the circularity lock if it is currently acquired.
|
Copyright © 2014–2016. All rights reserved.