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

/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBMethodPermission.java90 private transient String methodParams; field in class:EJBMethodPermission
126 * methodParams ::= typeName | methodParams comma typeName
128 * methodParamsSpec ::= emptyString | methodParams
147 * methodInterface and methodParams elements of the methodSpec.
157 * The order of the typeNames in methodParams array must match
159 * signature of the target method(s). Each typeName in the methodParams
181 * and methodParams.
199 * @param methodParams An array of strings that may be used to specify
201 * order of the typeNames in methodParams arra
213 EJBMethodPermission(String EJBName, String methodName, String methodInterface, String[] methodParams) argument
544 setMethodSpec(String methodName,String mInterface, String[] methodParams) argument
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/
H A DEjbInvocation.java235 public Object[] methodParams; field in class:EjbInvocation
493 return this.methodParams;
502 this.methodParams = params;
635 return this.methodParams;

Completed in 14 milliseconds