org.codehaus.cargo.container.weblogic
Interface WebLogicConfiguration
- All Known Implementing Classes:
- WebLogic103xStandaloneLocalConfiguration, WebLogic10xStandaloneLocalConfiguration, WebLogic9xExistingLocalConfiguration, WebLogic9xStandaloneLocalConfiguration, WebLogicExistingLocalConfiguration, WebLogicStandaloneLocalConfiguration
public interface WebLogicConfiguration
All WebLogic configuration implementations must implement this interface
which provides method to find out the location of key directories needed to
operate WebLogic.
- Version:
- $Id:$
Method Summary |
java.lang.String |
getDomainHome()
The DOMAIN_HOME holds the configuration and runtime files of a WebLogic
domain. |
getDomainHome
java.lang.String getDomainHome()
- The DOMAIN_HOME holds the configuration and runtime files of a WebLogic
domain. One or more server processes execute from this directory and must
have permissions to write to it.
- Returns:
- The DOMAIN_HOME, or instance-specific installation of WebLogic
Copyright © 2004-2011 Codehaus. All Rights Reserved.