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