Exemplo n.º 1
0
 /**
  * Determines how many messages are in the correlation group
  *
  * @return total messages in this group or -1 if the size is not known
  */
 public int getCorrelationGroupSize() {
   return adapter.getCorrelationGroupSize();
 }