| java.lang.Object com.sun.portal.fabric.tasks.WebContainerBase com.sun.portal.fabric.tasks.BEAWL8Impl
Method Summary | |
public boolean | addJVMOption(String option, String value) | public boolean | appendClasspath(String classPath) | public void | configResource(Element root, String derbyHost, String derbyPort, String databaseName, String poolName) | public void | createSymbolicLinks(PSConfigContext configContext) | public void | deleteSymbolicLinks(PSConfigContext configContext) | public void | deploy(String warFile, String uri) | public void | doIdentitySDKConfig(PSConfigContext configContext) | public boolean | doJVMMemorySettings() | public void | doMiscTasks(PSConfigContext configContext) | public boolean | isPortalConfigured() | public void | postValidationInit() | public void | redeploy(String instance, String uri, String deployDir) | public boolean | removeClasspath(String classpath) | public boolean | removeJVMOption(String option, String value) | public void | removeJarFromClassPath(String jarToRemove) | public boolean | removeNativeLibraryPath(String path) | public boolean | setNativeLibraryPath(String path) | public void | start() | public void | stop() | public void | unConfigResource(String jndiName, String poolName) | public void | undeploy(String uri) | public void | undoMiscTasks(PSConfigContext configContext) | public void | validate() |
BEAWL8Impl | public BEAWL8Impl(Map wcAttributes)(Code) | | Constructor
Parameters: wcAttributes - WebContainer Information as a Map |
addJVMOption | public boolean addJVMOption(String option, String value)(Code) | | Add string to PS_OPTIONS
|
appendClasspath | public boolean appendClasspath(String classPath)(Code) | | Add string to classpath path
|
deploy | public void deploy(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 |
doIdentitySDKConfig | public void doIdentitySDKConfig(PSConfigContext configContext) throws ConfigurationException(Code) | | Configures the WebContainer with the classpath
settings, JVM options and other settings needed
for Identity Server SDK
|
doJVMMemorySettings | public boolean doJVMMemorySettings()(Code) | | |
isPortalConfigured | public boolean isPortalConfigured()(Code) | | Check if container has been configured for portal
in the case of Admin Server
|
removeClasspath | public boolean removeClasspath(String classpath)(Code) | | |
removeNativeLibraryPath | public boolean removeNativeLibraryPath(String path)(Code) | | |
setNativeLibraryPath | public boolean setNativeLibraryPath(String path)(Code) | | |
start | public void start()(Code) | | Starts the webcontainer instance
|
stop | public void stop()(Code) | | Stops the webcontainer instance
|
Methods inherited from com.sun.portal.fabric.tasks.WebContainerBase | protected boolean checkDirExists(String token, String value)(Code)(Java Doc) protected boolean checkFileExists(String token, String value)(Code)(Java Doc) protected boolean checkNotNull(String token, String value)(Code)(Java Doc) protected boolean checkNotNull(String token, String value, boolean secure)(Code)(Java Doc) protected boolean checkNotNullOrEmpty(String token, String value)(Code)(Java Doc) public void configure(PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public boolean configureApp(String configDir, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void configureSearch(String classpath, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void createResource(Element resource)(Code)(Java Doc) public void deleteResource(Element resource)(Code)(Java Doc) public void deploy(String warFile, String uri) throws ConfigurationException(Code)(Java Doc) final String getCommand(String sMainCommand, String[] args)(Code)(Java Doc) protected String getFilteredClassPath(String sourceCP, String filterListCP)(Code)(Java Doc) public Logger getLogger()(Code)(Java Doc) protected String getMergedClassPath(String sourceCP, String targetCP)(Code)(Java Doc) final public String getPrintableWebContainerInstanceName()(Code)(Java Doc) final public String getWebContainerType()(Code)(Java Doc) public void justDeploy(String warFile, String uri) throws ConfigurationException(Code)(Java Doc) public void postDeploy() throws ConfigurationException(Code)(Java Doc) public void postValidationInit() throws ConfigurationException(Code)(Java Doc) public void start() throws ConfigurationException(Code)(Java Doc) public void stop() throws ConfigurationException(Code)(Java Doc) public void unconfigure(PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void unconfigureSearch(String classpath, PSConfigContext configContext) throws ConfigurationException(Code)(Java Doc) public void undeploy(String uri) throws ConfigurationException(Code)(Java Doc) public void validate() throws ValidationException(Code)(Java Doc) protected boolean validateAdminHostNamePort(String adminHost, String adminPort)(Code)(Java Doc) protected boolean validateInstanceHostNamePort(String host, String port)(Code)(Java Doc)
|
|
|