public interface AlarmShelfManager
Modifier and Type | Method and Description |
---|---|
java.util.List<ShelvedPath> |
getShelvedPaths()
Returns information about all of the alarm paths that are currently shelved.
|
java.lang.Boolean |
shelve(java.util.Collection<Path> paths,
int timeoutSeconds,
QualifiedPath userId)
Marks the alarms specified provided paths as shelved.
|
java.lang.Boolean shelve(java.util.Collection<Path> paths, int timeoutSeconds, QualifiedPath userId)
userId
- the path describing the user who performed the shelve operation.java.util.List<ShelvedPath> getShelvedPaths()