protected static interface AgentBuilder.InitializationStrategy.SelfInjection.NexusAccessor.Dispatcher
Nexus.| Modifier and Type | Interface and Description |
|---|---|
static class |
AgentBuilder.InitializationStrategy.SelfInjection.NexusAccessor.Dispatcher.Available
An enabled dispatcher for registering a type initializer in a
Nexus. |
static class |
AgentBuilder.InitializationStrategy.SelfInjection.NexusAccessor.Dispatcher.Unavailable
A disabled dispatcher where a
Nexus is not available. |
| Modifier and Type | Method and Description |
|---|---|
void |
register(String name,
ClassLoader classLoader,
int identification,
LoadedTypeInitializer typeInitializer)
Registers a type initializer with the class loader's nexus.
|
void register(String name, ClassLoader classLoader, int identification, LoadedTypeInitializer typeInitializer)
name - The name of a type for which a loaded type initializer is registered.classLoader - The class loader for which a loaded type initializer is registered.identification - An identification for the initializer to run.typeInitializer - The loaded type initializer to be registered.Copyright © 2014–2016. All rights reserved.