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

/glassfish-3.1.2/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/
H A DUtil.java58 return java.net.InetAddress.getLocalHost().getCanonicalHostName();
/glassfish-3.1.2/common/amx-j2ee-impl/src/main/java/org/glassfish/admin/amx/impl/j2ee/
H A DJVMImpl.java81 fullyQualifiedHostName = java.net.InetAddress.getLocalHost().getCanonicalHostName();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/builder/
H A DBaseContainerBuilder.java142 this.ipAddress = InetAddress.getLocalHost().getAddress();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/net/
H A DNetUtils.java282 return InetAddress.getLocalHost().getHostName();
299 String defaultHostname = InetAddress.getLocalHost().getHostName();
307 hostname = InetAddress.getLocalHost().getCanonicalHostName();
312 if (hostname.equals(InetAddress.getLocalHost().getHostAddress())
588 add = InetAddress.getLocalHost();
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DEventListenerProxy.java100 hostName = java.net.InetAddress.getLocalHost().getHostAddress();
H A DMEJBUtility.java111 reg = new ListenerRegistry( InetAddress.getLocalHost().getHostAddress());
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DUtility.java98 public static String getLocalHost() { method in class:Utility
101 InetAddress ia = InetAddress.getLocalHost();
115 InetAddress ia = InetAddress.getLocalHost();
/glassfish-3.1.2/admin/jmx-remote/server/src/main/java/com/sun/enterprise/admin/jmx/remote/server/rmi/
H A DJmxServiceUrlFactory.java244 h = java.net.InetAddress.getLocalHost().getCanonicalHostName();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/uuid/
H A DUuidUtil.java107 byte[] bytes = InetAddress.getLocalHost().getAddress();
/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/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/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DGetHostAndPortCommand.java269 InetAddress host = InetAddress.getLocalHost();
/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/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DPEORBConfigurator.java246 return java.net.InetAddress.getLocalHost().getHostAddress() ;
H A DIiopFolbGmsClient.java362 hostName = InetAddress.getLocalHost().getHostName() ;
H A DGlassFishORBManager.java634 String localAddress = java.net.InetAddress.getLocalHost().getHostAddress();
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DCreateLocalInstanceCommand.java476 localHost = InetAddress.getLocalHost();
H A DLocalInstanceCommand.java594 String hostname = InetAddress.getLocalHost().getHostName();
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DChannelSocket.java533 ladr = InetAddress.getLocalHost();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DAccessLogValve.java895 value = InetAddress.getLocalHost().getHostAddress();
H A DExtendedAccessLogValve.java1155 InetAddress inetAddress = InetAddress.getLocalHost();
/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/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWsUtil.java1554 host = InetAddress.getLocalHost().getHostName();
1673 InetAddress host = InetAddress.getLocalHost();

Completed in 52 milliseconds