org.glassfish.paas.gfplugin
Interface GlassFishPluginConstants

All Known Implementing Classes:
DASProvisioner, GlassFishCloudArchiveProcessor, GlassFishPlugin, GlassFishTemplateCustomizer, InstanceProvisioner, LocalGlassFishTemplateCustomizer, LocalInstanceProvisioner, RemoteInstanceProvisioner

public interface GlassFishPluginConstants

Author:
Bhavanishankar S

Field Summary
static MessageFormat ASADMIN_COMMAND
           
static String CLASSNAME
           
static String CLUSTER_ARG
           
static String CREATE_ELASTIC_SERVICE
           
static String CREATE_INSTANCE
           
static String CREATE_LOCAL_INSTANCE
           
static String CREATE_NODE_SSH
           
static String DATABASE_SERVICE_TYPE
          JDBC related
static String DEFAULT_DAS_PORT
           
static String DEFAULT_MAX_CLUSTERSIZE
           
static String DEFAULT_MIN_CLUSTERSIZE
           
static String DELETE_ELASTIC_SERVICE
           
static String DELETE_INSTANCE
           
static String DELETE_NODE_SSH
           
static String DEPLOYMENT_PLAN_DIR
           
static String DISABLE_AUTO_SCALING
           
static String ENABLE_AUTO_SCALING
           
static String FS
          Temporary constants
static String HOST
           
static String INIT_TYPE_LAZY
           
static String INSTALL_DIR_ARG
           
static MessageFormat INSTANCE_NAME_FORMAT
           
static String IP_ADDRESS
           
static String JAR_EXTN
           
static String JAVAEE_SERVICE_TYPE
           
static String JDBC_CONNECTION_POOL
           
static String JDBC_DATASOURCE
           
static String JDBC_DS_CLASSNAME
           
static String JDBC_DS_RESTYPE
           
static String JDBC_RESOURCE
           
static String JDBC_SERVERNAME
           
static String JDBC_URL
           
static String JNDI_NAME
           
static String LOCALHOST
           
static String MAX_CLUSTERSIZE
           
static String MIN_CLUSTERSIZE
           
static String NATIVE_VIRTUALIZATION
           
static String NODE_ARG
           
static String NODE_HOST_ARG
          asadmin command arguments used in customizer.
static MessageFormat NODE_NAME_FORMAT
           
static String NODE_TYPE_SSH
           
static String NON_CONNECTOR_RESOURCES
           
static String PLAIN_ACTION_REPORT
          Other constants used in customizer.
static String POOL_NAME
           
static boolean provisionDAS
           
static String RESOURCE_TYPE
           
static String RESOURCE_XML_PARSERS
           
static String SERVICE_NAME
           
static String SERVICE_TYPE
          Service configuration related.
static String SETUP_SSH
          asadmin commands used in customizer
static String SSH_USER_ARG
           
static String START_CLUSTER
          asadmin commands
static String START_INSTANCE
           
static String START_LOCAL_INSTANCE
           
static String STOP_CLUSTER
           
static String STOP_INSTANCE
           
static String TMR_DIR
           
static String VM_SHUTDOWN_ARG
           
 

Field Detail

SERVICE_TYPE

static final String SERVICE_TYPE
Service configuration related.

See Also:
Constant Field Values

SERVICE_NAME

static final String SERVICE_NAME
See Also:
Constant Field Values

JAVAEE_SERVICE_TYPE

static final String JAVAEE_SERVICE_TYPE
See Also:
Constant Field Values

INIT_TYPE_LAZY

static final String INIT_TYPE_LAZY
See Also:
Constant Field Values

MIN_CLUSTERSIZE

static final String MIN_CLUSTERSIZE
See Also:
Constant Field Values

MAX_CLUSTERSIZE

static final String MAX_CLUSTERSIZE
See Also:
Constant Field Values

DEFAULT_MIN_CLUSTERSIZE

static final String DEFAULT_MIN_CLUSTERSIZE
See Also:
Constant Field Values

DEFAULT_MAX_CLUSTERSIZE

static final String DEFAULT_MAX_CLUSTERSIZE
See Also:
Constant Field Values

DEFAULT_DAS_PORT

static final String DEFAULT_DAS_PORT
See Also:
Constant Field Values

NATIVE_VIRTUALIZATION

static final String NATIVE_VIRTUALIZATION
See Also:
Constant Field Values

DATABASE_SERVICE_TYPE

static final String DATABASE_SERVICE_TYPE
JDBC related

See Also:
Constant Field Values

JDBC_RESOURCE

static final String JDBC_RESOURCE
See Also:
Constant Field Values

