com.hazelcast.client.impl.protocol.parameters
Class DistributedObjectEventParameters

java.lang.Object
  extended by com.hazelcast.client.impl.protocol.parameters.DistributedObjectEventParameters

public class DistributedObjectEventParameters
extends Object


Field Summary
 DistributedObjectEvent.EventType eventType
           
 String name
           
 String serviceName
           
static ClientMessageType TYPE
           
 
Method Summary
static int calculateDataSize(String name, String serviceName, DistributedObjectEvent.EventType eventType)
           
static DistributedObjectEventParameters decode(ClientMessage flyweight)
           
static ClientMessage encode(String name, String serviceName, DistributedObjectEvent.EventType eventType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final ClientMessageType TYPE

name

public String name

serviceName

public String serviceName

eventType

public DistributedObjectEvent.EventType eventType
Method Detail

decode

public static DistributedObjectEventParameters decode(ClientMessage flyweight)

encode

public static ClientMessage encode(String name,
                                   String serviceName,
                                   DistributedObjectEvent.EventType eventType)

calculateDataSize

public static int calculateDataSize(String name,
                                    String serviceName,
                                    DistributedObjectEvent.EventType eventType)


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