Uses of Interface
de.netseeker.ejoe.EJAsyncCallback

Packages that use EJAsyncCallback
de.netseeker.ejoe   
 

Uses of EJAsyncCallback in de.netseeker.ejoe
 

Methods in de.netseeker.ejoe with parameters of type EJAsyncCallback
static java.lang.Object RemotingService.createAsyncService(java.lang.String svRemoteClassName, java.lang.Class svInterface, EJClient svClient, EJAsyncCallback svCallback)
          Creates a new JDK Proxy for doing asynchronous Remoting Requests using a given Interface
 long EJClient.executeAsync(java.lang.Object obj, EJAsyncCallback callback)
          Asynchrounous entry point for executing server invocations.
 

Constructors in de.netseeker.ejoe with parameters of type EJAsyncCallback
EJAsyncWorker(EJClient client, java.lang.Object request, EJAsyncCallback callback, long ident)
           
RemotingService(java.lang.String remoteClassName, EJClient client, EJAsyncCallback callback)
           
 



Copyright © 2005-2007 netseeker. All Rights Reserved.