Searched refs:getURL (Results 1 - 21 of 21) sorted by relevance

/glassfish-3.1.2/tests/quicklook/cluster/clustersetup/src/test/clustersetup/
H A DClusterSetupTest.java97 report(tn + "getindex1", matchString("GlassFish Server", getURL(i1url)));
98 retStatus = report(tn + "getindex2", matchString("GlassFish Server", getURL(i2url)));
/glassfish-3.1.2/tests/quicklook/cluster/helloworld/src/test/hellocluster/
H A DClusterHelloworldTest.java79 report(tn + "getapp1", matchString("Hello", getURL(i1url + "/helloworld/hi.jsp")));
80 String s1 = getURL(i2url + "/helloworld/hi.jsp");
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DDirContextURLConnection.java186 String path = getURL().getFile();
408 URLDecoder.decode(getURL().getFile(), "UTF-8"));
443 (getURL() == null)? "null" : getURL().toString());
451 context.list(getURL().getFile());
460 (getURL() == null)? "null" : getURL().toString());
/glassfish-3.1.2/persistence/cmp/internal-api/src/main/java/com/sun/jdo/api/persistence/support/
H A DConnectionFactory.java88 String getURL (); method in interface:ConnectionFactory
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/
H A DJBIAdapterBuilder.java168 return db.parse(in, document.getURL().toString());
181 current.getURL() + ", isWSDL = " + current.isWSDL());
183 referenced.getURL() + ", isWSDL = " + referenced.isWSDL());
186 "SDDocument = " + referenced.getURL().toString());
187 return referenced.getURL().toString();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DCallableStatementWrapper.java667 public URL getURL(int parameterIndex) throws SQLException { method in class:CallableStatementWrapper
668 return callableStatement.getURL(parameterIndex);
680 * @see #getURL
1527 public URL getURL(String parameterName) throws SQLException { method in class:CallableStatementWrapper
1528 return callableStatement.getURL(parameterName);
H A DResultSetWrapper.java2328 public URL getURL(int columnIndex) throws SQLException { method in class:ResultSetWrapper
2329 return resultSet.getURL(columnIndex);
2345 public URL getURL(String columnName) throws SQLException { method in class:ResultSetWrapper
2346 return resultSet.getURL(columnName);
H A DDatabaseMetaDataWrapper.java107 public String getURL() throws SQLException { method in class:DatabaseMetaDataWrapper
108 return databaseMetaData.getURL();
/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/
H A DAdminBaseDevTest.java171 public static String getURL(String urlstr) { method in class:AdminBaseDevTest
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/
H A DApplyHttpLbChanges.java174 String url = conn.getURL().toString();
/glassfish-3.1.2/web/war-util/src/main/java/org/glassfish/web/loader/
H A DWebappClassLoader.java682 super.addURL(getURL(file));
1569 urls.add(i, getURL(files[i]));
1571 urls.add(i, getURL(jarRealFiles[i - filesLength]));
2052 entry.codeBase = getURL(new File(file, path));
2231 entry.codeBase = getURL(jarRealFiles[i]);
2543 protected URL getURL(File file) method in class:WebappClassLoader
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/connection/
H A DConnectionManager.java1346 if ((!conn.getURL().equals(this.expandAttribute(url))) ||
1566 public synchronized String getURL() { method in class:ConnectionManager
1578 * @see #getURL
H A DConnectionImpl.java750 synchronized String getURL() { method in class:ConnectionImpl
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DDMManagedConnectionFactory.java365 public String getURL() { method in class:DMManagedConnectionFactory
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/impl/
H A DConnectionFactoryImpl.java214 public String getURL () method in class:ConnectionFactoryImpl
217 //return connectionManager.getURL();
H A DPersistenceManagerFactoryImpl.java195 return connectionFactory.getURL();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/
H A DIntrospectionUtils.java597 URL url = getURL(dir, cpComp[i]);
655 public static URL getURL(String base, String file) { method in class:IntrospectionUtils
724 URL url = getURL(dir, "classes");
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/security/webservices.security/src/main/java/com/sun/enterprise/security/jmac/provider/config/
H A DPipeHelper.java479 URL url = ea.getURL();
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DRemoteAdminCommand.java914 URL url = urlConnection.getURL();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 141 milliseconds