Searched defs:methodIndex (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DBaseContainer.java4138 final void onEjbMethodStart(int methodIndex) { argument
4139 Method method = ejbIntfMethods[methodIndex];
4145 final void onEjbMethodEnd(int methodIndex, Throwable th) { argument
4146 Method method = ejbIntfMethods[methodIndex];
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/web/integration/
H A DWebPermissionUtil.java937 MethodValue getMethodValue(int methodIndex) { argument
938 String methodName = MethodValue.getMethodName(methodIndex);

Completed in 63 milliseconds