com.hazelcast.topic.impl
Class TopicPortableHook

java.lang.Object
  extended by com.hazelcast.topic.impl.TopicPortableHook
All Implemented Interfaces:
PortableHook

public class TopicPortableHook
extends Object
implements PortableHook


Field Summary
static int ADD_LISTENER
           
static int F_ID
           
static int PORTABLE_MESSAGE
           
static int PUBLISH
           
static int REMOVE_LISTENER
           
 
Constructor Summary
TopicPortableHook()
           
 
Method Summary
 PortableFactory createFactory()
           
 Collection<ClassDefinition> getBuiltinDefinitions()
           
 int getFactoryId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

F_ID

public static final int F_ID

PUBLISH

public static final int PUBLISH
See Also:
Constant Field Values

ADD_LISTENER

public static final int ADD_LISTENER
See Also:
Constant Field Values

REMOVE_LISTENER

public static final int REMOVE_LISTENER
See Also:
Constant Field Values

PORTABLE_MESSAGE

public static final int PORTABLE_MESSAGE
See Also:
Constant Field Values
Constructor Detail

TopicPortableHook

public TopicPortableHook()
Method Detail

getFactoryId

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

createFactory

public PortableFactory createFactory()
Specified by:
createFactory in interface PortableHook

getBuiltinDefinitions

public Collection<ClassDefinition> getBuiltinDefinitions()
Specified by:
getBuiltinDefinitions in interface PortableHook


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