public static class MessageTask.Context extends Object implements JFilterContext
| 构造器和说明 |
|---|
MessageTask.Context(ServiceWrapper service) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause() |
Class<?>[] |
getExpectCauseTypes() |
Object |
getResult() |
ServiceWrapper |
getService() |
JFilter.Type |
getType() |
void |
setCauseAndExpectTypes(Throwable cause,
Class<?>[] expectCauseTypes) |
void |
setResult(Object result) |
public MessageTask.Context(ServiceWrapper service)
public ServiceWrapper getService()
public Object getResult()
public void setResult(Object result)
public Throwable getCause()
public Class<?>[] getExpectCauseTypes()
public void setCauseAndExpectTypes(Throwable cause, Class<?>[] expectCauseTypes)
public JFilter.Type getType()
getType 在接口中 JFilterContextCopyright © 2018. All rights reserved.