|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Management view of the web application factory.
| Field Summary | |
static java.lang.String |
OBJECT_NAME
|
| Fields inherited from interface jrunx.kernel.Service |
INITIALIZED, STARTED, STARTING, STOPPED, STOPPING, UNINITIALIZED |
| 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. |
java.lang.String |
getRootContextAppName()
|
void |
setRootContextAppName(java.lang.String name)
|
| 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 |
| Field Detail |
public static final java.lang.String OBJECT_NAME
| 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
url - 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.public void setRootContextAppName(java.lang.String name)
public java.lang.String getRootContextAppName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||