com.hazelcast.client
Class ClientThreadContext

java.lang.Object
  extended by com.hazelcast.client.ClientThreadContext

public final class ClientThreadContext
extends Object


Constructor Summary
ClientThreadContext(Thread thread)
           
 
Method Summary
static ClientThreadContext get()
           
 Transaction getTransaction(HazelcastClient client)
           
 void removeTransaction()
           
static void shutdown()
           
 byte[] toByte(Object object)
           
 Object toObject(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientThreadContext

public ClientThreadContext(Thread thread)
Method Detail

get

public static ClientThreadContext get()

shutdown

public static void shutdown()

getTransaction

public Transaction getTransaction(HazelcastClient client)

removeTransaction

public void removeTransaction()

toByte

public byte[] toByte(Object object)

toObject

public Object toObject(byte[] bytes)


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