com.hazelcast.spi.impl
Class EventServiceImpl.EmptyFilter

java.lang.Object
  extended by com.hazelcast.spi.impl.EventServiceImpl.EmptyFilter
All Implemented Interfaces:
DataSerializable, EventFilter
Enclosing class:
EventServiceImpl

public static final class EventServiceImpl.EmptyFilter
extends Object
implements EventFilter, DataSerializable


Constructor Summary
EventServiceImpl.EmptyFilter()
           
 
Method Summary
 boolean equals(Object obj)
           
 boolean eval(Object arg)
           
 int hashCode()
           
 void readData(ObjectDataInput in)
          Reads fields from the input stream
 void writeData(ObjectDataOutput out)
          Writes object fields to output stream
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventServiceImpl.EmptyFilter

public EventServiceImpl.EmptyFilter()
Method Detail

eval

public boolean eval(Object arg)
Specified by:
eval in interface EventFilter

writeData

public void writeData(ObjectDataOutput out)
               throws IOException
Description copied from interface: DataSerializable
Writes object fields to output stream

Specified by:
writeData in interface DataSerializable
Parameters:
out - output
Throws:
IOException

readData

public void readData(ObjectDataInput in)
              throws IOException
Description copied from interface: DataSerializable
Reads fields from the input stream

Specified by:
readData in interface DataSerializable
Parameters:
in - input
Throws:
IOException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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