/[projects]/miscJava/thn_mqutils/src/com/traiana/utils/mq/MQDepth.java
ViewVC logotype

Diff of /miscJava/thn_mqutils/src/com/traiana/utils/mq/MQDepth.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2736 by torben, Fri May 10 09:16:32 2013 UTC revision 2737 by torben, Fri Oct 2 09:49:33 2015 UTC
# Line 34  public class MQDepth Line 34  public class MQDepth
34                          depth = sender.getDepth();                          depth = sender.getDepth();
35    
36    
37                  } catch (MQException e) {                  } catch (Exception e) {
38                          e.printStackTrace();                          //e.printStackTrace();
39                          System.exit(255);                          System.out.println( e.getClass().getName() + ": " + e.getMessage() );
40                            System.exit(3);
41                  } finally {                  } finally {
42                          if (sender != null)                          if (sender != null)
43                                  try {                                  try {
# Line 64  public class MQDepth Line 65  public class MQDepth
65  /* Location:           C:\Users\thn\workspace\mq-utils.jar  /* Location:           C:\Users\thn\workspace\mq-utils.jar
66   * Qualified Name:     com.traiana.utils.mq.MQDepth   * Qualified Name:     com.traiana.utils.mq.MQDepth
67   * JD-Core Version:    0.6.2   * JD-Core Version:    0.6.2
  */  
68     */

Legend:
Removed from v.2736  
changed lines
  Added in v.2737

  ViewVC Help
Powered by ViewVC 1.1.20