Searched defs:setURL (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DValidationEventLocatorImpl.java174 public void setURL( URL _url ) { method in class:ValidationEventLocatorImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DURLStreamHandler.java305 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
530 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
554 * @deprecated Use setURL(URL, String, String, int, String, String, String,
558 protected void setURL(URL u, String protocol, String host, int port, method in class:URLStreamHandler
588 setURL(u, protocol, host, port, authority, userInfo, path, query, ref);
/openjdk7/jdk/src/share/classes/java/sql/
H A DPreparedStatement.java734 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java757 * @see #setURL
778 void setURL(String parameterName, java.net.URL val) throws SQLException; method in interface:CallableStatement
1759 * @see #setURL
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java2182 void setURL(int parameterIndex, java.net.URL x) throws SQLException; method in interface:RowSet
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java4504 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{ method in class:BaseRowSet
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java5887 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{ method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java8934 public void setURL(int parameterIndex, java.net.URL x) throws SQLException{ method in class:CachedRowSetImpl

Completed in 116 milliseconds