private void dprint(String msg) { ORBUtility.dprint("ReaderThreadImpl", msg); }
/* */ protected void dprint(String paramString) /* */ { /* 213 */ ORBUtility.dprint("SocketOrChannelContactInfoImpl", paramString); /* */ }
private void dprint(String msg) { ORBUtility.dprint("SelectorImpl", msg); }
public static synchronized void dprintTrace(Object obj, String msg) { ORBUtility.dprint(obj, msg); Throwable thr = new Throwable(); printStackTrace(thr.getStackTrace()); }
public synchronized void dprint(String msg) { ORBUtility.dprint(this, msg); }
protected void dprint(String msg) { ORBUtility.dprint("CorbaOutboundConnectionCacheImpl", msg); }