jet.server.api.rmi
Interface RemoteDispatcher


public interface RemoteDispatcher

Interface RemoteDispatcher dispatches server request to a certain server.


Method Summary
 RemoteFileService getDispatchedFileService(java.lang.Object obj)
          Gets RemoteFileService instance which will execute the dispatched task.
 HttpRptServer getDispatchedServer(java.lang.Object obj)
          Returns HttpRptServer instance which is the dispatched request.
 

Method Detail

getDispatchedServer

HttpRptServer getDispatchedServer(java.lang.Object obj)
Returns HttpRptServer instance which is the dispatched request.

Parameters:
obj - The Object.

getDispatchedFileService

RemoteFileService getDispatchedFileService(java.lang.Object obj)
Gets RemoteFileService instance which will execute the dispatched task.

Parameters:
obj - The Object.