public class MessageContext extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MessageContext.RequestType |
| 构造器和说明 |
|---|
MessageContext(MessageContext.RequestType requestType) |
| 限定符和类型 | 方法和说明 |
|---|---|
IAsyncCallBack |
getCallBack() |
Condition |
getCondition() |
ReentrantLock |
getLock() |
MessageContext.RequestType |
getRequestType() |
Response |
getResponse() |
Long |
getTaskId() |
void |
setCallBack(IAsyncCallBack callBack) |
void |
setRequestType(MessageContext.RequestType requestType) |
void |
setResponse(Response response) |
void |
setTaskId(Long taskId) |
public MessageContext(MessageContext.RequestType requestType)
public ReentrantLock getLock()
public IAsyncCallBack getCallBack()
public void setCallBack(IAsyncCallBack callBack)
public Response getResponse()
public void setResponse(Response response)
public MessageContext.RequestType getRequestType()
public void setRequestType(MessageContext.RequestType requestType)
public Condition getCondition()
public Long getTaskId()
public void setTaskId(Long taskId)
Copyright © 2022. All rights reserved.