org.apache.stratos.cartridge.agent.util
Class CartridgeAgentConstants

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.util.CartridgeAgentConstants
All Implemented Interfaces:
Serializable

public class CartridgeAgentConstants
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String APP_PATH
           
static String ARTIFACT_UPDATE_INTERVAL
           
static String ARTIFACTS_UPDATED_SH
           
static String CARTRIDGE_KEY
           
static String CLEAN_UP_SH
           
static String CLUSTER_ID
           
static String COMMIT_ENABLED
           
static String ENABLE_ARTIFACT_UPDATE
           
static String EXTENSIONS_DIR
           
static String INSTANCE_ACTIVATED_SH
           
static String INSTANCE_STARTED_SH
           
static String JNDI_PROPERTIES_DIR
           
static String LISTEN_ADDRESS
           
static String LOAD_AVERAGE
           
static String LOG_FILE_PATHS
           
static String MEMBER_ID
           
static String MEMORY_CONSUMPTION
           
static String MOUNT_VOLUMES_SH
           
static String MULTITENANT
           
static String NETWORK_PARTITION_ID
           
static String PARAM_FILE_PATH
           
static String PARTITION_ID
           
static String PORTS
           
static String PORTS_NOT_OPEN
           
static String REPO_URL
           
static String SERVICE_NAME
           
static String START_SERVERS_SH
           
 
Constructor Summary
CartridgeAgentConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_PROPERTIES_DIR

public static final String JNDI_PROPERTIES_DIR
See Also:
Constant Field Values

PARAM_FILE_PATH

public static final String PARAM_FILE_PATH
See Also:
Constant Field Values

EXTENSIONS_DIR

public static final String EXTENSIONS_DIR
See Also:
Constant Field Values

INSTANCE_STARTED_SH

public static final String INSTANCE_STARTED_SH
See Also:
Constant Field Values

START_SERVERS_SH

public static final String START_SERVERS_SH
See Also:
Constant Field Values

INSTANCE_ACTIVATED_SH

public static final String INSTANCE_ACTIVATED_SH
See Also:
Constant Field Values

ARTIFACTS_UPDATED_SH

public static final String ARTIFACTS_UPDATED_SH
See Also:
Constant Field Values

CLEAN_UP_SH

public static final String CLEAN_UP_SH
See Also:
Constant Field Values

MOUNT_VOLUMES_SH

public static final String MOUNT_VOLUMES_SH
See Also:
Constant Field Values

CARTRIDGE_KEY

public static final String CARTRIDGE_KEY
See Also:
Constant Field Values

APP_PATH

public static final String APP_PATH
See Also:
Constant Field Values

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values

CLUSTER_ID

public static final String CLUSTER_ID
See Also:
Constant Field Values

NETWORK_PARTITION_ID

public static final String NETWORK_PARTITION_ID
See Also:
Constant Field Values

PARTITION_ID

public static final String PARTITION_ID
See Also:
Constant Field Values

MEMBER_ID

public static final String MEMBER_ID
See Also:
Constant Field Values

REPO_URL

public static final String REPO_URL
See Also:
Constant Field Values

PORTS

public static final String PORTS
See Also:
Constant Field Values

LOG_FILE_PATHS

public static final String LOG_FILE_PATHS
See Also:
Constant Field Values

MEMORY_CONSUMPTION

public static final String MEMORY_CONSUMPTION
See Also:
Constant Field Values

LOAD_AVERAGE

public static final String LOAD_AVERAGE
See Also:
Constant Field Values

PORTS_NOT_OPEN

public static final String PORTS_NOT_OPEN
See Also:
Constant Field Values

MULTITENANT

public static final String MULTITENANT
See Also:
Constant Field Values

ENABLE_ARTIFACT_UPDATE

public static final String ENABLE_ARTIFACT_UPDATE
See Also:
Constant Field Values

ARTIFACT_UPDATE_INTERVAL

public static final String ARTIFACT_UPDATE_INTERVAL
See Also:
Constant Field Values

COMMIT_ENABLED

public static final String COMMIT_ENABLED
See Also:
Constant Field Values

LISTEN_ADDRESS

public static final String LISTEN_ADDRESS
See Also:
Constant Field Values
Constructor Detail

CartridgeAgentConstants

public CartridgeAgentConstants()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.