|
||||||||||
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(java.lang.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 | |
---|---|
void |
ThreadContext.setCurrentOperation(Operation operation)
|
Constructors in org.apache.openejb.core with parameters of type Operation | |
---|---|
ThreadContext(CoreDeploymentInfo deploymentInfo,
java.lang.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 | |
---|---|
java.util.List<java.lang.reflect.Method> |
InterceptorData.getMethods(Operation operation)
|
Constructors in org.apache.openejb.core.interceptor with parameters of type Operation | |
---|---|
InterceptorStack(java.lang.Object beanInstance,
java.lang.reflect.Method targetMethod,
Operation operation,
java.util.List<InterceptorData> interceptorDatas,
java.util.Map<java.lang.String,java.lang.Object> interceptorInstances)
|
|
JaxRpcInvocationContext(Operation operation,
java.util.List<Interceptor> interceptors,
java.lang.Object target,
java.lang.reflect.Method method,
javax.xml.rpc.handler.MessageContext messageContext,
java.lang.Object... parameters)
|
|
JaxWsInvocationContext(Operation operation,
java.util.List<Interceptor> interceptors,
java.lang.Object target,
java.lang.reflect.Method method,
javax.xml.ws.handler.MessageContext messageContext,
java.lang.Object... parameters)
|
|
ReflectionInvocationContext(Operation operation,
java.util.List<Interceptor> interceptors,
java.lang.Object target,
java.lang.reflect.Method method,
java.lang.Object... parameters)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |