private void dprint(String msg) {
   ORBUtility.dprint("ReaderThreadImpl", msg);
 }
 /*     */ protected void dprint(String paramString) /*     */ {
   /* 213 */ ORBUtility.dprint("SocketOrChannelContactInfoImpl", paramString);
   /*     */ }
Beispiel #3
0
 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);
 }
Beispiel #6
0
 protected void dprint(String msg) {
   ORBUtility.dprint("CorbaOutboundConnectionCacheImpl", msg);
 }