|
|||||||||
| 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.MDBXMLBean
public class MDBXMLBean
Message Driven Bean that will be configured using XML file.
| Field Summary | |
|---|---|
static int |
MAX_INSTANCE_XML
Max for Bean configured by annotation. |
| Constructor Summary | |
|---|---|
MDBXMLBean()
Constructor. |
|
| Method Summary | |
|---|---|
int |
getInstances()
|
void |
onMessage(javax.jms.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_XML
| Constructor Detail |
|---|
public MDBXMLBean()
| Method Detail |
|---|
public void onMessage(javax.jms.Message message)
onMessage in interface javax.jms.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 | ||||||||