|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJClient | |
---|---|
de.netseeker.ejoe | |
de.netseeker.ejoe.ext.wsif |
Uses of EJClient in de.netseeker.ejoe |
---|
Methods in de.netseeker.ejoe with parameters of type EJClient | |
---|---|
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 |
static java.lang.Object |
RemotingService.createService(java.lang.String svRemoteClassName,
java.lang.Class svInterface,
EJClient svClient)
Creates a new JDK Proxy for doing Remoting Requests using a given Interface |
Constructors in de.netseeker.ejoe with parameters of type EJClient | |
---|---|
EJAsyncWorker(EJClient client,
java.lang.Object request,
EJAsyncCallback callback,
long ident)
|
|
RemotingService(java.lang.String remoteClassName,
EJClient client,
EJAsyncCallback callback)
|
Uses of EJClient in de.netseeker.ejoe.ext.wsif |
---|
Methods in de.netseeker.ejoe.ext.wsif that return EJClient | |
---|---|
EJClient |
WSIFPort_EJOE.getEJClient()
|
Methods in de.netseeker.ejoe.ext.wsif with parameters of type EJClient | |
---|---|
void |
WSIFPort_EJOE.returnEJClient(EJClient client)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |