com.hazelcast.web
Class SessionAttributePredicate

java.lang.Object
  extended by com.hazelcast.web.SessionAttributePredicate
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable, Predicate, Serializable

public class SessionAttributePredicate
extends Object
implements Predicate, IdentifiedDataSerializable

See Also:
Serialized Form

Constructor Summary
SessionAttributePredicate()
           
SessionAttributePredicate(String sessionId)
           
 
Method Summary
 boolean apply(Map.Entry mapEntry)
           
 int getFactoryId()
           
 int getId()
           
 void readData(com.hazelcast.nio.ObjectDataInput in)
           
 void writeData(com.hazelcast.nio.ObjectDataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionAttributePredicate

public SessionAttributePredicate()

SessionAttributePredicate

public SessionAttributePredicate(String sessionId)
Method Detail

apply

public boolean apply(Map.Entry mapEntry)
Specified by:
apply in interface Predicate

writeData

public void writeData(com.hazelcast.nio.ObjectDataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(com.hazelcast.nio.ObjectDataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

getFactoryId

public int getFactoryId()
Specified by:
getFactoryId in interface IdentifiedDataSerializable

getId

public int getId()
Specified by:
getId in interface IdentifiedDataSerializable


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