| org.cougaar.util.StackMachine org.cougaar.yp.YPStateMachine
Inner Class :public interface YPQ | |
Inner Class :public interface TModelThunk | |
YP_GRACE_PERIOD_PROPERTY | final protected static String YP_GRACE_PERIOD_PROPERTY(Code) | | |
warningCutoffTime | protected long warningCutoffTime(Code) | | |
addTModelPush | protected void addTModelPush(String tag, String exit, TModelThunk thunk)(Code) | | |
getAuthToken | protected AuthToken getAuthToken()(Code) | | |
getWarningCutOffTime | protected long getWarningCutOffTime()(Code) | | |
init | protected void init()(Code) | | initialize the states of the machine.
called near the end of the constructor, followed by reset().
|
kick | protected synchronized void kick()(Code) | | restart the thread *
|
logHandledError | protected void logHandledError(String message)(Code) | | |
reset | public void reset()(Code) | | Set/Reset the machine to the starting state.
By default, sets the state to "START", but subclasses may override.
|
set | public synchronized void set(State s)(Code) | | |
setProperty | public void setProperty(String name, String value)(Code) | | set a property for just this instance of YPStateMachine.
Current properties are "username" and "password".
|
start | public void start()(Code) | | Sets the machine in motion. Will continue until DONE (or an error state) is achieved *
|
|
|