|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployment.annotations.helper.ResolverHelper
public final class ResolverHelper
This class handle some steps that need to be done after the meta-data generation.
Constructor Summary | |
---|---|
private |
ResolverHelper()
Helper class, no public constructor. |
Method Summary | |
---|---|
static java.util.List<java.lang.String> |
getAllInterfacesFromClass(ClassAnnotationMetadata sessionBean)
Gets all interfaces used by a class. |
static MethodAnnotationMetadata |
getMethod(ClassAnnotationMetadata bean,
JMethod jMethod,
boolean inherited,
java.lang.String interfaceName)
Gets method metadata on the given class metadata for the given method. |
static void |
resolve(EjbJarAnnotationMetadata ejbJarAnnotationMetadata)
The helper will analyze datas of a given EjbJarAnnotationMetadata object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ResolverHelper()
Method Detail |
---|
public static void resolve(EjbJarAnnotationMetadata ejbJarAnnotationMetadata) throws ResolverException
ejbJarAnnotationMetadata
- object to analyze
ResolverException
- if one of resolver failspublic static MethodAnnotationMetadata getMethod(ClassAnnotationMetadata bean, JMethod jMethod, boolean inherited, java.lang.String interfaceName)
bean
- the class metadata on which retrieve the methodjMethod
- the method to getinherited
- get the correct method in super class, not inheritedinterfaceName
- the name of the interface that the class should have
public static java.util.List<java.lang.String> getAllInterfacesFromClass(ClassAnnotationMetadata sessionBean)
sessionBean
- the metadata to analyze.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |