Interface SessionAttributesFactory<C,V>

Type Parameters:
C - the deployment context type
V - the marshalled value type
All Superinterfaces:
AutoCloseable, org.wildfly.clustering.cache.Creator<String,V,Void>, ImmutableSessionAttributesFactory<V>, org.wildfly.clustering.cache.Locator<String,V>, org.wildfly.clustering.server.Registration, org.wildfly.clustering.cache.Remover<String>

public interface SessionAttributesFactory<C,V> extends ImmutableSessionAttributesFactory<V>, org.wildfly.clustering.cache.Creator<String,V,Void>, org.wildfly.clustering.cache.Remover<String>, org.wildfly.clustering.server.Registration
Factory for creating a SessionAttributes object.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.server.Registration

    EMPTY
  • Method Summary

    Modifier and Type
    Method
    Description
    createSessionAttributes(String id, V value, ImmutableSessionMetaData metaData, C context)
     

    Methods inherited from interface org.wildfly.clustering.cache.Creator

    createValue, createValueAsync

    Methods inherited from interface org.wildfly.clustering.session.cache.attributes.ImmutableSessionAttributesFactory

    createImmutableSessionAttributes

    Methods inherited from interface org.wildfly.clustering.cache.Locator

    findValue, findValueAsync, tryValue, tryValueAsync

    Methods inherited from interface org.wildfly.clustering.server.Registration

    close

    Methods inherited from interface org.wildfly.clustering.cache.Remover

    purge, purgeAsync, remove, removeAsync