Package edu.wpi.prc.server.transitioner

Interface Summary
Transitioner State machine for tasks.
 

Class Summary
LocalTransitioner The LocalTransitioner is used when the Transitioner component is executed on the same machine as the PRCServer.
RemoteTransitioner The RemoteTransitoner is intended to run on a different machine than the PRCServer to reduce the load on that machine.
RemoteTransitionerProxy The RemoteTransitionerProxy is used when the Transitioner component is executed on a different machine than the PRCServer.
RemoteTransitionerRPCHandler Handles XML-RPC calls for the RemoteTransitioner.