Searched defs:tlStrServerHostname (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java85 private static InheritableThreadLocal<String> tlStrServerHostname = field in class:DirectoryRMIClientSocketFactory
156 tlStrServerHostname.set(serverHostname);
166 return tlStrServerHostname.get();
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java84 private static InheritableThreadLocal<String> tlStrServerHostname = field in class:DirectoryRMIClientSocketFactory
155 tlStrServerHostname.set(serverHostname);
165 return tlStrServerHostname.get();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java85 private static InheritableThreadLocal<String> tlStrServerHostname = field in class:DirectoryRMIClientSocketFactory
156 tlStrServerHostname.set(serverHostname);
166 return tlStrServerHostname.get();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java85 private static InheritableThreadLocal<String> tlStrServerHostname = field in class:DirectoryRMIClientSocketFactory
156 tlStrServerHostname.set(serverHostname);
166 return tlStrServerHostname.get();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DDirectoryRMIClientSocketFactory.java84 private static InheritableThreadLocal<String> tlStrServerHostname = field in class:DirectoryRMIClientSocketFactory
155 tlStrServerHostname.set(serverHostname);
165 return tlStrServerHostname.get();

Completed in 99 milliseconds