| |
|
| org.objectweb.jonas.management.j2eemanagement.J2EEManagedObject org.objectweb.jonas.container.EJB
All known Subclasses: org.objectweb.jonas.container.MessageDrivenBean, org.objectweb.jonas.container.EntityBean, org.objectweb.jonas.container.SessionBean,
EJB | public class EJB extends J2EEManagedObject (Code) | | This class implements the EJB type specified in JSR77
author: Adriana Danes |
getAllDataSourceName | public Hashtable getAllDataSourceName()(Code) | | Construct Hashtable containing for each ResourceRef jndi name
its corresponding the datasource name or empty String if no
corresponding datasource was found.
Hashtable table |
getAllJMSConnectionFactoryName | public Set getAllJMSConnectionFactoryName()(Code) | | Set The Name set of the Connection Factories |
getAllJMSDestinationName | public Set getAllJMSDestinationName()(Code) | | Set The Name set of the JMS Destinations |
getAllJdbcResourceAdapterName | public Hashtable getAllJdbcResourceAdapterName()(Code) | | Construct Hashtable containing for each ResourceRef jndi name
its corresponding the ResourceAdapter MBean OBJECT_NAME.
Hashtable table |
getAllMailFactoryMName | public Hashtable getAllMailFactoryMName()(Code) | | Hashtable which maps the JNDI names provided by the DD to the MimePartDataSource Mail factyory resourcesknown by the Mail Service |
getAllMailFactorySName | public Hashtable getAllMailFactorySName()(Code) | | Hashtable which maps the JNDI names provided by the DD to the Session Mail factyory resourcesknown by the Mail Service |
getAllURLs | public Set getAllURLs()(Code) | | Set The URL ressources used by the bean |
getCacheSize | public int getCacheSize()(Code) | | nb of instances (current cache size) |
getDisplayName | public String getDisplayName()(Code) | | String the displayName of the bean, or bean name if not defined. |
getEjbClass | public String getEjbClass()(Code) | | String the JFactory Class |
getHomeClass | public String getHomeClass()(Code) | | String the HomeClass of the bean. |
getJndiName | public String getJndiName()(Code) | | String the JNDI Name of the bean. |
getLocalClass | public String getLocalClass()(Code) | | String the LocalClass of the bean. |
getLocalHomeClass | public String getLocalHomeClass()(Code) | | String the LocalHomeClass of the bean. |
getMaxCacheSize | public int getMaxCacheSize()(Code) | | max-cache-size value |
getMinPoolSize | public int getMinPoolSize()(Code) | | min-pool-size value |
getName | public String getName()(Code) | | String The Name of this JFactory |
getPoolSize | public int getPoolSize()(Code) | | The current instance pool size |
getRemoteClass | public String getRemoteClass()(Code) | | String the RemoteClass of the bean. |
reduceCacheSize | public void reduceCacheSize()(Code) | | Reduce number of instances
|
|
|
|