public final class ClientThreadContext extends Object
Constructor and Description |
---|
ClientThreadContext(Thread thread) |
Modifier and Type | Method and Description |
---|---|
static ClientThreadContext |
get() |
Transaction |
getTransaction(HazelcastClient client) |
void |
removeTransaction() |
static void |
shutdown() |
byte[] |
toByte(Object object) |
Object |
toObject(byte[] bytes) |
public ClientThreadContext(Thread thread)
public static ClientThreadContext get()
public static void shutdown()
public Transaction getTransaction(HazelcastClient client)
public void removeTransaction()
public byte[] toByte(Object object)
public Object toObject(byte[] bytes)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.