|
|||||||||
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(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(Message message)
onMessage
in interface MessageListener
onMessage
in class AbsMDBBean
message
- - 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 |