Searched defs:getMethod (Results 1 - 25 of 35) sorted by relevance

12

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/flashlight/datatree/
H A DMethodInvoker.java55 Method getMethod (); method in interface:MethodInvoker
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/interceptor/
H A DInvocationContext.java54 * String class = ctx.getMethod().getDeclaringClass().getName();
55 * String method = ctx.getMethod().getName();
102 public Method getMethod(); method in interface:InvocationContext
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/datatree/impl/
H A DMethodInvokerImpl.java63 public Method getMethod (){ method in class:MethodInvokerImpl
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/admin/monitor/callflow/
H A DCallFlowInfo.java55 public java.lang.reflect.Method getMethod(); method in interface:CallFlowInfo
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/
H A DAroundInvokeInvocationContext.java78 public Method getMethod() { method in class:AroundInvokeInvocationContext
105 InterceptorUtil.checkSetParameters(params, getMethod());
H A DCallbackInvocationContext.java88 public Method getMethod() { method in class:CallbackInvocationContext
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/acl/
H A DResource.java66 public String getMethod() { method in class:Resource
78 return getApplication() + ":" + getName() + "." + getMethod();
/glassfish-3.1.2/ejb/ejb-internal-api/src/main/java/org/glassfish/ejb/api/
H A DEJBInvocation.java80 public Method getMethod(); method in interface:EJBInvocation
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/apiscan/classfile/
H A DClassFile.java133 Method getMethod(MethodRef methodRef); method in interface:ClassFile
H A DBCELClassFile.java173 getMethod(MethodRef methodRef) { method in class:BCELClassFile
H A DASMClassFile.java82 public Method getMethod(MethodRef methodRef) { method in class:ASMClassFile
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/
H A DOptionsResultXmlProvider.java95 result = result + getMethod(method, indent);
115 private String getMethod(String method, String indent) { method in class:OptionsResultXmlProvider
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/
H A DCall.java61 public Method getMethod() { method in class:Call
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DInjectionTarget.java135 public Method getMethod() { method in class:InjectionTarget
H A DMethodDescriptor.java213 public Method getMethod(EjbDescriptor ejbDescriptor) { method in class:MethodDescriptor
237 return TypeUtil.getMethod(ejbClass, classloader,
245 return TypeUtil.getMethod(homeClass, classloader,
253 return TypeUtil.getMethod(cl, classloader,
261 return TypeUtil.getMethod(cl, classloader,
270 method = TypeUtil.getMethod(homeClass, classloader,
278 method = TypeUtil.getMethod(cl, classloader,
287 method = TypeUtil.getMethod(cl, classloader,
298 method = TypeUtil.getMethod(cl, classloader,
313 method = TypeUtil.getMethod(c
358 public Method getMethod(Class declaringClass) method in class:MethodDescriptor
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/authenticator/
H A DSavedRequest.java154 public String getMethod() { method in class:SavedRequest
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DPWCRequestStats.java57 public StringStatistic getMethod(); method in interface:PWCRequestStats
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/transformer/
H A DProbeProviderClassFileTransformer.java74 Method m = getMethod(probe);
198 org.objectweb.asm.commons.Method.getMethod("void invokeProbe(int, Object[])"));
202 private Method getMethod(FlashlightProbe probe) throws NoSuchMethodException { method in class:ProbeProviderClassFileTransformer
248 Method mthd = agentMainClass.getMethod("getInstrumentation", null);
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/util/
H A DInjectionManagerImpl.java655 final Method m = getMethod(next, target, clazz);
789 private Method getMethod(InjectionCapable resource, InjectionTarget target, method in class:InjectionManagerImpl
792 Method m = target.getMethod();
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DTypeUtil.java385 public static Method getMethod(Class declaringClass, ClassLoader loader, method in class:TypeUtil
403 return declaringClass.getMethod(name, parameterTypes);
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/
H A DBaseAuthConfig.java683 Method m = getMethod(soapMC);
743 public static Method getMethod(SOAPMessageContext soapMC) { method in class:BaseAuthConfig
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/
H A DVerifierTest.java266 public static Method getMethod(Class clazz, String methodName, Class[] parmTypes) method in class:VerifierTest
272 m = clazz.getMethod(methodName, parmTypes);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/
H A DAttributeInfo.java88 protected String getMethod = null; field in class:AttributeInfo
140 return (this.getMethod);
143 public void setGetMethod(String getMethod) { argument
144 this.getMethod = getMethod;
284 descriptor.setField("getMethod", getGetMethod());
286 descriptor.setField("getMethod",
/glassfish-3.1.2/persistence/cmp/model/src/main/java/com/sun/jdo/api/persistence/model/
H A DEnhancerModel.java232 public Object getMethod (String className, String methodName, method in class:EnhancerModel
242 * method element as returned by getMethod executed on the same model
247 * @see #getMethod
310 * getConstructor, or a method element as returned by getMethod
318 * @see #getMethod
329 * getMethod executed on the same model instance.
336 * @see #getMethod
H A DRuntimeModel.java588 public Object getMethod (final String className, final String methodName, method in class:RuntimeModel
622 * method element as returned by getMethod executed on the same model
628 * @see #getMethod
743 * getConstructor, or a method element as returned by getMethod
752 * @see #getMethod
768 * getMethod executed on the same model instance. This implementation
776 * @see #getMethod
801 * method element as returned by getMethod executed on the same model
806 * @see #getMethod

Completed in 2260 milliseconds

12