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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DUtil.java124 private static KeepAlive keepAlive = null;
494 keepAlive = (KeepAlive)AccessController.doPrivileged(new PrivilegedAction() {
496 return new KeepAlive();
754 class KeepAlive extends Thread class in inherits:Thread
758 public KeepAlive () method in class:KeepAlive
760 super(null, null, "Servant-KeepAlive-Thread", 0, false);

Completed in 88 milliseconds