Package helma.framework
Interface IRemoteApp
-
- All Superinterfaces:
java.rmi.Remote
public interface IRemoteApp extends java.rmi.Remote
RMI interface for an application. Currently only execute is used and supported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseTrans
execute(RequestTrans param)
void
ping()
-
-
-
Method Detail
-
execute
ResponseTrans execute(RequestTrans param) throws java.rmi.RemoteException
- Parameters:
param
- ...- Returns:
- ...
- Throws:
java.rmi.RemoteException
- ...
-
ping
void ping() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
- ...
-
-