ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Queue__Monitor.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/client/monitors/Queue__Monitor.java (file contents):
Revision 1.16 by tdb, Wed Feb 5 16:43:46 2003 UTC vs.
Revision 1.17 by tdb, Thu Jan 15 13:41:48 2004 UTC

# Line 68 | Line 68 | public class Queue__Monitor extends MonitorSkeleton {
68       * @param packet the XMLPacket to analyse
69       */
70      public void analysePacket(XMLPacket packet) {
71 +        if(!checkBooleanConfig("Queue", "Monitor." + _name + ".enable")) {
72 +            return;
73 +        }
74          if (packet.getParam("packet.attributes.type").equals("queueStat")) {
75              String source = packet.getParam("packet.attributes.hashCode");
76              if (!_hosts.containsKey(source)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines