com.hazelcast.concurrent.semaphore.client
Class SemaphorePortableHook

java.lang.Object
  extended by com.hazelcast.concurrent.semaphore.client.SemaphorePortableHook
All Implemented Interfaces:
PortableHook

public class SemaphorePortableHook
extends Object
implements PortableHook


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

SemaphorePortableHook

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