org.jboss.dtf.testframework.utils
Interface RemoteFileReaderInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteFileReader

public interface RemoteFileReaderInterface
extends java.rmi.Remote


Method Summary
 void close()
           
 java.lang.String readLine()
           
 

Method Detail

readLine

java.lang.String readLine()
                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

close

void close()
           throws java.io.IOException,
                  java.rmi.RemoteException
Throws:
java.io.IOException
java.rmi.RemoteException