Uses of Class
com.hazelcast.web.AbstractWebDataEntryProcessor

Packages that use AbstractWebDataEntryProcessor
com.hazelcast.web Provides Hazelcast-based session replication. 
 

Uses of AbstractWebDataEntryProcessor in com.hazelcast.web
 

Subclasses of AbstractWebDataEntryProcessor in com.hazelcast.web
 class AddSessionEntryProcessor
          Sets the initial reference count to 1.
 class DestroySessionEntryProcessor
          Decrements the reference count for a session, returning Boolean.TRUE or Boolean.FALSE to indicate whether the reference count has reached zero.
 class InvalidateSessionAttributesEntryProcessor
          Invalidates all attributes for a destroyed session, removing them from the clustered map.
 class ReferenceSessionEntryProcessor
          Increments the reference count, returning Boolean.FALSE if the entry does not exist and Boolean.TRUE otherwise.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.