|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.easybeans.examples.pool.AbsBean
org.ow2.easybeans.examples.pool.AbsMDBBean
org.ow2.easybeans.examples.pool.MDBAnnotationBean
public class MDBAnnotationBean
Message Driven Bean that is configured through annotation.
| Field Summary | |
|---|---|
static int |
MAX_INSTANCE_ANNOTATION
Max for Bean configured by annotation. |
| Constructor Summary | |
|---|---|
MDBAnnotationBean()
Constructor. |
|
| Method Summary | |
|---|---|
int |
getInstances()
|
void |
onMessage(Message message)
Check instances. |
| Methods inherited from class org.ow2.easybeans.examples.pool.AbsBean |
|---|
dummyWork |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAX_INSTANCE_ANNOTATION
| Constructor Detail |
|---|
public MDBAnnotationBean()
| Method Detail |
|---|
public void onMessage(Message message)
onMessage in interface MessageListeneronMessage in class AbsMDBBeanmessage - - the message passed to the listenerpublic int getInstances()
getInstances in class AbsBean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||