| Package | Description |
|---|---|
| org.apache.openejb.core | |
| org.apache.openejb.core.interceptor |
| Modifier and Type | Method and Description |
|---|---|
Operation |
ThreadContext.getCurrentOperation() |
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected IllegalStateException |
BaseContext.illegal(BaseContext.Call call,
Operation operation) |
void |
ThreadContext.setCurrentOperation(Operation operation) |
| Constructor and Description |
|---|
ThreadContext(BeanContext beanContext,
Object primaryKey,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Set<Method> |
InterceptorData.getMethods(Operation operation) |
| Constructor and Description |
|---|
InterceptorStack(Object beanInstance,
Method targetMethod,
Operation operation,
List<InterceptorData> interceptorDatas,
Map<String,Object> interceptorInstances) |
JaxRpcInvocationContext(Operation operation,
List<Interceptor> interceptors,
Object target,
Method method,
javax.xml.rpc.handler.MessageContext messageContext,
Object... parameters) |
JaxWsInvocationContext(Operation operation,
List<Interceptor> interceptors,
Object target,
Method method,
MessageContext messageContext,
Object... parameters) |
ReflectionInvocationContext(Operation operation,
List<Interceptor> interceptors,
Object target,
Method method,
Object... parameters) |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.