| 程序包 | 说明 |
|---|---|
| cn.langpy.kotime.data | |
| cn.langpy.kotime.handler | |
| cn.langpy.kotime.model | |
| cn.langpy.kotime.service | |
| cn.langpy.kotime.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ExceptionRelation |
DataBase.addExceptionRelation(MethodNode sourceMethodNode,
ExceptionNode exceptionNode) |
ExceptionRelation |
MemoryBase.addExceptionRelation(MethodNode sourceMethodNode,
ExceptionNode exceptionNode) |
ExceptionRelation |
RedisBase.addExceptionRelation(MethodNode sourceMethodNode,
ExceptionNode exceptionNode) |
void |
DataBase.addMethodNode(MethodNode methodNode) |
void |
MemoryBase.addMethodNode(MethodNode methodNode) |
void |
RedisBase.addMethodNode(MethodNode methodNode) |
MethodRelation |
DataBase.addMethodRelation(MethodNode sourceMethodNode,
MethodNode targetMethodNode) |
MethodRelation |
MemoryBase.addMethodRelation(MethodNode sourceMethodNode,
MethodNode targetMethodNode) |
MethodRelation |
RedisBase.addMethodRelation(MethodNode sourceMethodNode,
MethodNode targetMethodNode) |
| 限定符和类型 | 方法和说明 |
|---|---|
default void |
InvokedHandler.onException(MethodNode current,
MethodNode parent,
ExceptionNode exception,
Parameter[] names,
Object[] values)
return the results with the possible exception after invoking a method.
|
void |
InvokedHandler.onInvoked(MethodNode current,
MethodNode parent,
Parameter[] names,
Object[] values)
return the results after invoking a method.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MethodNode |
InvokedInfo.getCurrent() |
MethodNode |
InvokedInfo.getParent() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InvokedInfo.setCurrent(MethodNode current) |
void |
InvokedInfo.setParent(MethodNode parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodNode |
MethodNodeService.getCurrentMethodNode(org.aopalliance.intercept.MethodInvocation pjp,
Double runTime) |
static MethodNode |
MethodNodeService.getParentMethodNode() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExceptionRelation |
GraphService.addExceptionRelation(MethodNode sourceMethodNode,
ExceptionNode exceptionNode) |
void |
GraphService.addMethodNode(MethodNode methodNode)
add a method data
|
MethodRelation |
GraphService.addMethodRelation(MethodNode sourceMethodNode,
MethodNode targetMethodNode) |
void |
KoInvokedHandler.onException(MethodNode current,
MethodNode parent,
ExceptionNode exception,
Parameter[] names,
Object[] values) |
void |
EmailHandler.onInvoked(MethodNode current,
MethodNode parent,
Parameter[] names,
Object[] values) |
void |
KoInvokedHandler.onInvoked(MethodNode current,
MethodNode parent,
Parameter[] names,
Object[] values) |
void |
EmailSendService.sendNotice(MethodNode current) |
void |
EmailSendService.sendNoticeAsync(MethodNode current) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodNode |
KoUtil.getCurrentMethodInfo()
get the current method
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Common.showLog(MethodNode current) |
Copyright © 2022. All rights reserved.