public interface RequestTrace
*Request
object that is currently processed. When invoking methods on the repository system, client code may provide a request
trace that has been prepopulated with whatever data is useful for the application to indicate its state for later
evaluation when processing the repository events.RepositoryEvent.getTrace()| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Gets the data associated with this trace.
|
RequestTrace |
getParent()
Gets the parent of this trace.
|
RequestTrace |
newChild(Object data)
Creates a new child of this trace.
|
Object getData()
null.RequestTrace getParent()
null if this is the root of the trace stack.RequestTrace newChild(Object data)
data - The data to associate with the child, may be null.null.Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.