public class JobMethodMetaInfo extends DestroyableBase
Destroyable.Util
logger
Constructor and Description |
---|
JobMethodMetaInfo(JobClassMetaInfo clsInfo,
java.util.List<java.lang.String> paramTypes) |
Modifier and Type | Method and Description |
---|---|
JobClassMetaInfo |
classInfo() |
boolean |
equals(java.lang.Object obj) |
java.util.List<JobMethodMetaInfo> |
extendedJobMethodMetaInfoList(App app) |
java.lang.String |
fullName() |
int |
hashCode() |
java.lang.String |
id() |
JobMethodMetaInfo |
id(java.lang.String id) |
JobMethodMetaInfo |
invokeInstanceMethod() |
JobMethodMetaInfo |
invokeStaticMethod() |
boolean |
isStatic() |
java.lang.reflect.Method |
method() |
java.lang.String |
name() |
JobMethodMetaInfo |
name(java.lang.String name) |
java.util.List<org.osgl.inject.BeanSpec> |
paramTypes() |
protected void |
releaseResources() |
act.asm.Type |
returnType() |
JobMethodMetaInfo |
returnType(act.asm.Type type) |
java.lang.String |
toString() |
addSubResource, destroy, isDestroyed, reload, scope
debug, debug, error, error, fatal, fatal, info, info, isDebugEnabled, isTraceEnabled, trace, trace, warn, warn
public JobMethodMetaInfo(JobClassMetaInfo clsInfo, java.util.List<java.lang.String> paramTypes)
protected void releaseResources()
releaseResources
in class DestroyableBase
public JobClassMetaInfo classInfo()
public JobMethodMetaInfo name(java.lang.String name)
public java.lang.String name()
public java.lang.String fullName()
public JobMethodMetaInfo id(java.lang.String id)
public java.lang.String id()
public java.lang.reflect.Method method()
public JobMethodMetaInfo invokeStaticMethod()
public JobMethodMetaInfo invokeInstanceMethod()
public boolean isStatic()
public JobMethodMetaInfo returnType(act.asm.Type type)
public act.asm.Type returnType()
public java.util.List<org.osgl.inject.BeanSpec> paramTypes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.List<JobMethodMetaInfo> extendedJobMethodMetaInfoList(App app)
Copyright © 2014–2017 ActFramework. All rights reserved.