Uses of Interface
org.openxava.actions.IRemoteAction

Packages that use IRemoteAction
org.openxava.util   
org.openxava.util.impl   
 

Uses of IRemoteAction in org.openxava.util
 

Methods in org.openxava.util that return IRemoteAction
static IRemoteAction Server.execute(IRemoteAction action, java.lang.String packageName)
           
 

Methods in org.openxava.util with parameters of type IRemoteAction
static IRemoteAction Server.execute(IRemoteAction action, java.lang.String packageName)
           
 

Uses of IRemoteAction in org.openxava.util.impl
 

Methods in org.openxava.util.impl that return IRemoteAction
 IRemoteAction ServerBean.execute(IRemoteAction action)
           
 IRemoteAction ServerRemote.execute(IRemoteAction action)
           
 

Methods in org.openxava.util.impl with parameters of type IRemoteAction
 IRemoteAction ServerBean.execute(IRemoteAction action)
           
 IRemoteAction ServerRemote.execute(IRemoteAction action)