com.hazelcast.spi
Interface EventRegistration

All Superinterfaces:
DataSerializable, Serializable

public interface EventRegistration
extends DataSerializable

Author:
mdogan 12/14/12

Method Summary
 EventFilter getFilter()
           
 String getId()
           
 com.hazelcast.nio.Address getSubscriber()
           
 boolean isLocalOnly()
           
 
Methods inherited from interface com.hazelcast.nio.serialization.DataSerializable
readData, writeData
 

Method Detail

getId

String getId()

getFilter

EventFilter getFilter()

getSubscriber

com.hazelcast.nio.Address getSubscriber()

isLocalOnly

boolean isLocalOnly()


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