|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.remoting.AsyncRemotingProxyConfigurer<T>
EventDrivenRemotingProxyConfigurer
. Async remoting renamed to event driven.
public class AsyncRemotingProxyConfigurer<T>
A simple programmatic configurer creating a remote asyncronous proxy
Usage example:
IJSpace space = new UrlSpaceConfigurer("jini://*/*/mySpace") .space(); GigaSpace gigaSpace = new GigaSpaceConfigurer(space).gigaSpace(); MyBusinessInterface proxy = new AsyncRemotingProxyConfigurer<MyBusinessInterface>(gigaSpace, MyBusinessInterface.class) .timeout(15000) .asyncProxy(); proxy.businessMethod(...);
Constructor Summary | |
---|---|
AsyncRemotingProxyConfigurer(GigaSpace gigaSpace,
Class<T> serviceInterface)
Deprecated. |
Method Summary | |
---|---|
T |
asyncProxy()
Deprecated. Creates a new asynchronous proxy of type T |
AsyncRemotingProxyConfigurer<T> |
fifo(boolean fifo)
Deprecated. |
AsyncRemotingProxyConfigurer<T> |
globalOneWay(boolean globalOneWay)
Deprecated. |
AsyncRemotingProxyConfigurer<T> |
metaArgumentsHandler(MetaArgumentsHandler metaArgumentsHandler)
Deprecated. |
T |
proxy()
Deprecated. Creates a new asynchronous proxy of type T |
AsyncRemotingProxyConfigurer<T> |
remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
Deprecated. |
AsyncRemotingProxyConfigurer<T> |
remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
Deprecated. |
AsyncRemotingProxyConfigurer<T> |
timeout(long timeout)
Deprecated. |
AsyncRemotingProxyConfigurer<T> |
voidOneWay(boolean voidOneWay)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsyncRemotingProxyConfigurer(GigaSpace gigaSpace, Class<T> serviceInterface)
Method Detail |
---|
public AsyncRemotingProxyConfigurer<T> globalOneWay(boolean globalOneWay)
EventDrivenSpaceRemotingProxyFactoryBean.setGlobalOneWay(boolean)
public AsyncRemotingProxyConfigurer<T> fifo(boolean fifo)
EventDrivenSpaceRemotingProxyFactoryBean.setFifo(boolean)
public AsyncRemotingProxyConfigurer<T> metaArgumentsHandler(MetaArgumentsHandler metaArgumentsHandler)
EventDrivenSpaceRemotingProxyFactoryBean.setMetaArgumentsHandler(MetaArgumentsHandler)
public AsyncRemotingProxyConfigurer<T> remoteInvocationAspect(RemoteInvocationAspect remoteInvocationAspect)
EventDrivenSpaceRemotingProxyFactoryBean.remoteInvocationAspect
public AsyncRemotingProxyConfigurer<T> voidOneWay(boolean voidOneWay)
EventDrivenSpaceRemotingProxyFactoryBean.setVoidOneWay(boolean)
public AsyncRemotingProxyConfigurer<T> timeout(long timeout)
EventDrivenSpaceRemotingProxyFactoryBean.setTimeout(long)
public AsyncRemotingProxyConfigurer<T> remoteRoutingHandler(RemoteRoutingHandler remoteRoutingHandler)
EventDrivenSpaceRemotingProxyFactoryBean.setRemoteRoutingHandler(RemoteRoutingHandler)
public T asyncProxy()
public T proxy()
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |