|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JWebContainerServiceException | |
---|---|
org.objectweb.jonas.web | |
org.objectweb.jonas.web.lib | |
org.ow2.jonas.web.jetty6 | |
org.ow2.jonas.web.tomcat6 |
Uses of JWebContainerServiceException in org.objectweb.jonas.web |
---|
Methods in org.objectweb.jonas.web that throw JWebContainerServiceException | |
---|---|
void |
AbsJWebContainerServiceImpl.deployWars(Context ctx)
Deploy the given wars of an ear file with the specified parent classloader (ejb classloader or ear classloader). |
void |
JWebContainerService.deployWars(Context ctx)
Deploy the given wars of an ear file with the specified parent classloader (ejb classloader or ear classloader). |
protected abstract void |
AbsJWebContainerServiceImpl.doRegisterWar(Context ctx)
Create the environment and delegate the operation to the implementation of the web container. |
protected abstract void |
AbsJWebContainerServiceImpl.doUnRegisterWar(Context ctx)
Delegate the unregistration to the implementation of the web container. |
URLClassLoader |
AbsJWebContainerServiceImpl.getClassLoader(URL warURL,
String earAppName,
ClassLoader parentLoader)
Return the class loader of the given warURL. |
URLClassLoader |
JWebContainerService.getClassLoader(URL warURL,
String earAppName,
ClassLoader ejbClassLoader)
Return the class loader of the given warURL. |
abstract String |
AbsJWebContainerServiceImpl.getDefaultHost()
Return the Default host name of the web container. |
String |
JWebContainerService.getDefaultHost()
Return the Default host name of the web container. |
abstract String |
AbsJWebContainerServiceImpl.getDefaultHttpPort()
Return the Default HTTP port number of the web container (can be null if multiple HTTP connector has been set). |
String |
JWebContainerService.getDefaultHttpPort()
Return the Default HTTP port number of the web container (can be null if multiple HTTP connector has been set). |
abstract String |
AbsJWebContainerServiceImpl.getDefaultHttpsPort()
Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set). |
String |
JWebContainerService.getDefaultHttpsPort()
Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set). |
protected URL |
AbsJWebContainerServiceImpl.getUnpackDir(URL warURL,
String earAppName)
Return the URL where warURL has been unpacked. |
void |
AbsJWebContainerServiceImpl.registerWar(String fileName)
Register a WAR by delegating the operation to the registerWar() method. |
void |
AbsJWebContainerServiceImplMBean.registerWar(String fileName)
Register a WAR, this method is used for the JMX Management. |
void |
JWebContainerService.registerWar(String fileName)
Register a WAR by delegating the operation to the registerWar() method. |
void |
AbsJWebContainerServiceImpl.unRegisterWar(String fileName)
Unregister a WAR by delegating the operation to the unRegisterWar() method. |
void |
AbsJWebContainerServiceImplMBean.unRegisterWar(String fileName)
Unregister a WAR, this method is used for the JMX Management. |
void |
JWebContainerService.unRegisterWar(String fileName)
Unregister a WAR by delegating the operation to the unRegisterWar() method. |
Uses of JWebContainerServiceException in org.objectweb.jonas.web.lib |
---|
Methods in org.objectweb.jonas.web.lib that throw JWebContainerServiceException | |
---|---|
static void |
JarTools.unpack(String fileName,
String destDir)
Unpack the specified jar to the specified directory. |
Uses of JWebContainerServiceException in org.ow2.jonas.web.jetty6 |
---|
Methods in org.ow2.jonas.web.jetty6 that throw JWebContainerServiceException | |
---|---|
protected void |
Jetty6Service.doRegisterWar(Context ctx)
Create the environment and delegate the operation to the implementation of the web container. |
protected void |
Jetty6Service.doUnRegisterWar(Context ctx)
Delegate the unregistration to the implementation of the web container. |
String |
Jetty6Service.getDefaultHost()
Return the Default host name of the web container. |
String |
Jetty6Service.getDefaultHttpPort()
Return the Default HTTP port number of the web container (can be null if multiple HTTP connector has been set). |
String |
Jetty6Service.getDefaultHttpsPort()
Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set). |
Uses of JWebContainerServiceException in org.ow2.jonas.web.tomcat6 |
---|
Methods in org.ow2.jonas.web.tomcat6 that throw JWebContainerServiceException | |
---|---|
protected void |
Tomcat6Service.checkStartedContext(org.apache.catalina.Context context,
PermissionManager permissionManager)
Check that the context that was started was right configured. |
protected void |
Tomcat6Service.doRegisterWar(Context ctx)
Deploy a specific WAR file specified in the context. |
protected void |
Tomcat6Service.doUnRegisterWar(Context ctx)
Undeploy a specific WAR file specified in the context. |
org.apache.catalina.Host |
Tomcat6Service.findHost(String hostName)
Find the specified host. |
protected List<org.apache.catalina.Context> |
Tomcat6Service.getContexts()
Gets all the contexts of the current Tomcat server. |
String |
Tomcat6Service.getDefaultHost()
Return the Default host name of the web container. |
String |
Tomcat6Service.getDefaultHttpPort()
Return the Default HTTP port number of the web container. |
String |
Tomcat6Service.getDefaultHttpsPort()
Return the Default HTTPS port number of the web container (can be null if multiple HTTPS connector has been set). |
protected List<org.apache.catalina.core.StandardEngine> |
Tomcat6Service.getEngines()
Gets all the engines of the current Tomcat server. |
void |
Tomcat6Service.registerWar(String fileName)
Register a WAR by delegating the operation to the registerWar() method. |
void |
Tomcat6Service.removeContext(org.apache.catalina.Context context)
Remove the specified Context from the set of defined Contexts for its associated Host. |
void |
Tomcat6Service.unRegisterWar(String fileName)
Unregister a WAR by delegating the operation to the unRegisterWar() method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |