@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 |
static org.apache.commons.logging.Log |
log |
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() |
static void |
newInstance(Work work) |
static void |
toggleCaptureStack() |
String |
toString() |
public static final org.apache.commons.logging.Log log
public static boolean captureStack
public static WorkSchedulePath EMPTY
public static void toggleCaptureStack()
public static boolean isCaptureStackEnabled()
public static void newInstance(Work work)
public static void handleEnter(Work work)
public static void handleReturn()
public boolean isRoot()
public String getPath()
public String getParentPath()
public WorkSchedulePath.Trace getStack()
Copyright © 2015 Nuxeo SA. All rights reserved.