Inheritance diagram for org.objectweb.jonas_ejb.container.Container:

Public Member Functions | |
| String[] | listBeanNames () |
Package Functions | |
| String | getName () |
| String | getFileName () |
| String | getExternalFileName () |
| ClassLoader | getClassLoader () |
| void | setPrincipalFactory (PrincipalFactory pf) |
| PrincipalFactory | getPrincipalFactory () |
| void | setContainerNaming (ContainerNaming naming) |
| ContainerNaming | getContainerNaming () |
| void | setThreadPoolSize (int sz) |
| void | setMaxThreadPoolSize (int sz) |
| int | getMaxThreadPoolSize () |
| void | syncAll (boolean passivate) |
| void | setTransactionManager (TransactionManager tm) |
| TransactionManager | getTransactionManager () |
| void | setJmsManager (JmsManager jms) |
| JmsManager | getJmsManager () |
| void | setEarFileName (String fileName) |
| String | getEarFileName () |
| void | remove () |
| void | setSecurity (boolean b) |
| void | setPermissionManager (PermissionManager permissionManager) |
| PermissionManager | getPermissionManager () |
| String | getContextId () |
Jeff Mesnil (security)
Christophe Ney (PrincipalFactory)
Philippe Durieux (add missing methods)
Benjamin Bonnet (max size for thread pool)
Florent Benoit : JACC
Definition at line 51 of file Container.java.
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Gets the context ID of this container (for jacc)
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
get the name of the ear application containing this container.
Implemented in org.objectweb.jonas_ejb.container.JContainer. Referenced by org.objectweb.jonas.container.EJBServiceImpl.removeContainer(). |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. Referenced by org.objectweb.jonas.container.EJBServiceImpl.getContainer(), and org.objectweb.jonas.container.EJBServiceImpl.getDeployedJars(). |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. Referenced by org.objectweb.jonas.container.EJBServiceImpl.isJarDeployedByWorkName(). |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Get the max thread pool size. This thread pool is currently used only for message driven beans.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
|
Gets the permission manager
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Implemented in org.objectweb.jonas_ejb.container.JContainer. Referenced by org.objectweb.jonas.adm.Adm.listBeans(). |
|
|
Remove the JOnAS container and unregister all beans. Implemented in org.objectweb.jonas_ejb.container.JContainer. Referenced by org.objectweb.jonas.container.EJBServiceImpl.removeContainer(). |
|
|
set the ContainerNaming object
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
set the name of the ear application containing this container.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
set the JmsManager object
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Set the max thread pool size. This thread pool is currently used only for message driven beans.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Set the permission manager object
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Set the PrincipalFactory. This factory can be JOnAS Server dependant. The Container makes no assumption on how to get the Principal.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Set the security flag to enable or disable security
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Set the thread pool size. This thread pool is currently used only for message driven beans.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
set the Transaction Manager.
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
|
|
Synchronize all entity beans
Implemented in org.objectweb.jonas_ejb.container.JContainer. |
1.3.9.1