|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.campaign.webservice.WebAppInfo
A helper class to encapsulate WebApp deployment information.
Field Summary | |
java.lang.String |
contextURI
The WebServer accessible base URI of the web app. |
java.lang.String |
uri
The uri of the web app files in the EAR or in WLS. |
Constructor Summary | |
WebAppInfo()
Constructor. |
|
WebAppInfo(weblogic.management.configuration.WebAppComponentMBean mbean)
Constructor. |
Method Summary | |
static WebAppInfo |
getDefaultWebAppInfo()
Get the server's default web app info. |
static java.util.Collection |
getWebAppInfo()
Get the WebApps defined in the current application. |
static java.util.Collection |
getWebAppInfo(weblogic.management.configuration.ApplicationConfigurationMBean mbean)
Get the WebApps defined in the specified application configuration. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public java.lang.String contextURI
If this is null or empty, then this WebApp is not mapped to a context path. Otherwise, this should always start with "/".
public java.lang.String uri
This will be relative to the containing EAR.
Constructor Detail |
public WebAppInfo()
public WebAppInfo(weblogic.management.configuration.WebAppComponentMBean mbean)
Method Detail |
public java.lang.String toString()
public static java.util.Collection getWebAppInfo() throws javax.management.InstanceNotFoundException
public static java.util.Collection getWebAppInfo(weblogic.management.configuration.ApplicationConfigurationMBean mbean) throws java.lang.IllegalStateException
public static WebAppInfo getDefaultWebAppInfo()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |