| /glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/ |
| H A D | FullHASession.java | 96 public Object getAttribute(String name) { method in class:FullHASession 98 return super.getAttribute(name);
|
| /glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/ |
| H A D | StdAttributesAccess.java | 57 /** Direct access to the MBeanServer, calls conn.getAttribute(objectName, name) */ 58 public Object getAttribute( String name ) method in interface:StdAttributesAccess
|
| /glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ |
| H A D | User.java | 79 Object getAttribute (String name); method in interface:User
|
| /glassfish-3.1.2/admingui/jms-plugin/src/main/java/org/glassfish/admingui/plugin/jms/ |
| H A D | JMXUtil.java | 94 public static Object getAttribute(String objectName, String attributeName) { method in class:JMXUtil 96 Object result = getAttribute(new ObjectName(objectName), attributeName); 104 public static Object getAttribute(ObjectName objectName, String attributeName) { method in class:JMXUtil 106 return getMBeanServer().getAttribute(objectName, attributeName);
|
| /glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/ |
| H A D | FileRealmUser.java | 96 public Object getAttribute (String key) method in class:FileRealmUser
|
| /glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/ |
| H A D | IIOPMBeanServer.java | 109 Object getAttribute(ObjectName name, String attribute) throws method in interface:IIOPMBeanServer
|
| H A D | MEJBBean.java | 159 public Object getAttribute(ObjectName name, String attribute) throws MBeanException, method in class:MEJBBean 162 //debug( "MEJBBean.getAttribute: " + attribute + " on " + name ); 163 return mbeanServer.getAttribute( bounce(name) , attribute);
|
| H A D | IIOPMBeanServerImpl.java | 123 public Object getAttribute(ObjectName name, String attribute) throws MBeanException, method in class:IIOPMBeanServerImpl 126 return server.getAttribute(name, attribute);
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/ |
| H A D | StandardSessionFacade.java | 151 public Object getAttribute(String name) { method in class:StandardSessionFacade 152 return session.getAttribute(name); 160 return session.getAttribute(name);
|
| /glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/ |
| H A D | Management.java | 135 * @exception ReflectionException An exception occurred when trying to invoke the getAttribute method of a Dynamic MBean 138 Object getAttribute(ObjectName name, String attribute) throws MBeanException, AttributeNotFoundException, InstanceNotFoundException, ReflectionException, RemoteException; method in interface:Management
|
| /glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/provider/ |
| H A D | OptionsResultXmlProvider.java | 188 result = result + getAttribute(attributeName, attributeValue); 196 private String getAttribute(String name, String value) { method in class:OptionsResultXmlProvider
|
| /glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/server/ |
| H A D | JkCoyoteHandler.java | 126 public Object getAttribute( String name ) { method in class:JkCoyoteHandler
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/util/ |
| H A D | DomUtil.java | 133 public static String getAttribute(Node element, String attName ) { method in class:DomUtil 180 DomUtil.getAttribute(child, attName) != null ) { 186 ! attVal.equals( DomUtil.getAttribute(child, attName)) ) {
|
| /glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/ |
| H A D | MBeanServerConnectionExceptionThrower.java | 156 public static void getAttribute(Exception e) throws method in class:MBeanServerConnectionExceptionThrower
|
| H A D | RemoteMBeanServerConnection.java | 293 public Object getAttribute(ObjectName objectName, String str) throws method in class:RemoteMBeanServerConnection 306 MBeanServerConnectionExceptionThrower.getAttribute(e);
|
| /glassfish-3.1.2/admin/runtime/jsr77/src/main/java/org/glassfish/admin/runtime/jsr77/ |
| H A D | WebModuleMB.java | 67 public Object getAttribute(String attribute_name) method in class:WebModuleMB 184 Object value = getAttribute((String) attributeNames[i]); 217 Object value = getAttribute(name);
|
| /glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/ |
| H A D | ModJkMX.java | 437 public Object getAttribute(String name) method in class:ModJkMX.MBeanProxy
|
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/servlet/ |
| H A D | DownloadServlet.java | 187 (DownloadServlet.Context) request.getAttribute(DOWNLOAD_CONTEXT); 254 String contentType = (String) context.getAttribute(CONTENT_TYPE); 257 String ext = (String) context.getAttribute(EXTENSION); 283 String jspPage = (String)context.getAttribute("JSP_PAGE_SERVED"); 392 public Object getAttribute(String name) { method in class:DownloadServlet.Context
|
| /glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/ |
| H A D | MBeanProxyHandler.java | 246 Same as XAttributesAccess.getAttribute, but with exceptions 248 public Object getAttribute(final String attributeName) method in class:MBeanProxyHandler 253 getMBeanServerConnection().getAttribute(getObjectName(), attributeName); 264 return getAttribute(name); 268 throw new RuntimeException("getAttribute failed for " + name, e); 390 result = getAttribute(attributeName); 402 // likely one of getAttribute(), getAttributes(), setAttribute(), setAttributes() 408 result = getAttribute(attrName);
|
| /glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/resource/common/ |
| H A D | Resource.java | 228 return (getAttribute(r, name).equals(getAttribute(this, name))); 235 private String getAttribute(Resource r, String name) { method in class:Resource 247 identity = getAttribute(this, JNDI_NAME); 249 identity = getAttribute(this, CONNECTION_POOL_NAME); 251 identity = getAttribute(this, RESOURCE_ADAPTER_CONFIG_NAME); 253 identity = getAttribute(this, WORK_SECURITY_MAP_NAME);
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/ |
| H A D | ApplicationContextFacade.java | 105 classCache.put("getAttribute", clazz); 455 public Object getAttribute(String name) { method in class:ApplicationContextFacade 457 return doPrivileged("getAttribute", new Object[]{name}); 459 return context.getAttribute(name);
|
| H A D | ApplicationHttpRequest.java | 246 * Override the <code>getAttribute()</code> method of the wrapped request. 251 public Object getAttribute(String name) { method in class:ApplicationHttpRequest 262 return getRequest().getAttribute(name); 283 value = getRequest().getAttribute(name); 364 (String) getAttribute(RequestDispatcher.INCLUDE_SERVLET_PATH); 787 request.getAttribute(Globals.DISPATCHER_REQUEST_PATH_ATTR); 1003 return (Map<String, String>) getAttribute( 1055 getAttribute(current) != null)) {
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/ |
| H A D | IntrospectionUtils.java | 131 * Call void getAttribute( String ) 133 public static Object getAttribute(Object proxy, String n) throws Exception { method in class:IntrospectionUtils 138 executeM = findMethod(c, "getAttribute", params); 141 log.fine("No getAttribute in " + proxy.getClass());
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/ |
| H A D | BaseModelMBean.java | 253 public Object getAttribute(String name) method in class:BaseModelMBean 264 return ((DynamicMBean)resource).getAttribute(name); 272 ModelMBeanAttributeInfo attrInfo = info.getAttribute(name); 357 response.add(new Attribute(names[i],getAttribute(names[i]))); 578 ModelMBeanAttributeInfo attrInfo=info.getAttribute(name); 590 oldValue=getAttribute( name );
|
| /glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/ |
| H A D | MappingGenerator.java | 606 if (getAttribute(jdbcType).equals(SCALE_ATTRIBUTE) 607 || getAttribute(jdbcType).equals(SCALE_PRECISION_ATTRIBUTE)) 620 if (getAttribute(jdbcType).equals(SCALE_PRECISION_ATTRIBUTE)) 632 if (getAttribute(jdbcType).equals(LENGTH_ATTRIBUTE)) 637 private static String getAttribute(int jdbcType) { method in class:MappingGenerator.SQLTypeUtil
|