类 BadRequestEvent
java.lang.Object
com.ksptooi.psm.processor.event.generic.AbstractServiceUnitEvent
com.ksptooi.psm.processor.event.BadRequestEvent
-
字段概要
字段 -
构造器概要
构造器构造器说明BadRequestEvent(ShellRequest request, String errorCode) BadRequestEvent(ShellRequest request, String errorCode, Exception ex) -
方法概要
从类继承的方法 com.ksptooi.psm.processor.event.generic.AbstractServiceUnitEvent
cancel, intercept
-
字段详细资料
-
ERR_UNKNOWN_HANDLER
- 另请参阅:
-
ERR_HANDLER_TYPE_INCONSISTENT
- 另请参阅:
-
ERR_CANNOT_ASSIGN_HANDLER
- 另请参阅:
-
ERR_INVOKE_EXCEPTION
- 另请参阅:
-
-
构造器详细资料
-
BadRequestEvent
-
BadRequestEvent
-
-
方法详细资料
-
getUserShell
-
isIntercepted
public boolean isIntercepted()- 指定者:
isIntercepted在接口中ServiceUnitEvent- 覆盖:
isIntercepted在类中AbstractServiceUnitEvent
-
isCanceled
public boolean isCanceled()- 指定者:
isCanceled在接口中ServiceUnitEvent- 覆盖:
isCanceled在类中AbstractServiceUnitEvent
-