org.codehaus.cargo.container.weblogic
Interface WebLogicPropertySet


public interface WebLogicPropertySet

Gathers all WebLogic properties.

Version:
$Id: WebLogicPropertySet.java 1842 2008-12-10 13:26:39Z adriancole $

Field Summary
static java.lang.String ADMIN_PWD
          Password for user with administrator rights.
static java.lang.String ADMIN_USER
          User with administrator rights.
static java.lang.String BEA_HOME
          BEA Home.
static java.lang.String CONFIGURATION_VERSION
          Version of the domain configuration.
static java.lang.String DEPLOYABLE_FOLDER
          The auto-deploy folder, if different then default.
static java.lang.String DOMAIN_VERSION
          Lowest common denominator of the servers in the domain.
static java.lang.String LOGGING
          Log level used in the server log.
static java.lang.String SERVER
          WebLogic server name.
 

Field Detail

ADMIN_USER

static final java.lang.String ADMIN_USER
User with administrator rights.

See Also:
Constant Field Values

ADMIN_PWD

static final java.lang.String ADMIN_PWD
Password for user with administrator rights.

See Also:
Constant Field Values

SERVER

static final java.lang.String SERVER
WebLogic server name.

See Also:
Constant Field Values

DEPLOYABLE_FOLDER

static final java.lang.String DEPLOYABLE_FOLDER
The auto-deploy folder, if different then default.

See Also:
Constant Field Values

BEA_HOME

static final java.lang.String BEA_HOME
BEA Home. This is where bea products are installed.

See Also:
Constant Field Values

CONFIGURATION_VERSION

static final java.lang.String CONFIGURATION_VERSION
Version of the domain configuration. Used in WebLogic 9x+. format: 9.2.3.0.

See Also:
Constant Field Values

DOMAIN_VERSION

static final java.lang.String DOMAIN_VERSION
Lowest common denominator of the servers in the domain. Used in WebLogic 9x+. format: 9.2.3.0.

See Also:
Constant Field Values

LOGGING

static final java.lang.String LOGGING
Log level used in the server log.

See Also:
Constant Field Values


Copyright © 2004-2011 Codehaus. All Rights Reserved.