|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.helper.bean.BusinessMethodResolver
public final class BusinessMethodResolver
This class resolves the business method for bean class by looking at the interfaces.
Field Summary | |
---|---|
private static java.lang.String |
CLASS_INIT
Name of the method used in constructor. |
private static java.lang.String |
CONST_INIT
Ignore constructor "method" of interfaces. |
private static JLog |
logger
Logger. |
Constructor Summary | |
---|---|
private |
BusinessMethodResolver()
Helper class, no public constructor. |
Method Summary | |
---|---|
private static void |
loop(ClassAnnotationMetadata beanclassAnnotationMetadata,
ClassAnnotationMetadata visitingclassAnnotationMetadata)
While there are super interfaces, loop on them. |
static void |
resolve(ClassAnnotationMetadata classAnnotationMetadata)
Found all business methods of a bean. A business method is a method from one of the local or remote interfaces. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.lang.String CLASS_INIT
private static final java.lang.String CONST_INIT
private static JLog logger
Constructor Detail |
---|
private BusinessMethodResolver()
Method Detail |
---|
public static void resolve(ClassAnnotationMetadata classAnnotationMetadata)
classAnnotationMetadata
- class to analyzeprivate static void loop(ClassAnnotationMetadata beanclassAnnotationMetadata, ClassAnnotationMetadata visitingclassAnnotationMetadata)
beanclassAnnotationMetadata
- the class that is analyzedvisitingclassAnnotationMetadata
- classes from where we get
interfaces
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |