com.hazelcast.concurrent.countdownlatch.client
Class CountDownLatchPortableHook

java.lang.Object
  extended by com.hazelcast.concurrent.countdownlatch.client.CountDownLatchPortableHook
All Implemented Interfaces:
PortableHook

public final class CountDownLatchPortableHook
extends Object
implements PortableHook


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

CountDownLatchPortableHook

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