cdev.io
Interface IOService

All Known Implementing Classes:
ClipService

public interface IOService


Method Summary
 void cancel(DeviceTransaction dt)
           
 void connect(java.lang.String host, int port)
           
 void disconnect()
           
 void flush()
           
 java.lang.String getHostName()
           
 int getPort()
           
 boolean isConnected()
           
 void post(DeviceTransaction dt)
           
 void reconnect()
           
 

Method Detail

post

public void post(DeviceTransaction dt)
          throws java.io.IOException

flush

public void flush()
           throws java.io.IOException

cancel

public void cancel(DeviceTransaction dt)
            throws java.io.IOException

connect

public void connect(java.lang.String host,
                    int port)
             throws java.lang.Exception

disconnect

public void disconnect()

reconnect

public void reconnect()
               throws java.lang.Exception

isConnected

public boolean isConnected()

getHostName

public java.lang.String getHostName()

getPort

public int getPort()