com.hazelcast.spi
Interface EventRegistration

All Superinterfaces:
DataSerializable

public interface EventRegistration
extends DataSerializable

The result of a Event Registration.

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 © 2014 Hazelcast, Inc.. All Rights Reserved.