agentland.device
Interface PioneerDVD

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
PioneerDVDAgent

public interface PioneerDVD
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void closeConnect()
           
 void doorOpen()
           
 void loadPioneer(String serialPort)
           
 void pause()
           
 void play()
           
 void scanForward()
           
 void scanReverse()
           
 void stepForward()
           
 void stepReverse()
           
 void still()
           
 void stop()
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

loadPioneer

public void loadPioneer(String serialPort)
                 throws IOException

doorOpen

public void doorOpen()
              throws IOException

play

public void play()
          throws IOException

stop

public void stop()
          throws IOException

pause

public void pause()
           throws IOException

still

public void still()
           throws IOException

stepForward

public void stepForward()
                 throws IOException

stepReverse

public void stepReverse()
                 throws IOException

scanForward

public void scanForward()
                 throws IOException

scanReverse

public void scanReverse()
                 throws IOException

closeConnect

public void closeConnect()
                  throws IOException