org.jboss.dtf.testframework.utils
Class RemoteFileReader
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.jboss.dtf.testframework.utils.RemoteFileReader
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteFileReaderInterface
public class RemoteFileReader
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteFileReaderInterface
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
RemoteFileReader
public RemoteFileReader(java.io.File fileToBeRead)
throws java.io.IOException,
java.rmi.RemoteException
- Throws:
java.io.IOException
java.rmi.RemoteException
readLine
public java.lang.String readLine()
throws java.rmi.RemoteException
- Specified by:
readLine
in interface RemoteFileReaderInterface
- Throws:
java.rmi.RemoteException
close
public void close()
throws java.io.IOException,
java.rmi.RemoteException
- Specified by:
close
in interface RemoteFileReaderInterface
- Throws:
java.io.IOException
java.rmi.RemoteException