Package cern.accsoft.steering.aloha.conf
Class MonitorSelection
- java.lang.Object
-
- cern.accsoft.steering.aloha.conf.MonitorSelection
-
public class MonitorSelection extends java.lang.Objectrepresents a set of active monitors. This class is intended to be serialized to xml.
-
-
Constructor Summary
Constructors Constructor Description MonitorSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddActiveKey(java.lang.String key)adds a new key to the active ones.java.util.Set<java.lang.String>getActiveKeys()
-