public class MCMLockHandler extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
MCMLockHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
lockAll() |
void |
postStart() |
String |
showLocks() |
void |
unlockAll() |
public void postStart()
postStart in interface org.lsst.ccs.framework.HasLifecycle@Command(type=ACTION, description="Attempt to lock all subsystems", level=0) public void lockAll()
@Command(type=ACTION, description="Show lock status of all syubsystems", level=0) public String showLocks()
@Command(type=ACTION, description="Unlock all subsystems", level=0) public void unlockAll() throws org.lsst.ccs.services.UnauthorizedLockException, IOException
org.lsst.ccs.services.UnauthorizedLockExceptionIOExceptionCopyright © 2023 LSST. All rights reserved.