com.cinecolombia.common.utilcomponents
Interface JNDINames


public interface JNDINames

This class is the central location to store the internal JNDI names of various entities of all ears. Any change here should also be reflected in the deployment descriptors.

Author:
CincoSOFT
Created:
Junio 2003

Field Summary
static java.lang.String cinecolombia_SCC_EJBHOME
          JNDI name of cinecolombia Controller EJB :
static java.lang.String cinecolombiaDB
          JNDI name of cinecolombiaDB data source
static java.lang.String EXTERNAL_DEBUG_MODE
          JNDI name of externalDebugMode propertie :
static java.lang.String FILES_TEMPORAL_PATH
          JNDI name of filesTemporalPath propertie :
static java.lang.String initialContextFactory
          JNDI name of initialContextFactory:
static java.lang.String Interfases_EJBHOME
          JNDI name of Interfases EJB :
static java.lang.String interfases_SCC_EJBHOME
          JNDI name of interfases Controller EJB :
static java.lang.String ORDEN_PROCESOS
          JNDI name de initialContextFactory:
static java.lang.String Security_EJBHOME
          JNDI name of Security EJB :
 

Field Detail

cinecolombiaDB

public static final java.lang.String cinecolombiaDB
JNDI name of cinecolombiaDB data source

See Also:
Constant Field Values

EXTERNAL_DEBUG_MODE

public static final java.lang.String EXTERNAL_DEBUG_MODE
JNDI name of externalDebugMode propertie :

See Also:
Constant Field Values

FILES_TEMPORAL_PATH

public static final java.lang.String FILES_TEMPORAL_PATH
JNDI name of filesTemporalPath propertie :

See Also:
Constant Field Values

initialContextFactory

public static final java.lang.String initialContextFactory
JNDI name of initialContextFactory:

See Also:
Constant Field Values

ORDEN_PROCESOS

public static final java.lang.String ORDEN_PROCESOS
JNDI name de initialContextFactory:

See Also:
Constant Field Values

cinecolombia_SCC_EJBHOME

public static final java.lang.String cinecolombia_SCC_EJBHOME
JNDI name of cinecolombia Controller EJB :

See Also:
Constant Field Values

Security_EJBHOME

public static final java.lang.String Security_EJBHOME
JNDI name of Security EJB :

See Also:
Constant Field Values

interfases_SCC_EJBHOME

public static final java.lang.String interfases_SCC_EJBHOME
JNDI name of interfases Controller EJB :

See Also:
Constant Field Values

Interfases_EJBHOME

public static final java.lang.String Interfases_EJBHOME
JNDI name of Interfases EJB :

See Also:
Constant Field Values