JBoss Remoting 3.1.0.Beta1

Uses of Interface
org.jboss.remoting3.TypedRequest

Packages that use TypedRequest
org.jboss.remoting3 The base Remoting 3 API package. 
 

Uses of TypedRequest in org.jboss.remoting3
 

Methods in org.jboss.remoting3 with parameters of type TypedRequest
<T extends O>
T
Client.invokeTyped(TypedRequest<? extends I,T> request)
          Send a typed request and block until a reply is received.
<T extends O>
org.jboss.xnio.IoFuture<? extends T>
Client.sendTyped(TypedRequest<? extends I,T> request)
          Send a typed request asynchronously.
 


JBoss Remoting 3.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.