Method Summary |
|
void | checkGenIC(String fileName, URL[] urls) Check that GenIC have been applied on the given ejb-jar file
If it was not done, it run GenIC against the file. |
String | createContainer(Context ctx) Create a JOnAS Container for all the beans that are described in a .xml file,
or belong to .jar file.
Parameters: ctx - JNDI context in which is found the container configuration. |
String | createContainer(String fileName) |
void | deployJars(Context ctx) Deploy the given ejb-jars of an ear file with the specified parent
classloader (ear classloader). |
Container | getContainer(String fileName) |
String | getEjbjarsDirectory() Return the Ejbjars directory. |
JWorkManager | getWorkManager() |
Boolean | isJarDeployed(String fileName) Test if the specified file is already deployed (if a container
is created for this jar). |
boolean | isJarDeployedByWorkName(String workFileName) Test if the specified jar identified with its work name is already deployed
(if a container is created for this jar). |
Container[] | listContainers() |
void | removeCache(ClassLoader earClassLoader) Make a cleanup of the cache of deployment descriptor. |
void | removeContainer(Container cont) Remove a JOnAS Container. |
void | removeContainer(String fileName) |
void | syncAllEntities(boolean passivate) |
void | unDeployJars(URL[] urls) Undeploy the given ejb-jars of an ear file with the specified parent
classloader (ear classloader). |