Class MonitorSelection


  • public class MonitorSelection
    extends java.lang.Object
    represents a set of active monitors. This class is intended to be serialized to xml.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addActiveKey​(java.lang.String key)
      adds a new key to the active ones.
      java.util.Set<java.lang.String> getActiveKeys()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MonitorSelection

        public MonitorSelection()
    • Method Detail

      • addActiveKey

        public void addActiveKey​(java.lang.String key)
        adds a new key to the active ones.
        Parameters:
        key - the key to add
      • getActiveKeys

        public java.util.Set<java.lang.String> getActiveKeys()