@ThreadSafe public class RemoteClusterListener extends Object
Constructor and Description |
---|
RemoteClusterListener(UUID id,
Address origin,
DistributedExecutorService distExecService,
CacheNotifier cacheNotifier,
CacheManagerNotifier cacheManagerNotifier,
ClusterEventManager eventManager,
boolean sync) |
Modifier and Type | Method and Description |
---|---|
UUID |
getId() |
Address |
getOwnerAddress() |
void |
handleClusterEvents(CacheEntryEvent event) |
void |
removeListener() |
void |
transactionCompleted(TransactionCompletedEvent event) |
void |
viewChange(ViewChangedEvent event) |
public RemoteClusterListener(UUID id, Address origin, DistributedExecutorService distExecService, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
public UUID getId()
public Address getOwnerAddress()
public void viewChange(ViewChangedEvent event)
public void removeListener()
public void handleClusterEvents(CacheEntryEvent event) throws Exception
Exception
public void transactionCompleted(TransactionCompletedEvent event) throws Exception
Exception
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.