Searched defs:getAttribute (Results 1 - 25 of 114) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DModificationItem.java103 public Attribute getAttribute() { method in class:ModificationItem
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileStore.java203 * boolean compression = (Boolean)fs.getAttribute("zfs:compression");
218 public abstract Object getAttribute(String attribute) throws IOException; method in class:FileStore
/openjdk7/jdk/src/share/classes/javax/management/
H A DAttributeValueExp.java85 * This method calls {@link #getAttribute getAttribute(name)} and wraps
87 * {@code getAttribute} must be a {@code Number}, {@code String},
105 Object result = getAttribute(name);
157 protected Object getAttribute(ObjectName name) { method in class:AttributeValueExp
163 return server.getAttribute(name, attr);
H A DDynamicMBean.java52 public Object getAttribute(String attribute) throws AttributeNotFoundException, method in interface:DynamicMBean
66 * @see #getAttribute
H A DMatchQueryExp.java72 public AttributeValueExp getAttribute() { method in class:MatchQueryExp
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java52 public Object getAttribute(String attribute) throws method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java52 public Object getAttribute(String attribute) throws method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/spi/http/
H A DHttpContext.java89 public abstract Object getAttribute(String name); method in class:HttpContext
/openjdk7/jdk/src/share/instrument/
H A DJarFacade.c140 getAttribute(const jarAttribute* attributes, const char* name) { function
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java55 public Object getAttribute(String attribute) method in class:AvoidGetMBeanInfoCallsTest.Test
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DDocumentBuilderFactoryImpl.java124 public Object getAttribute(String name) method in class:DocumentBuilderFactoryImpl
/openjdk7/jaxp/src/javax/xml/transform/
H A DTransformerFactory.java400 public abstract Object getAttribute(String name); method in class:TransformerFactory
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoredObjectImpl.java92 public MonitoredAttribute getAttribute( String name ) { method in class:MonitoredObjectImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/monitoring/
H A DMonitoredObject.java167 public MonitoredAttribute getAttribute(String name); method in interface:MonitoredObject
/openjdk7/jdk/src/share/classes/javax/print/
H A DPrintService.java133 T getAttribute(Class<T> category); method in interface:PrintService
/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptContext.java59 * <code>ScriptContext</code>. Calls to the <code>getAttribute</code> and
111 public Object getAttribute(String name, int scope); method in interface:ScriptContext
139 public Object getAttribute(String name); method in interface:ScriptContext
H A DSimpleScriptContext.java140 public Object getAttribute(String name) { method in class:SimpleScriptContext
142 return getAttribute(name, ENGINE_SCOPE);
144 return getAttribute(name, GLOBAL_SCOPE);
162 public Object getAttribute(String name, int scope) { method in class:SimpleScriptContext
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAttributeSet.java132 public Object getAttribute(Object key); method in interface:AttributeSet
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DMockAttributeSet.java65 public Object getAttribute(Object name) method in class:MockAttributeSet
80 backing.put(el, attr.getAttribute(el));
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedCharacterIterator.java246 public Object getAttribute(Attribute attribute); method in interface:AttributedCharacterIterator
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java270 public ModelMBeanAttributeInfo getAttribute(String inName) method in interface:ModelMBeanInfo
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMBeanServerDelegateImpl.java139 public Object getAttribute(String attribute) method in class:MBeanServerDelegateImpl
206 // This is a hack: we call getAttribute in order to generate an
209 Object val = getAttribute(attname);
242 new Attribute(attn[i],getAttribute(attn[i]));
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpExchange.java224 public abstract Object getAttribute (String name) ; method in class:HttpExchange
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DEncryptionProperty.java88 String getAttribute(String attribute); method in interface:EncryptionProperty
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java47 public Object getAttribute(String attribute) method in class:GmbalMBeanNOPImpl

Completed in 63 milliseconds

12345