Searched defs:getAttributes (Results 1 - 25 of 147) sorted by relevance

123456

/openjdk7/jdk/src/share/classes/java/sql/
H A DStruct.java79 Object[] getAttributes() throws SQLException; method in interface:Struct
104 Object[] getAttributes(java.util.Map<String,Class<?>> map) method in interface:Struct
/openjdk7/jdk/src/share/classes/javax/print/
H A DDoc.java155 public DocAttributeSet getAttributes(); method in interface:Doc
H A DDocPrintJob.java57 * attribute set at the time of the {@link #getAttributes()} method
61 * <code>getAttributes()</code> again and compare the new attribute
67 public PrintJobAttributeSet getAttributes(); method in interface:DocPrintJob
99 * a client can call <code>getAttributes()</code> and identify the
H A DSimpleDoc.java136 public DocAttributeSet getAttributes() { method in class:SimpleDoc
/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintJobAttributeEvent.java76 public PrintJobAttributeSet getAttributes() { method in class:PrintJobAttributeEvent
H A DPrintServiceAttributeEvent.java79 public PrintServiceAttributeSet getAttributes() { method in class:PrintServiceAttributeEvent
/openjdk7/jdk/src/share/classes/sun/print/
H A DPageableDoc.java52 public DocAttributeSet getAttributes() { method in class:PageableDoc
/openjdk7/jaxp/src/javax/xml/stream/events/
H A DStartElement.java65 public Iterator getAttributes(); method in interface:StartElement
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialStruct.java101 attribs = in.getAttributes(map);
176 public Object[] getAttributes() throws SerialException { method in class:SerialStruct
197 public Object[] getAttributes(Map<String,Class<?>> map) method in class:SerialStruct
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DElement.java64 public AttributeSet getAttributes(); method in interface:Element
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DOption.java78 public AttributeSet getAttributes() { method in class:Option
/openjdk7/jdk/src/share/classes/java/net/
H A DJarURLConnection.java268 public Attributes getAttributes() throws IOException { method in class:JarURLConnection
270 return e != null ? e.getAttributes() : null;
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarEntry.java85 public Attributes getAttributes() throws IOException { method in class:JarEntry
/openjdk7/jdk/src/share/classes/javax/management/
H A DDynamicMBean.java80 public AttributeList getAttributes(String[] attributes); method in interface:DynamicMBean
90 * @see #getAttributes
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DOpenMBeanInfo.java55 * <p>The {@link #getAttributes()}, {@link #getOperations()} and
98 public MBeanAttributeInfo[] getAttributes() ; method in interface:OpenMBeanInfo
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXConnectorServerMBean.java180 public Map<String,?> getAttributes(); method in interface:JMXConnectorServerMBean
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DSearchResult.java155 public Attributes getAttributes() { method in class:SearchResult
163 * @see #getAttributes
182 return super.toString() + ":" + getAttributes();
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirStateFactory.java185 public Attributes getAttributes() { return attrs; }; method in class:DirStateFactory.Result
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpContext.java82 public abstract Map<String,Object> getAttributes() ; method in class:HttpContext
/openjdk7/jdk/test/javax/management/Introspector/
H A DGetMBeanInfoExceptionTest.java66 public AttributeList getAttributes(String[] attributes) { method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DUnregisterMBeanExceptionTest.java66 public AttributeList getAttributes(String[] attributes) { method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DElementDefinitionImpl.java112 public NamedNodeMap getAttributes() { method in class:ElementDefinitionImpl
119 } // getAttributes():NamedNodeMap
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DRootElementSniffer.java76 public Attributes getAttributes() { method in class:RootElementSniffer
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryCode.java101 public BinaryAttribute getAttributes() { return atts; } method in class:BinaryCode
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java69 public AttributeList getAttributes(String[] attributes) { method in class:AvoidGetMBeanInfoCallsTest.Test

Completed in 146 milliseconds

123456