public interface AvalonInterceptorContext
Modifier and Type | Method and Description |
---|---|
void |
clearTransactionId()
Clears the transaction id for the current thread.
|
void |
decrementInvocationDepth()
Decrement the current service invocation depth
|
Object[] |
getArgs() |
int |
getInvocationDepth()
Get the current service invocation depth
|
Long |
getInvocationId() |
Method |
getMethod() |
Map |
getRequestContext() |
Object |
getServiceDelegate() |
String |
getServiceName() |
String |
getServiceShorthand() |
ThreadLocalStorage |
getThreadContext() |
Object |
getTransactionId() |
boolean |
hasTransactionId() |
void |
incrementInvocationDepth()
Increment the current service invocation depth
|
void |
setTransactionId(Object transactionId)
Set the transaction id for the current thread.
|
Map getRequestContext()
Object getServiceDelegate()
String getServiceName()
String getServiceShorthand()
Object[] getArgs()
Method getMethod()
ThreadLocalStorage getThreadContext()
boolean hasTransactionId()
Object getTransactionId()
void setTransactionId(Object transactionId)
transactionId
- the transaction idvoid clearTransactionId()
void incrementInvocationDepth()
void decrementInvocationDepth()
int getInvocationDepth()
Long getInvocationId()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.