|
|||||||||
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.mdb.MDBListenerBusinessMethodResolver
public final class MDBListenerBusinessMethodResolver
This class finds the listener method of the MDB and mark it as a business method so that it will be intercepted.
Field Summary | |
---|---|
private static JMethod |
ONMESSAGE_METHOD
onMessage method. |
Constructor Summary | |
---|---|
private |
MDBListenerBusinessMethodResolver()
Helper class, no public constructor. |
Method Summary | |
---|---|
static void |
resolve(ClassAnnotationMetadata sessionBean)
Mark listener method of the interface as business method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final JMethod ONMESSAGE_METHOD
Constructor Detail |
---|
private MDBListenerBusinessMethodResolver()
Method Detail |
---|
public static void resolve(ClassAnnotationMetadata sessionBean)
sessionBean
- Session bean to analyze
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |