| |
|
| org.objectweb.jonas.container.EJB org.objectweb.jonas.container.MessageDrivenBean
MessageDrivenBean | public class MessageDrivenBean extends EJB (Code) | | This class implements the MessageDrivenBean type specified in JSR77
author: Adriana Danes |
MessageDrivenBean | public MessageDrivenBean(String objectName, JFactory factoryToManage)(Code) | | Parameters: objectName - JMX object name Parameters: factoryToManage - JFactory factory to manage |
getAllJMSDestinationName | public Set getAllJMSDestinationName()(Code) | | return all the destination used by this ejb, including his associate destination
String set with the name of the Ejb Destinations |
getMdbJMSAssociateDestinationName | public String getMdbJMSAssociateDestinationName()(Code) | | the name of the associate destination |
reduceCache | public void reduceCache()(Code) | | Reduce number of instances in memory
|
|
|
|