Top Description Fields Constructors Methods
jdk.internal.event

public final Class ThreadSleepEvent

extends Event
Class Inheritance

Event recording thread sleeping.

Field Summary

Modifier and TypeField and Description
private static final ThreadSleepEvent
public long

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public static boolean
isTurnedOn()

Returns true if event is enabled, false otherwise.

Inherited from jdk.internal.event.Event:
begincommitendisEnabledsetshouldCommit

Field Detail

EVENTback to summary
private static final ThreadSleepEvent EVENT
timeback to summary
public long time

Constructor Detail

ThreadSleepEventback to summary
public ThreadSleepEvent()

Method Detail

isTurnedOnback to summary
public static boolean isTurnedOn()

Returns true if event is enabled, false otherwise.