public class CallState extends Object implements CallStateAware
| Constructor and Description |
|---|
CallState(long callId,
Address caller,
int callerThreadId) |
public CallState(long callId,
Address caller,
int callerThreadId)
public CallState getCallState()
getCallState in interface CallStateAwarepublic void reset(long callId)
public Address getCaller()
public int getCallerThreadId()
public long getCallId()
public Object[] getLogs()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.