|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
jrunx.kernel.ServiceAdapter
|
+--jrun.j2ee.J2EEModuleFactory
|
+--jrun.servlet.WebApplicationFactory
|
+--jrunx.jrun3.WebApplicationFactory
Conversion of JRun 3.x webapp.properties to JrunWebAppMetaData
| Fields inherited from class jrun.servlet.WebApplicationFactory |
DEFAULT_WEB_XML, JRUN_WEB_PUBLIC_ID, JRUN_WEB_SYSTEM_ID, JRUN_WEB_XML, JRUN_XML_EXTENSION, SERVER_INF, WEB_INF, WEB_PUBLIC_ID, WEB_SYSTEM_ID, WEB_XML, XML_EXTENSION |
| Fields inherited from class jrun.j2ee.J2EEModuleFactory |
DEFAULT_JMX_DOMAIN |
| Fields inherited from class jrunx.kernel.ServiceAdapter |
DEFAULT_DEACTIVATED, DEFAULT_DOMAIN, DOMAIN_NAME_SEPARATOR, DOMAIN_NAME_SUFFIX, domainName, jndiBindable, LOGGER_CACHE_TIME, SCHEDULER_SERVICE, SECURITY_MANAGER, server, status, TRANSACTION_MANAGER |
| Fields inherited from interface jrunx.jrun3.WebApplicationFactoryMBean |
OBJECT_NAME |
| Fields inherited from interface jrunx.kernel.Service |
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED |
| Constructor Summary | |
WebApplicationFactory()
|
|
| Method Summary | |
java.util.Collection |
create(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String webModuleName,
java.net.URL altDDURL,
java.lang.String contextRoot,
java.lang.String earName)
This method is used by the EnterpriseApplicationFactory. |
| Methods inherited from class jrun.servlet.WebApplicationFactory |
create, getObjectName, getRootContextAppName, loadJRunWebAppMetaData, loadWebAppMetaData, setRootContextAppName |
| Methods inherited from interface jrun.servlet.WebApplicationFactoryMBean |
getRootContextAppName, setRootContextAppName |
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
| Methods inherited from interface jrunx.kernel.Service |
destroy, getStatus, init, start, stop, updateStatus |
| Constructor Detail |
public WebApplicationFactory()
| Method Detail |
public java.util.Collection create(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String webModuleName,
java.net.URL altDDURL,
java.lang.String contextRoot,
java.lang.String earName)
throws DeploymentException
WebApplicationFactoryMBeancreate in interface WebApplicationFactoryMBeancreate in class WebApplicationFactoryjrun.servlet.WebApplicationFactoryMBeanurl - The URL pointing to the local open directory or war.deploymentOrigin - The original URL passed into the DeployerService.
It differs from the url parameter if the URL was remote.webModuleName - The web module name. For open directories, this will be
the directory name. For war files, this will be the war
file name.altDDURL - The optional URL for the post assembly deployment descriptor file.contextRoot - The context root from application.xml.earName - The name of the ear file or open directory.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||