public class CallContext extends Object
Modifier and Type | Field and Description |
---|---|
static CallContext |
DUMMY_CLIENT |
Constructor and Description |
---|
CallContext(int threadId,
boolean client) |
Modifier and Type | Method and Description |
---|---|
void |
finalizeTransaction() |
Subject |
getSubject() |
int |
getThreadId() |
TransactionImpl |
getTransaction() |
long |
getTxnId() |
boolean |
isClient() |
void |
reset() |
void |
setSubject(Subject subject) |
void |
setTransaction(TransactionImpl txn) |
String |
toString() |
public static final CallContext DUMMY_CLIENT
public TransactionImpl getTransaction()
public void setTransaction(TransactionImpl txn)
public void finalizeTransaction()
public long getTxnId()
public int getThreadId()
public boolean isClient()
public void reset()
public Subject getSubject()
public void setSubject(Subject subject)
Copyright © 2013 Hazelcast, Inc.. All rights reserved.