@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
Exceptionpublic void transactionCompleted(TransactionCompletedEvent event) throws Exception
ExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.