|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| org.apache.openejb.core | |
| org.apache.openejb.core.interceptor | |
| Uses of Operation in org.apache.openejb.core |
|---|
| Methods in org.apache.openejb.core that return Operation | |
|---|---|
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. |
| Methods in org.apache.openejb.core with parameters of type Operation | |
|---|---|
protected IllegalStateException |
BaseContext.illegal(BaseContext.Call call,
Operation operation)
|
void |
ThreadContext.setCurrentOperation(Operation operation)
|
| Constructors in org.apache.openejb.core with parameters of type Operation | |
|---|---|
ThreadContext(BeanContext beanContext,
Object primaryKey,
Operation operation)
|
|
| Uses of Operation in org.apache.openejb.core.interceptor |
|---|
| Methods in org.apache.openejb.core.interceptor with parameters of type Operation | |
|---|---|
Set<Method> |
InterceptorData.getMethods(Operation operation)
|
| Constructors in org.apache.openejb.core.interceptor with parameters of type Operation | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||