org.objectweb.jonas.container.mbean
Class MessageDrivenBean
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.objectweb.jonas.management.reconfig.emitter.ReconfigEmitter
org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject
org.objectweb.jonas.container.mbean.EJB
org.objectweb.jonas.container.mbean.MessageDrivenBean
- All Implemented Interfaces:
- NotificationBroadcaster, NotificationEmitter
public class MessageDrivenBean
- extends EJB
This class implements the MessageDrivenBean type specified in JSR77
- Author:
- Adriana Danes
Methods inherited from class org.objectweb.jonas.container.mbean.EJB |
getAllDataSourceName, getAllJdbcResourceAdapterName, getAllJMSConnectionFactoryName, getAllMailFactoryMName, getAllMailFactorySName, getAllURLs, getCacheSize, getDisplayName, getEjbClass, getFileName, getHomeClass, getJndiName, getLocalClass, getLocalHomeClass, getMaxCacheSize, getMinPoolSize, getName, getPoolSize, getRemoteClass, reduceCacheSize |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDrivenBean
public MessageDrivenBean(String objectName,
JFactory factoryToManage)
- Parameters:
objectName
- JMX object namefactoryToManage
- JFactory factory to manage
getMdbJMSAssociateDestinationName
public String getMdbJMSAssociateDestinationName()
- Returns:
- the name of the associate destination
getAllJMSDestinationName
public Set getAllJMSDestinationName()
- return all the destination used by this ejb, including his associate destination
- Overrides:
getAllJMSDestinationName
in class EJB
- Returns:
- String set with the name of the Ejb Destinations
reduceCache
public void reduceCache()
- Reduce number of instances in memory
Copyright © 2007 OW2 Consortium. All Rights Reserved.