Package | Description |
---|---|
org.wildfly.clustering.web.infinispan.session.fine |
Modifier and Type | Method and Description |
---|---|
FineSessionCacheEntry<L> |
FineSessionFactory.createValue(String id) |
FineSessionCacheEntry<L> |
FineSessionFactory.findValue(String id) |
FineSessionCacheEntry<Object> |
FineSessionCacheEntryExternalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
ImmutableSession |
FineSessionFactory.createImmutableSession(String id,
FineSessionCacheEntry<L> entry) |
Session<L> |
FineSessionFactory.createSession(String id,
FineSessionCacheEntry<L> entry) |
void |
FineSessionCacheEntryExternalizer.writeObject(ObjectOutput output,
FineSessionCacheEntry<Object> entry) |
Constructor and Description |
---|
FineSessionFactory(org.infinispan.Cache<String,FineSessionCacheEntry<L>> sessionCache,
org.infinispan.Cache<SessionAttributeCacheKey,MarshalledValue<Object,MarshallingContext>> attributeCache,
CacheInvoker invoker,
SessionContext context,
SessionAttributeMarshaller<Object,MarshalledValue<Object,MarshallingContext>> marshaller,
LocalContextFactory<L> localContextFactory) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.