Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.sso.coarse |
Modifier and Type | Method and Description |
---|---|
CoarseSSOCacheEntry<L> |
CoarseSSOFactory.createValue(String id) |
CoarseSSOCacheEntry<L> |
CoarseSSOFactory.findValue(String id) |
CoarseSSOCacheEntry<?> |
CoarseSSOCacheEntryExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
SSO<L> |
CoarseSSOFactory.createSSO(String id,
CoarseSSOCacheEntry<L> value) |
void |
CoarseSSOCacheEntryExternalizer.writeObject(ObjectOutput output,
CoarseSSOCacheEntry<?> entry) |
Constructor and Description |
---|
CoarseSSOFactory(org.infinispan.Cache<String,CoarseSSOCacheEntry<L>> cache,
CacheInvoker invoker,
LocalContextFactory<L> localContextFactory) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.