@MXBean public class WorkSchedulePath extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
class |
WorkSchedulePath.Trace |
Modifier and Type | Field and Description |
---|---|
static boolean |
captureStack |
static WorkSchedulePath |
EMPTY |
protected static ThreadLocal<Work> |
enteredLocal |
static org.apache.commons.logging.Log |
log |
protected String |
name |
protected String |
parentPath |
protected WorkSchedulePath.Trace |
scheduleStackTrace |
Modifier | Constructor and Description |
---|---|
protected |
WorkSchedulePath() |
protected |
WorkSchedulePath(WorkSchedulePath parent,
Work work) |
Modifier and Type | Method and Description |
---|---|
String |
getParentPath() |
String |
getPath() |
WorkSchedulePath.Trace |
getStack() |
static void |
handleEnter(Work work) |
static void |
handleReturn() |
static boolean |
isCaptureStackEnabled() |
boolean |
isRoot() |
protected static String |
name(Work work) |
static void |
newInstance(Work work) |
protected static String |
path(WorkSchedulePath parent) |
static boolean |
toggleCaptureStack() |
String |
toString() |
protected static final transient ThreadLocal<Work> enteredLocal
public static final org.apache.commons.logging.Log log
public static boolean captureStack
public static WorkSchedulePath EMPTY
protected final String parentPath
protected final transient WorkSchedulePath.Trace scheduleStackTrace
protected WorkSchedulePath()
protected WorkSchedulePath(WorkSchedulePath parent, Work work)
public static boolean toggleCaptureStack()
public static boolean isCaptureStackEnabled()
public static void newInstance(Work work)
public static void handleEnter(Work work)
public static void handleReturn()
protected static String path(WorkSchedulePath parent)
public boolean isRoot()
public String getParentPath()
public WorkSchedulePath.Trace getStack()
Copyright © 2018 Nuxeo. All rights reserved.