|
|||||||||
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.TimedObjectInterface
public final class TimedObjectInterface
This class analyze interfaces of the given bean. If the session bean implements javax.ejb.TimedObject interface, the ejbTimeout method is added as Timer method.
Field Summary | |
---|---|
private static JMethod |
EJBTIMEOUT_METHOD
ejbTimeout() method. |
private static java.lang.String |
TIMEDOBJECT_INTERFACE
TimedObject interface. |
Constructor Summary | |
---|---|
private |
TimedObjectInterface()
Helper class, no public constructor. |
Method Summary | |
---|---|
static void |
resolve(ClassAnnotationMetadata bean)
Try to see if the bean is implementing javax.ejb.TimedObject interface. |
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 TIMEDOBJECT_INTERFACE
private static final JMethod EJBTIMEOUT_METHOD
Constructor Detail |
---|
private TimedObjectInterface()
Method Detail |
---|
public static void resolve(ClassAnnotationMetadata bean)
bean
- the given bean to analyze
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |