Searched refs:getHostName (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployment/client/
H A DServerConnectionIdentifier.java109 public String getHostName() { method in class:ServerConnectionIdentifier
243 return getUserName()+"("+ getPassword()+")@(" + getHostName()
H A DRemoteDeploymentFacility.java164 po.setHost(targetDAS.getHostName());
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DCreateLocalInstanceFilesystemCommand.java201 String thisHost = NetUtils.getHostName();
210 String thisHost = NetUtils.getHostName();
H A DCreateLocalInstanceCommand.java484 instanceHostName = localHost.getHostName();
H A DLocalInstanceCommand.java594 String hostname = InetAddress.getLocalHost().getHostName();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/net/
H A DNetUtils.java280 public static String getHostName() { method in class:NetUtils
282 return InetAddress.getLocalHost().getHostName();
299 String defaultHostname = InetAddress.getLocalHost().getHostName();
325 String hname = getHostName();
552 hostName = getHostName();
/glassfish-3.1.2/common/common-util/src/test/java/com/sun/enterprise/util/net/
H A DNetUtilsTest.java107 String[] hostnames = new String[]{null, "", unlikelyName, "oracle.com", "localhost", NetUtils.getHostName()};
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DWSTCPProtocolFilter.java77 final String host = handler.getInet().getHostName();
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/environment/
H A DSystemEnvironment.java97 this.hostname = InetAddress.getLocalHost().getHostName();
/glassfish-3.1.2/webservices/metro-glue/src/main/java/org/glassfish/webservices/metroglue/
H A DMetroContainer.java296 .hostName(getHostName())
322 private String getHostName() { method in class:MetroContainer
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DDirContextURLConnection.java190 String hostName = proxyDirContext.getHostName();
H A DProxyDirContext.java267 public String getHostName() { method in class:ProxyDirContext
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/notification/
H A DClientNotificationManager.java89 hname = InetAddress.getLocalHost().getHostName();
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DIIOPSSLSocketFactory.java309 String host = inetSocketAddress.getHostName();
327 socket = new Socket(inetSocketAddress.getHostName(),
H A DIiopFolbGmsClient.java362 hostName = InetAddress.getLocalHost().getHostName() ;
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DDefaultTransactionService.java299 serverName = InetAddress.getLocalHost().getHostName();
301 _logger.log(Level.FINE,"DTR: Got serverName from InetAddress.getLocalHost().getHostName()");
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/core/
H A DMsgContext.java413 getHostName());
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DUtility.java102 hostname = ia.getHostName();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DRequest.java1405 remoteHost = InetAddress.getByName(addr).getHostName();
1419 remoteHost = inet.getHostName();
1454 localName = inet.getHostName();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DExtendedAccessLogValve.java1157 myDNSName = inetAddress.getHostName();
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/
H A DApplicationHandlers.java778 localHostName = InetAddress.getLocalHost().getHostName();
/glassfish-3.1.2/admingui/updatecenter/src/main/java/org/glassfish/uc/admingui/
H A DUpdateCenterHandlers.java289 handlerCtx.setOutputValue("host", address.getHostName());
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWsUtil.java1554 host = InetAddress.getLocalHost().getHostName();

Completed in 121 milliseconds