public class AOPMethods extends java.lang.Object implements java.io.Serializable, UNmodify
Title: AOPMethods.java
Description:
bboss workgroup
Copyright (c) 2007
| Modifier and Type | Field and Description |
|---|---|
static SynchronizedMethod |
NULL |
| Constructor and Description |
|---|
AOPMethods() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTransactionMethod(SynchronizedMethod method) |
java.util.List<SynchronizedMethod> |
getTransactionMethods() |
SynchronizedMethod |
isAsyncMethod(java.lang.reflect.Method method,
java.lang.String uuid)
判断给定的方法是否是异步调用方法,如果是则将异步方法信息返回给调用程序
|
SynchronizedMethod |
isTransactionMethod(java.lang.reflect.Method method,
java.lang.String uuid)
判断方法是否是需要进行事务控制,如果是则返回包含事务控制策略信息的方法对象, 不是就返回null
|
int |
size() |
void |
unmodify() |
public static final SynchronizedMethod NULL
public SynchronizedMethod isTransactionMethod(java.lang.reflect.Method method, java.lang.String uuid)
method - public SynchronizedMethod isAsyncMethod(java.lang.reflect.Method method, java.lang.String uuid)
method - public int size()
public void addTransactionMethod(SynchronizedMethod method)
public java.util.List<SynchronizedMethod> getTransactionMethods()