|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.jdon.aop.reflection.MethodConstructor
public class MethodConstructor
| 构造方法摘要 | |
|---|---|
MethodConstructor(ContainerCallback containerCallback,
TargetMetaRequestsHolder targetMetaRequestsHolder)
|
|
| 方法摘要 | |
|---|---|
Method |
createMethod(TargetServiceFactory targetServiceFactory)
ejb's method creating must at first get service's EJB Object; pojo's method creating can only need service's class. |
Method |
createObjectMethod(Object ownerClass,
MethodMetaArgs methodMetaArgs)
create a method object by target Object |
Method |
createObjectMethod(Object ownerClass,
String methodName,
Class[] paramTypes)
create a method object |
Method |
createPojoMethod()
create a method object by its meta definition |
MethodInvokerUtil |
getMethodInvokerUtil()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public MethodConstructor(ContainerCallback containerCallback,
TargetMetaRequestsHolder targetMetaRequestsHolder)
| 方法详细信息 |
|---|
public MethodInvokerUtil getMethodInvokerUtil()
public Method createMethod(TargetServiceFactory targetServiceFactory)
targetServiceFactory - targetMetaRequest - methodMetaArgs -
public Method createPojoMethod()
targetMetaDef - cw - methodMetaArgs -
public Method createObjectMethod(Object ownerClass,
MethodMetaArgs methodMetaArgs)
ownerClass - methodMetaArgs -
public Method createObjectMethod(Object ownerClass,
String methodName,
Class[] paramTypes)
ownerClass - methodName - paramTypes -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||