Class HotRodSessionMetaDataFactory<L>
- java.lang.Object
-
- org.wildfly.clustering.web.hotrod.session.HotRodSessionMetaDataFactory<L>
-
- All Implemented Interfaces:
AutoCloseable,org.wildfly.clustering.ee.Creator<String,CompositeSessionMetaDataEntry<L>,Void>,org.wildfly.clustering.ee.Locator<String,CompositeSessionMetaDataEntry<L>>,org.wildfly.clustering.ee.Remover<String>,ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>,SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>
public class HotRodSessionMetaDataFactory<L> extends Object implements SessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description HotRodSessionMetaDataFactory(HotRodConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.wildfly.clustering.web.session.ImmutableSessionMetaDatacreateImmutableSessionMetaData(String id, CompositeSessionMetaDataEntry<L> entry)InvalidatableSessionMetaDatacreateSessionMetaData(String id, CompositeSessionMetaDataEntry<L> entry)CompositeSessionMetaDataEntry<L>createValue(String id, Void context)CompositeSessionMetaDataEntry<L>findValue(String id)booleanremove(String id)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.web.cache.session.SessionMetaDataFactory
close
-
-
-
-
Constructor Detail
-
HotRodSessionMetaDataFactory
public HotRodSessionMetaDataFactory(HotRodConfiguration configuration)
-
-
Method Detail
-
createValue
public CompositeSessionMetaDataEntry<L> createValue(String id, Void context)
- Specified by:
createValuein interfaceorg.wildfly.clustering.ee.Creator<String,CompositeSessionMetaDataEntry<L>,Void>
-
findValue
public CompositeSessionMetaDataEntry<L> findValue(String id)
- Specified by:
findValuein interfaceorg.wildfly.clustering.ee.Locator<String,CompositeSessionMetaDataEntry<L>>
-
createSessionMetaData
public InvalidatableSessionMetaData createSessionMetaData(String id, CompositeSessionMetaDataEntry<L> entry)
- Specified by:
createSessionMetaDatain interfaceSessionMetaDataFactory<L>
-
createImmutableSessionMetaData
public org.wildfly.clustering.web.session.ImmutableSessionMetaData createImmutableSessionMetaData(String id, CompositeSessionMetaDataEntry<L> entry)
- Specified by:
createImmutableSessionMetaDatain interfaceImmutableSessionMetaDataFactory<L>
-
-