public class SsoSessionCacheListener extends Object
| Constructor and Description |
|---|
SsoSessionCacheListener(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 |
startTransaction(org.infinispan.notifications.cachelistener.event.TransactionRegisteredEvent event) |
public SsoSessionCacheListener(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)
Copyright © 2017 JBoss by Red Hat. All rights reserved.