public static enum ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm extends Enum<ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm> implements ByteArrayClassLoader.ChildFirst.SynchronizationEngine
ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm, ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForModernVm
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
classLoadingLock(String name,
ClassLoader classLoader)
Receives the class loading lock.
|
String |
toString() |
static ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm INSTANCE
public static ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm[] values()
for (ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm c : ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm.values()) System.out.println(c);
public static ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Object classLoadingLock(String name, ClassLoader classLoader)
ByteArrayClassLoader.ChildFirst.SynchronizationEngine
classLoadingLock
in interface ByteArrayClassLoader.ChildFirst.SynchronizationEngine
name
- The name of the class being loaded.classLoader
- The class loader loading the class.public String toString()
toString
in class Enum<ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm>
Copyright © 2014–2016. All rights reserved.