Uses of Package
org.infinispan.remoting.transport

Packages that use org.infinispan.remoting.transport
org.infinispan.affinity   
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.control Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. 
org.infinispan.commands.read Commands that read data from the cache. 
org.infinispan.commands.remote Meta-commands that wrap other commands for remote execution. 
org.infinispan.commands.tx Commands that represent transactional lifecycle transitions. 
org.infinispan.config Cache configuration beans and parsers. 
org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags. 
org.infinispan.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.distexec   
org.infinispan.distexec.mapreduce   
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.distribution.ch   
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.lucenedemo   
org.infinispan.manager Cache manager package 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachelistener.event   
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.notifications.cachemanagerlistener.event   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. 
org.infinispan.remoting.rpc Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. 
org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.transaction JTA transaction support. 
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.transaction.xa.recovery   
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Classes in org.infinispan.remoting.transport used by org.infinispan.affinity
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.commands
Address
          A destination for an Infinispan command or operation.
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.commands.control
Address
          A destination for an Infinispan command or operation.
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.commands.read
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.commands.remote
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.commands.tx
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.config
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.context
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.context.impl
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.demo
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.distexec
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.distexec.mapreduce
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.distribution
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.distribution.ch
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.interceptors
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.lucenedemo
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.manager
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachelistener.event
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachemanagerlistener
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.notifications.cachemanagerlistener.event
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.remoting
Address
          A destination for an Infinispan command or operation.
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.responses
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.rpc
Address
          A destination for an Infinispan command or operation.
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.transport
Address
          A destination for an Infinispan command or operation.
DistributedSync
          This is an abstraction of a cluster-wide synchronization.
DistributedSync.SyncResponse
           
TopologyAwareAddress
          Wraps a TopologyUUID JGroups address
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.remoting.transport.jgroups
AbstractTransport
          Common transport-related behaviour
Address
          A destination for an Infinispan command or operation.
DistributedSync
          This is an abstraction of a cluster-wide synchronization.
DistributedSync.SyncResponse
           
TopologyAwareAddress
          Wraps a TopologyUUID JGroups address
Transport
          An interface that provides a communication link with remote caches.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.transaction
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.transaction.xa
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.transaction.xa.recovery
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.util
Address
          A destination for an Infinispan command or operation.
 

Classes in org.infinispan.remoting.transport used by org.infinispan.util.logging
Address
          A destination for an Infinispan command or operation.
 


-->

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