public interface HproseServiceEvent
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onAfterInvoke(String name,
Object[] args,
boolean byRef,
Object result,
HproseContext context) |
void |
onBeforeInvoke(String name,
Object[] args,
boolean byRef,
HproseContext context) |
Throwable |
onSendError(Throwable e,
HproseContext context) |
void |
onServerError(Throwable e,
HproseContext context) |
void onBeforeInvoke(String name, Object[] args, boolean byRef, HproseContext context) throws Throwable
Throwablevoid onAfterInvoke(String name, Object[] args, boolean byRef, Object result, HproseContext context) throws Throwable
ThrowableThrowable onSendError(Throwable e, HproseContext context) throws Throwable
Throwablevoid onServerError(Throwable e, HproseContext context)
Copyright © 2018. All rights reserved.