jist.runtime
Interface RemoteJist.ResourceFinderRemote

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RemoteJist.JistClientRemote
All Known Implementing Classes:
RemoteJist.JistClient, RemoteJist.JistClientLocal
Enclosing class:
RemoteJist

public static interface RemoteJist.ResourceFinderRemote
extends java.rmi.Remote

Remote resource finder interface.


Method Summary
 byte[] getResourceBytes(java.lang.String name)
          Get bytes of a remote resource.
 long getResourceLastModificationDate(java.lang.String name)
          Get modification time of resource.
 

Method Detail

getResourceBytes

byte[] getResourceBytes(java.lang.String name)
                        throws java.rmi.RemoteException
Get bytes of a remote resource.

Parameters:
name - resource name
Returns:
bytes of resource
Throws:
java.rmi.RemoteException - rpc failure

getResourceLastModificationDate

long getResourceLastModificationDate(java.lang.String name)
                                     throws java.rmi.RemoteException
Get modification time of resource.

Parameters:
name - resource name
Returns:
modification time of resource
Throws:
java.rmi.RemoteException - rpc failure