| java.lang.Object com.sun.portal.fabric.tasks.WebContainerBase com.sun.portal.fabric.tasks.JESAS81Impl
Method Summary | |
public boolean | addJVMOption(String key, String value) | public boolean | appendClasspath(String classpath) | public void | configResource(Element root, String derbyHost, String derbyPort, String databaseName, String poolName) | public void | createConnectionPool(Element root, String derbyHost, String derbyPort, String databaseName, String poolName) | public void | createResources(Element root, 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() Do required container memory settings if the appserver vm setting are the default
i.e. | public void | doMiscTasks(PSConfigContext configContext) | protected void | finalize() | public boolean | isPortalConfigured() | public void | postValidationInit() | public boolean | removeClasspath(String classpath) | public void | removeConnectionPool(String poolName) | public boolean | removeJVMOption(String key, String value) | public boolean | removeNativeLibraryPath(String path) | public void | removeResource(String jndiName) | 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() |
JESAS81Impl | public JESAS81Impl(Map wcAttributes)(Code) | | Constructor
Parameters: wcAttributes - WebContainer Information as a Map Parameters: logger - Logger |
appendClasspath | public boolean appendClasspath(String classpath)(Code) | | Set container classpath
Parameters: classpath - true if classpath set successfully |
createResources | public void createResources(Element root, String poolName)(Code) | | |
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) | | Do required container memory settings if the appserver vm setting are the default
i.e. if -Xmx512m setting is found
|
isPortalConfigured | public boolean isPortalConfigured()(Code) | | |
removeClasspath | public boolean removeClasspath(String classpath)(Code) | | remove from container classpath
Parameters: classpath - true if classpath set successfully |
removeConnectionPool | public void removeConnectionPool(String poolName)(Code) | | |
removeNativeLibraryPath | public boolean removeNativeLibraryPath(String path)(Code) | | |
removeResource | public void removeResource(String jndiName)(Code) | | |
setNativeLibraryPath | public boolean setNativeLibraryPath(String path)(Code) | | |
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)
|
|
|