Inheritance diagram for org.objectweb.jonas.container.EJBServiceImplMBean:

Public Member Functions | |
| Integer | getCurrentNumberOfContainer () |
| Integer | getTotalCurrentNumberOfBeanType () |
| Integer | getTotalCurrentNumberOfBMPType () |
| Integer | getTotalCurrentNumberOfCMPType () |
| Integer | getTotalCurrentNumberOfSBFType () |
| Integer | getTotalCurrentNumberOfSBLType () |
| Integer | getTotalCurrentNumberOfMDBType () |
| Set | getDataSourceDependence (String dsName) |
| Set | getJmsDestinationDependence (String dsName) |
| Set | getJmsConnectionFactoryDependence (String cfName) |
| Set | getMailFactoryDependence (String mfName) |
| void | removeContainerMBean (String fileName) throws Exception |
| String | createContainerMBean (String file) throws Exception |
| List | getInstalledJars () throws Exception |
| void | syncAllEntities (boolean passivate) |
| boolean | isJarLoaded (String fileName) |
| List | getDeployedJars () |
| List | getDeployableJars () throws Exception |
| List | getAutoloadDirectories () |
| String | getEjbjarsDirectory () |
Definition at line 39 of file EJBServiceImplMBean.java.
|
|
Create an ejb container for the EJBs contained in a .jar (or .xml) file
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Return the list of "autoload" directories for web applications.
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
MBean method
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Return the list of installed EJB container ready to deploy.
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Return the list of all loaded EJB container.
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Return the Ejbjars directory.
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Return the list of installed EJB containers. The JAR files or the directories with expanded EJB container are searched in JONAS_BASE/ejbjars and all ejbjar directories 'autoload'.
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
MBean method
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
MBean method
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
MBean method
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Test if the specified filename is already deployed or not
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
remove a container application
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
|
|
Synchronized all entity bean containers
Implemented in org.objectweb.jonas.container.EJBServiceImpl. |
1.3.9.1