JDBC_CONNECTION_POOL

static final String JDBC_CONNECTION_POOL
See Also:
Constant Field Values

JDBC_SERVERNAME

static final String JDBC_SERVERNAME
See Also:
Constant Field Values

JDBC_URL

static final String JDBC_URL
See Also:
Constant Field Values

POOL_NAME

static final String POOL_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values

JDBC_DATASOURCE

static final String JDBC_DATASOURCE
See Also:
Constant Field Values

JDBC_DS_CLASSNAME

static final String JDBC_DS_CLASSNAME
See Also:
Constant Field Values

JDBC_DS_RESTYPE

static final String JDBC_DS_RESTYPE
See Also:
Constant Field Values

FS

static final String FS
Temporary constants


RESOURCE_XML_PARSERS

static final String RESOURCE_XML_PARSERS
See Also:
Constant Field Values

NON_CONNECTOR_RESOURCES

static final String NON_CONNECTOR_RESOURCES
See Also:
Constant Field Values

TMR_DIR

static final String TMR_DIR
See Also:
Constant Field Values

DEPLOYMENT_PLAN_DIR

static final String DEPLOYMENT_PLAN_DIR

JAR_EXTN

static final String JAR_EXTN
See Also:
Constant Field Values

HOST

static final String HOST
See Also:
Constant Field Values

IP_ADDRESS

static final String IP_ADDRESS
See Also:
Constant Field Values

LOCALHOST

static final String LOCALHOST
See Also:
Constant Field Values

START_CLUSTER

static final String START_CLUSTER
asadmin commands

See Also:
Constant Field Values

STOP_CLUSTER

static final String STOP_CLUSTER
See Also:
Constant Field Values

CREATE_ELASTIC_SERVICE

static final String CREATE_ELASTIC_SERVICE
See Also:
Constant Field Values

DELETE_ELASTIC_SERVICE

static final String DELETE_ELASTIC_SERVICE
See Also:
Constant Field Values

ENABLE_AUTO_SCALING

static final String ENABLE_AUTO_SCALING
See Also:
Constant Field Values

DISABLE_AUTO_SCALING

static final String DISABLE_AUTO_SCALING
See Also:
Constant Field Values

SETUP_SSH

static final String SETUP_SSH
asadmin commands used in customizer

See Also:
Constant Field Values

CREATE_NODE_SSH

static final String CREATE_NODE_SSH
See Also:
Constant Field Values

DELETE_NODE_SSH

static final String DELETE_NODE_SSH
See Also:
Constant Field Values

CREATE_INSTANCE

static final String CREATE_INSTANCE
See Also:
Constant Field Values

DELETE_INSTANCE

static final String DELETE_INSTANCE
See Also:
Constant Field Values

START_INSTANCE

static final String START_INSTANCE
See Also:
Constant Field Values

STOP_INSTANCE

static final String STOP_INSTANCE
See Also:
Constant Field Values

CREATE_LOCAL_INSTANCE

static final String CREATE_LOCAL_INSTANCE
See Also:
Constant Field Values

START_LOCAL_INSTANCE

static final String START_LOCAL_INSTANCE
See Also:
Constant Field Values

NODE_HOST_ARG

static final String NODE_HOST_ARG
asadmin command arguments used in customizer.

See Also:
Constant Field Values

NODE_ARG

static final String NODE_ARG
See Also:
Constant Field Values

SSH_USER_ARG

static final String SSH_USER_ARG
See Also:
Constant Field Values

INSTALL_DIR_ARG

static final String INSTALL_DIR_ARG
See Also:
Constant Field Values

CLUSTER_ARG

static final String CLUSTER_ARG
See Also:
Constant Field Values

VM_SHUTDOWN_ARG

static final String VM_SHUTDOWN_ARG
See Also:
Constant Field Values

PLAIN_ACTION_REPORT

static final String PLAIN_ACTION_REPORT
Other constants used in customizer.

See Also:
Constant Field Values

NODE_TYPE_SSH

static final String NODE_TYPE_SSH
See Also:
Constant Field Values

NODE_NAME_FORMAT

static final MessageFormat NODE_NAME_FORMAT

INSTANCE_NAME_FORMAT

static final MessageFormat INSTANCE_NAME_FORMAT

ASADMIN_COMMAND

static final MessageFormat ASADMIN_COMMAND

RESOURCE_TYPE

static final String RESOURCE_TYPE
See Also:
Constant Field Values

CLASSNAME

static final String CLASSNAME
See Also:
Constant Field Values

provisionDAS

static final boolean provisionDAS


Copyright © 2012. All Rights Reserved.