Searched defs:isWritable (Results 1 - 20 of 20) sorted by relevance

/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoredAttributeInfoImpl.java52 public boolean isWritable( ) { method in class:MonitoredAttributeInfoImpl
35 MonitoredAttributeInfoImpl( String description, Class type, boolean isWritable, boolean isStatistic ) argument
H A DMonitoredAttributeInfoFactoryImpl.java34 createMonitoredAttributeInfo( String description, Class type, boolean isWritable, boolean isStatistic ) argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/
H A DMonitoredAttributeInfoFactory.java40 createMonitoredAttributeInfo( String description, Class type, boolean isWritable, boolean isStatistic ) argument
H A DMonitoredAttributeInfo.java46 public boolean isWritable(); method in interface:MonitoredAttributeInfo
/openjdk9/jdk/src/java.management/share/classes/javax/management/openmbean/
H A DOpenMBeanAttributeInfo.java69 public boolean isWritable() ; method in interface:OpenMBeanAttributeInfo
H A DOpenMBeanAttributeInfoSupport.java122 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs) argument
168 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<?> openType, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
242 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue) argument
311 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues) argument
383 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, Comparable<T> minValue, Comparable<T> maxValue) argument
397 OpenMBeanAttributeInfoSupport(String name, String description, OpenType<T> openType, boolean isReadable, boolean isWritable, boolean isIs, T defaultValue, T[] legalValues, Comparable<T> minValue, Comparable<T> maxValue) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/nio/channels/
H A DSelectionKey.java309 public final boolean isWritable() { method in class:SelectionKey
/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DResultSetMetaData.java250 boolean isWritable(int column) throws SQLException; method in interface:ResultSetMetaData
/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DMBeanAttributeInfo.java236 public boolean isWritable() { method in class:MBeanAttributeInfo
110 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) argument
140 MBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
[all...]
/openjdk9/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanAttributeInfo.java274 ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs) argument
314 ModelMBeanAttributeInfo(String name, String type, String description, boolean isReadable, boolean isWritable, boolean isIs, Descriptor descriptor) argument
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXTable.java98 public abstract boolean isWritable(int row); method in class:XTable
H A DXMBeanAttributes.java332 public synchronized boolean isWritable(int row) { method in class:XMBeanAttributes
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/
H A DAccessorPropertyDescriptor.java89 public boolean isWritable() { method in class:AccessorPropertyDescriptor
H A DDataPropertyDescriptor.java87 public boolean isWritable() { method in class:DataPropertyDescriptor
H A DGenericPropertyDescriptor.java75 public boolean isWritable() { method in class:GenericPropertyDescriptor
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DPropertyDescriptor.java76 public boolean isWritable(); method in interface:PropertyDescriptor
H A DProperty.java270 public boolean isWritable() { method in class:Property
/openjdk9/jdk/src/java.management/share/classes/javax/management/relation/
H A DRoleInfo.java146 private boolean isWritable; field in class:RoleInfo
374 public boolean isWritable() { method in class:RoleInfo
[all...]
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DRowSetMetaDataImpl.java790 public boolean isWritable(int columnIndex) throws SQLException { method in class:RowSetMetaDataImpl
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFiles.java2563 public static boolean isWritable(Path path) { method in class:Files

Completed in 124 milliseconds