Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ha.framework » server » [javadoc | source]
org.jboss.ha.framework.server
static class: ClusterFileTransfer.FilePullOperation [javadoc | source]
java.lang.Object
   org.jboss.ha.framework.server.ClusterFileTransfer$FilePullOperation
Represents file pull operation.
Constructor:
 public FilePullOperation(ClusterFileTransfer.FileContentChunk fileChunk) 
Method from org.jboss.ha.framework.server.ClusterFileTransfer$FilePullOperation Summary:
cancel,   getFileChunk,   getInputStream,   openInputFile
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ha.framework.server.ClusterFileTransfer$FilePullOperation Detail:
 public  void cancel() 
    Cancel the file pull operation. To be called locally on the machine that is supplying the file.
 public ClusterFileTransfer.FileContentChunk getFileChunk() 
 public InputStream getInputStream() 
 public  void openInputFile() throws FileNotFoundException