public class MonitorTask extends Object implements Serializable
| Constructor and Description |
|---|
MonitorTask(String name,
int index,
int period) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getName() |
int |
getPeriod() |
boolean |
hasChanged() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setPeriod(int period) |
public MonitorTask(String name, int index, int period)
public String getName()
public int getIndex()
public void setPeriod(int period)
public int getPeriod()
public void setActive(boolean active)
public boolean isActive()
public boolean hasChanged()
Copyright © 2022 LSST. All rights reserved.