net.rmi.rjs.pk.rmiFileTransfer
Interface FileTransInterface

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

public interface FileTransInterface
extends java.rmi.Remote

Created by IntelliJ IDEA. User: pkrepszt Date: Mar 13, 2005 Time: 7:27:41 PM To change this template use File | Settings | File Templates.


Method Summary
 BenchMarkBean getBenchMarkBean()
           
 java.io.File getFile(java.lang.String file, java.lang.String ip)
           
 boolean getIsOnTheGrid()
           
 boolean isAwake()
           
 void putFile(java.lang.String file, byte[] b)
           
 void putJob(RemoteJob rj, java.lang.String wsAnwserURL)
           
 java.lang.String putURL(java.lang.String URL, java.lang.String webServerIP, java.lang.String lusIpAddress)
           
 void runLusAnwserFactory(java.lang.String file, byte[] b, java.lang.String wsAnwserURL)
           
 void setIsOnTheGrid(boolean b)
           
 

Method Detail

getBenchMarkBean

BenchMarkBean getBenchMarkBean()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isAwake

boolean isAwake()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setIsOnTheGrid

void setIsOnTheGrid(boolean b)
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getIsOnTheGrid

boolean getIsOnTheGrid()
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFile

java.io.File getFile(java.lang.String file,
                     java.lang.String ip)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putFile

void putFile(java.lang.String file,
             byte[] b)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putURL

java.lang.String putURL(java.lang.String URL,
                        java.lang.String webServerIP,
                        java.lang.String lusIpAddress)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

putJob

void putJob(RemoteJob rj,
            java.lang.String wsAnwserURL)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

runLusAnwserFactory

void runLusAnwserFactory(java.lang.String file,
                         byte[] b,
                         java.lang.String wsAnwserURL)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException