| Package | Description | 
|---|---|
| com.hazelcast.web.entryprocessor | Provides Entry Processors used in hazelcast-wm | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DeleteSessionEntryProcessorEntry processor which removes SessionState values if
 invalidate is true. | 
| class  | GetAttributeEntryProcessorEntry processor which return attributes of SessionState values and
 adds current jvmId into SessionState. | 
| class  | GetAttributeNamesEntryProcessorEntry processor which return attributes keySet of SessionState values and
 adds current jvmId into SessionState. | 
| class  | GetSessionStateEntryProcessorEntry processor which return SessionState object stored in distributed map and
 adds current jvmId into SessionState. | 
| class  | SessionUpdateEntryProcessorEntry processor which updates SessionState attributes stored in distributed map and
 adds current jvmId into SessionState If value of attribute is set to null. | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.