public class SsoSessionCacheListener extends Object
Constructor and Description |
---|
SsoSessionCacheListener(org.infinispan.Cache<String,String[]> ssoCache,
SessionIdMapper idMapper) |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(org.infinispan.notifications.cachelistener.event.TransactionalEvent event) |
void |
cacheStarted(org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent event) |
void |
cacheStopped(org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent event) |
void |
endTransaction(org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent event) |
void |
remoteCacheEntryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event) |
void |
remoteCacheEntryRemoved(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event) |
void |
startTransaction(org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent event) |
public SsoSessionCacheListener(org.infinispan.Cache<String,String[]> ssoCache, SessionIdMapper idMapper)
public void startTransaction(org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent event)
public void cacheStarted(org.infinispan.notifications.cachemanagerlistener.event.CacheStartedEvent event)
public void cacheStopped(org.infinispan.notifications.cachemanagerlistener.event.CacheStoppedEvent event)
public void addEvent(org.infinispan.notifications.cachelistener.event.TransactionalEvent event)
public void endTransaction(org.infinispan.notifications.cachelistener.event.TransactionCompletedEvent event)
public void remoteCacheEntryCreated(org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent event)
public void remoteCacheEntryRemoved(org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent event)
Copyright © 2020 JBoss by Red Hat. All rights reserved.