com.hazelcast.concurrent.atomicreference.client
Class AtomicReferencePortableHook

java.lang.Object
  extended by com.hazelcast.concurrent.atomicreference.client.AtomicReferencePortableHook
All Implemented Interfaces:
PortableHook

public class AtomicReferencePortableHook
extends Object
implements PortableHook


Constructor Summary
AtomicReferencePortableHook()
           
 
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
 

Constructor Detail

AtomicReferencePortableHook

public AtomicReferencePortableHook()
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.