protected static interface NexusAccessor.Dispatcher
Nexus.| Modifier and Type | Interface and Description |
|---|---|
static class |
NexusAccessor.Dispatcher.Available
An enabled dispatcher for registering a type initializer in a
Nexus. |
static class |
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 loadedTypeInitializer)
Registers a type initializer with the class loader's nexus.
|
void register(String name, ClassLoader classLoader, int identification, LoadedTypeInitializer loadedTypeInitializer)
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.loadedTypeInitializer - The loaded type initializer to be registered.Copyright © 2014–2016. All rights reserved.