| com.sun.portal.fabric.tasks.WebContainer
All known Subclasses: com.sun.portal.fabric.tasks.WebContainerBase,
WebContainer | public interface WebContainer extends InstanceAttributes(Code) | | This class implements the functionality needed
to do Portal Management tasks related to
WebContainer instances
|
TYPE_JESAS81 | final static String TYPE_JESAS81(Code) | | Strings defining the webcontainer types
|
wcAttrKeys | final static String[] wcAttrKeys(Code) | | String Array containing keys for attributes in the HashMap
that is passed when webcontainer implementation objects are
constructed.
Note: all these attributes are persisted in the PAS
|
deploy | void deploy(String warFile, String uri) throws ConfigurationException(Code) | | Deploys the WAR file on to the webcontainer instance, along with post Deploy step
Parameters: warFile - WAR file including full path Parameters: uri - Deployment URI |
doJVMMemorySettings | boolean doJVMMemorySettings()(Code) | | To do initial web container VM memory settings
|
getPrintableWebContainerInstanceName | String getPrintableWebContainerInstanceName()(Code) | | Get printable name of web container instance.
|
getWebContainerType | String getWebContainerType()(Code) | | Get type of underlying web container.
|
isPortalConfigured | boolean isPortalConfigured()(Code) | | Is Portal Configured on underlying Web Container ?
|
justDeploy | void justDeploy(String warFile, String uri) throws ConfigurationException(Code) | | Deploys the WAR file on to the webcontainer instance
Parameters: warFile - WAR file including full path Parameters: uri - Deployment URI |
|
|