Searched refs:methodName (Results 1 - 25 of 102) sorted by relevance

12345

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/digester/
H A DSetNextRule.java89 * @param methodName Method name of the parent method to call
92 * Use {@link #SetNextRule(String methodName)} instead.
94 public SetNextRule(Digester digester, String methodName) { argument
96 this(methodName);
105 * @param methodName Method name of the parent method to call
112 * Use {@link #SetNextRule(String methodName,String paramType)} instead.
114 public SetNextRule(Digester digester, String methodName, argument
117 this(methodName, paramType);
126 * @param methodName Method name of the parent method to call
128 public SetNextRule(String methodName) { argument
144 SetNextRule(String methodName, String paramType) argument
159 protected String methodName = null; field in class:SetNextRule
[all...]
H A DSetRootRule.java89 * @param methodName Method name of the parent method to call
92 * Use {@link #SetRootRule(String methodName)} instead.
94 public SetRootRule(Digester digester, String methodName) { argument
96 this(methodName);
105 * @param methodName Method name of the parent method to call
112 * Use {@link #SetRootRule(String methodName,String paramType)} instead.
114 public SetRootRule(Digester digester, String methodName, argument
117 this(methodName, paramType);
126 * @param methodName Method name of the parent method to call
128 public SetRootRule(String methodName) { argument
144 SetRootRule(String methodName, String paramType) argument
158 protected String methodName = null; field in class:SetRootRule
[all...]
H A DSetTopRule.java89 * @param methodName Method name of the "set parent" method to call
92 * Use {@link #SetTopRule(String methodName)} instead.
94 public SetTopRule(Digester digester, String methodName) { argument
96 this(methodName);
105 * @param methodName Method name of the "set parent" method to call
112 * Use {@link #SetTopRule(String methodName, String paramType)} instead.
114 public SetTopRule(Digester digester, String methodName, argument
117 this(methodName, paramType);
126 * @param methodName Method name of the "set parent" method to call
128 public SetTopRule(String methodName) { argument
144 SetTopRule(String methodName, String paramType) argument
159 protected String methodName = null; field in class:SetTopRule
[all...]
H A DCallMethodRule.java74 * <p>By using {@link #CallMethodRule(String methodName)}
119 * @param methodName Method name of the parent method to call
125 * Use {@link #CallMethodRule(String methodName,int paramCount)} instead.
127 public CallMethodRule(Digester digester, String methodName, argument
130 this(methodName, paramCount);
139 * @param methodName Method name of the parent method to call
148 * Use {@link #CallMethodRule(String methodName,int paramCount, String [] paramTypes)} instead.
150 public CallMethodRule(Digester digester, String methodName, argument
153 this(methodName, paramCount, paramTypes);
162 * @param methodName Metho
174 CallMethodRule(Digester digester, String methodName, int paramCount, Class paramTypes[]) argument
189 CallMethodRule(String methodName, int paramCount) argument
206 CallMethodRule(int targetOffset, String methodName, int paramCount) argument
230 CallMethodRule(String methodName) argument
247 CallMethodRule(int targetOffset, String methodName) argument
269 CallMethodRule( String methodName, int paramCount, String paramTypes[]) argument
295 CallMethodRule( int targetOffset, String methodName, int paramCount, String paramTypes[]) argument
336 CallMethodRule( String methodName, int paramCount, Class<?> paramTypes[]) argument
363 CallMethodRule( int targetOffset, String methodName, int paramCount, Class<?> paramTypes[]) argument
405 protected String methodName = null; field in class:CallMethodRule
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DDebugOut.java62 public void debugMethod(final String methodName, final Object... args); argument
64 public void debugMethod(final String methodName, final String msg, final Object... args); argument
H A DDebugOutImpl.java110 final String methodName,
115 debug(methodString(methodName, args));
121 final String methodName,
126 debug(methodString(methodName, args) + ": " + msg);
109 debugMethod( final String methodName, final Object... args) argument
119 debugMethod( final String msg, final String methodName, final Object... args) argument
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/security/
H A DSecurityUtil.java137 * @param methodName the method to apply the security restriction
141 public static void doAsPrivilege(final String methodName, argument
143 doAsPrivilege(methodName, targetObject, null, null, null);
151 * @param methodName the method to apply the security restriction
159 public static void doAsPrivilege(final String methodName, argument
165 doAsPrivilege(methodName,
177 * @param methodName the method to apply the security restriction
187 public static void doAsPrivilege(final String methodName, argument
198 method = findMethod(methodsCache, methodName);
201 methodName,
224 doAsPrivilege(final String methodName, final Filter targetObject) argument
244 doAsPrivilege(final String methodName, final Filter targetObject, final Class<?>[] targetType, final Object[] targetArguments) argument
268 doAsPrivilege(final String methodName, final Filter targetObject, final Class[] targetType, final Object[] targetArguments, Principal principal) argument
390 findMethod(Method[] methodsCache, String methodName) argument
419 createMethodAndCacheIt(Method[] methodsCache, String methodName, Object targetObject, Class<?>[] targetType) argument
[all...]
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBMethodPermission.java88 private transient String methodName; field in class:EJBMethodPermission
118 * methodNameSpec ::= methodName | emptyString
180 * the EJBName and actions composed from methodName, methodInterface,
187 * @param methodName A string that may be used to indicate the method of
213 public EJBMethodPermission(String EJBName, String methodName, argument
217 setMethodSpec(methodName,methodInterface,methodParams);
275 if (this.methodName != null) {
276 if (that.methodName == null ||
277 !this.methodName.equals(that.methodName)) retur
544 setMethodSpec(String methodName,String mInterface, String[] methodParams) argument
[all...]
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/processor/
H A DClassVisitor.java52 public void visitSetter(String methodName, String attrName, String javaDoc, TypeMirror paramType); argument
54 public void visitVersionMethod(String methodName, String attrName, String javaDoc, TypeMirror paramType); argument
H A DMethodVisitor.java50 public void visit(String methodName, String attrName, String javaDoc, ParameterDeclaration paramType); argument
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DClassAction.java756 final String methodName = m.name().asString();
760 scanForJDOMethods(methodName, methodSig);
774 private void scanForJDOMethods(String methodName, argument
776 if (methodName.equals(jdoGetStateManagerName)) {
779 userClassName(), methodName));
783 if (methodName.equals(jdoSetStateManagerName)) {
786 userClassName(), methodName));
790 if (methodName.equals(jdoGetFlagsName)) {
793 userClassName(), methodName));
797 if (methodName
[all...]
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DInjectionTarget.java60 private String methodName=null; field in class:InjectionTarget
72 return methodName!=null;
125 return methodName;
127 public void setMethodName(String methodName) { argument
128 this.methodName = methodName;
130 this.targetName = TypeUtil.setterMethodToPropertyName(methodName);
155 // From annotation processing, one may define methodName,
173 result = 37*result + (methodName == null ? 0: methodName
[all...]
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/jdbc/
H A DSQLTraceRecord.java79 private String methodName; field in class:SQLTraceRecord
113 * @return methodName that executed the SQL query.
116 return methodName;
122 * @param methodName that executes the SQL query.
124 public void setMethodName(String methodName) { argument
125 this.methodName = methodName;
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DMBeanProxyHandler.java210 protected String extractAttributeNameFromMethod(String methodName) argument
212 assert (methodName.startsWith(GET) ||
213 methodName.startsWith(SET) ||
214 methodName.startsWith(IS));
215 final int startIndex = methodName.startsWith(GET) || methodName.startsWith(SET) ? GET_PREFIX_LENGTH : IS_PREFIX_LENGTH;
216 return (methodName.substring(startIndex, methodName.length()));
336 public Object invoke(String methodName, Object[] params, String[] signature) argument
339 return getMBeanServerConnection().invoke(getObjectName(), methodName, param
469 debugMethod(final String methodName, final Object... args) argument
477 debugMethod( final String msg, final String methodName, final Object... args) argument
[all...]
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/entity/cmp2/
H A DFindMethodsAbstract.java73 String methodName = method.getName();
74 String ejbMethodName = "ejb" + Character.toUpperCase(methodName.charAt(0)) + methodName.substring(1);
75 Method ejbMethod = getMethod(targetClass, methodName, method.getParameterTypes());
/glassfish-3.1.2/ha/ha-apt/src/main/java/org/glassfish/ha/store/apt/generators/
H A DStoreEntryMetadataGenerator.java78 public void visitSetter(String methodName, String attrName, String javaDoc, TypeMirror paramType) { argument
79 printInfo(methodName, attrName, javaDoc, paramType, "Attribute");
82 public void visitVersionMethod(String methodName, String attrName, String javaDoc, TypeMirror paramType) { argument
83 printInfo(methodName, attrName, javaDoc, paramType, "Version");
86 public void visitHashKeyMethod(String methodName, String attrName, String javaDoc, TypeMirror paramType) { argument
87 printInfo(methodName, attrName, javaDoc, paramType, "HashKey");
90 private void printInfo(String methodName, String attrName, String javaDoc, TypeMirror paramType, String token) { argument
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbc/
H A DAbstractMethodHelper.java108 String methodName = methodDescriptor.getName();
111 // System.out.println("Method: " + methodName); // NOI18N
113 if (methodName.startsWith(CMPTemplateFormatter.find_))
115 else if (methodName.startsWith(CMPTemplateFormatter.ejbSelect_))
117 else if (methodName.startsWith(CMPTemplateFormatter.create_))
119 else if (methodName.startsWith(CMPTemplateFormatter.get_) ||
120 methodName.startsWith(CMPTemplateFormatter.set_))
129 methodNames.put(methodName, method);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/common/
H A DDataSourceObjectBuilder.java117 String methodName = methods[i].getName();
120 if (driverProperties.containsKey(methodName.toUpperCase(Locale.getDefault()))) {
121 Vector values = (Vector) driverProperties.get(methodName.toUpperCase(Locale.getDefault()));
123 } else if (methodName.equalsIgnoreCase("setUser")) {
126 } else if (methodName.equalsIgnoreCase("setPassword")) {
129 } else if (methodName.equalsIgnoreCase("setLoginTimeOut")) {
132 } else if (methodName.equalsIgnoreCase("setLogWriter")) {
135 } else if (methodName.equalsIgnoreCase("setDatabaseName")) {
138 } else if (methodName.equalsIgnoreCase("setDataSourceName")) {
141 } else if (methodName
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/
H A DMethodMonitor.java60 private String methodName; field in class:MethodMonitor
73 this.methodName = constructMethodName(method);
77 this.methodName = prefix + "_" + this.methodName;
133 return this.methodName;
154 .append("name=").append(methodName).append("; ")
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DClassMethod.java63 private ConstUtf8 methodName; field in class:ClassMethod
106 return methodName;
113 methodName = name;
144 methodName = name;
191 data.writeShort(methodName.getIndex());
198 out.print("'" + methodName.asString() + "'");//NOI18N
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSQLTraceDelegator.java100 String methodName = record.getMethodName();
102 if (isMethodValidForCaching(methodName)) {
126 * @param methodName
129 private boolean isMethodValidForCaching(String methodName) { argument
130 return JdbcRAConstants.validSqlTracingMethodNames.contains(methodName);
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jauth/
H A DAuthContext.java83 Object[] invoke(final String methodName, final Object[] args) argument
93 invokePriv(methodName, args, rValues);
109 void invokePriv(String methodName, Object[] args, Object[] rValues) argument
114 if (methodName.equals(AuthContext.MANAGES_SESSIONS)) {
140 if (mArray[j].getName().equals(methodName)) {
155 methodName +
165 methodName +
182 methodName);
210 methodName +
228 methodName
[all...]
/glassfish-3.1.2/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/
H A DMessageEndpointInvocationHandler.java122 String methodName = method.getName();
127 String msg = "Invoking method [" + methodName
136 if ("beforeDelivery".equals(methodName)) {
141 } else if ("afterDelivery".equals(methodName)) {
145 } else if ("release".equals(methodName)) {
149 new Object[]{methodName, MESSAGE_ENDPOINT});
150 throw new RuntimeException(methodName);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DAbstractHandler.java144 String methodName = method.getName();
145 String propertyName = methodName;
147 if( (methodName.length() > 3) &&
148 methodName.startsWith("set") ) {
151 methodName.substring(3, 4).toLowerCase() +
152 methodName.substring(4);
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DInjectionPointHelper.java166 String methodName = method.getName();
167 String propertyName = methodName;
169 if( (methodName.length() > 3) &&
170 methodName.startsWith("set") ) {
173 methodName.substring(3, 4).toLowerCase() +
174 methodName.substring(4);

Completed in 26 milliseconds

12345