|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jlab.coda.afecs.supervisor.SUtility
public class SUtility
JSA: Thomas Jefferson National Accelerator Facility
This software was developed under a United States Government license,
described in the NOTICE file included as part of this distribution.
Copyright (c), 5/12/11
Constructor Summary | |
---|---|
SUtility(SupervisorAgent owner)
|
Method Summary | |
---|---|
void |
blockingWait4Reset(boolean send,
int sec)
Block and wait until components reset |
void |
blockingWait4State(java.lang.String stateName)
Block and wait until the state is set for all controlled agents |
void |
blockingWait4States(java.lang.String stateName1,
java.util.ArrayList<java.lang.String> l)
Block and wait until the state is set for all controlled agents |
void |
clearLocalRegister()
Supervisor local register (maps) cleanup Stops active service execution thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SUtility(SupervisorAgent owner)
Method Detail |
---|
public void clearLocalRegister()
public void blockingWait4Reset(boolean send, int sec)
public void blockingWait4States(java.lang.String stateName1, java.util.ArrayList<java.lang.String> l)
stateName1
- to watchpublic void blockingWait4State(java.lang.String stateName)
stateName
- to watch
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |