XMLWordPrintable

Details

    Description

      public String toString()
      {
      StringBuffer tmp = new StringBuffer();
      HashMap copy = new HashMap(ctxStats);
      Iterator iter = copy.entrySet().iterator();
      while( iter.hasNext() )
      {
      Map.Entry entry = (Map.Entry) iter.next();
      TimeStatistic stat = (TimeStatistic) entry.getValue();
      tmp.append("[sessionID: ");
      tmp.append(entry.getKey());
      tmp.append(", replicationCount=");
      tmp.append(stat.replicationCount);

      stat could be null

      Attachments

        Activity

          People

            adrian.brock Adrian Brock (Inactive)
            adrian.brock Adrian Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: