Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.xsite
Interface BackupReceiverRepository

All Known Implementing Classes:
BackupReceiverRepositoryImpl

public interface BackupReceiverRepository

Global component that holds all the BackupReceivers within this CacheManager.

Since:
5.2
Author:
Mircea Markus

Method Summary
 Object handleRemoteCommand(SingleRpcCommand cmd, org.jgroups.protocols.relay.SiteAddress src)
          Process an CacheRpcCommand received from a remote site.
 

Method Detail

handleRemoteCommand

Object handleRemoteCommand(SingleRpcCommand cmd,
                           org.jgroups.protocols.relay.SiteAddress src)
                           throws Throwable
Process an CacheRpcCommand received from a remote site.

Throws:
Throwable

Infinispan Distribution 5.2.6.Final-redhat-2

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