Uses of Interface
org.infinispan.remoting.transport.Transport

Packages that use Transport
org.infinispan.remoting   
org.infinispan.remoting.transport.jgroups   
 

Uses of Transport in org.infinispan.remoting
 

Methods in org.infinispan.remoting that return Transport
 Transport RpcManagerImpl.getTransport()
           
 Transport RpcManager.getTransport()
           
 

Methods in org.infinispan.remoting with parameters of type Transport
 void RpcManagerImpl.injectDependencies(GlobalConfiguration globalConfiguration, Transport t, InboundInvocationHandler handler, Marshaller marshaller, ExecutorService e, CacheManagerNotifier notifier)
           
 void RpcManagerImpl.setTransport(Transport t)
           
 

Uses of Transport in org.infinispan.remoting.transport.jgroups
 

Classes in org.infinispan.remoting.transport.jgroups that implement Transport
 class JGroupsTransport
          An encapsulation of a JGroups transport
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.