| java.lang.Object org.cougaar.yp.OneShotMachine
OneShotMachine | public class OneShotMachine (Code) | | Using OneShotMachine is similar to directly setting a callback on a YPFuture, except
that the invocation of the callback is done in a pooled thread rather than
in the thread of the YPService.
|
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 *
|
submit | protected void submit()(Code) | | |
|
|