net.rmi.rjs.pk.rmissl
Interface RmiSslInterface

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

public interface RmiSslInterface
extends java.rmi.Remote

Created by IntelliJ IDEA. User: pkrepszt Date: Nov 14, 2004 Time: 7:07:55 PM To change this template use File | Settings | File Templates.


Method Summary
 java.lang.String[] getJobsJnlp()
           
 java.lang.String printInfo()
           
 void putFile(java.lang.String file, byte[] b, java.lang.String wsAnwserURL)
           
 

Method Detail

printInfo

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

putFile

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

getJobsJnlp

java.lang.String[] getJobsJnlp()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException