com.hazelcast.client
Class IdGeneratorClientProxy

java.lang.Object
  extended by com.hazelcast.client.IdGeneratorClientProxy
All Implemented Interfaces:
IdGenerator, Instance

public class IdGeneratorClientProxy
extends Object
implements IdGenerator


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hazelcast.core.Instance
Instance.InstanceType
 
Constructor Summary
IdGeneratorClientProxy(HazelcastClient hazelcastClient, String name)
           
 
Method Summary
 void destroy()
           
 Object getId()
           
 Instance.InstanceType getInstanceType()
           
 String getName()
           
 long newId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdGeneratorClientProxy

public IdGeneratorClientProxy(HazelcastClient hazelcastClient,
                              String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface IdGenerator

newId

public long newId()
Specified by:
newId in interface IdGenerator

getInstanceType

public Instance.InstanceType getInstanceType()
Specified by:
getInstanceType in interface Instance

destroy

public void destroy()
Specified by:
destroy in interface Instance

getId

public Object getId()
Specified by:
getId in interface Instance


Copyright © 2012 Hazel Bilisim Ltd.. All Rights Reserved.