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
|
java.lang.Object[] |
getArgs() |
int |
getInvocationDepth()
Get the current service invocation depth
|
java.lang.Long |
getInvocationId() |
java.lang.reflect.Method |
getMethod() |
java.util.Map |
getRequestContext() |
java.lang.Object |
getServiceDelegate() |
java.lang.String |
getServiceName() |
java.lang.String |
getServiceShorthand() |
ThreadLocalStorage |
getThreadContext() |
java.lang.Object |
getTransactionId() |
boolean |
hasTransactionId() |
void |
incrementInvocationDepth()
Increment the current service invocation depth
|
void |
setTransactionId(java.lang.Object transactionId)
Set the transaction id for the current thread.
|
java.util.Map getRequestContext()
java.lang.Object getServiceDelegate()
java.lang.String getServiceName()
java.lang.String getServiceShorthand()
java.lang.Object[] getArgs()
java.lang.reflect.Method getMethod()
ThreadLocalStorage getThreadContext()
boolean hasTransactionId()
java.lang.Object getTransactionId()
void setTransactionId(java.lang.Object transactionId)
transactionId
- the transaction idvoid clearTransactionId()
void incrementInvocationDepth()
void decrementInvocationDepth()
int getInvocationDepth()
java.lang.Long getInvocationId()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.