SilverStream eXtend
Director 4.0

com.sssw.fw.api
Interface EbiConstants

All Known Subinterfaces:
EbiPortalConstants

public interface EbiConstants

Interface that contains constants for the eXtend Director framework.


Field Summary
static int CACHE_CONTENT_TYPE_IMAGE
          Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_IMAGE.
static int CACHE_CONTENT_TYPE_OBJECT
          Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_OBJECT.
static int CACHE_CONTENT_TYPE_TEXT
          Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_TEXT.
static String CACHE_COORD_HOST
          Deprecated. Use EbiCacheConstants.CACHE_COORD_RMI_HOST.
static String CACHE_COORD_PORT
          Deprecated. Use EbiCacheConstants.CACHE_COORD_RMI_PORT.
static String CACHE_COORD_START_SLEEP_INTERVAL
          Deprecated. Use EbiCacheConstants.CACHE_COORD_START_SLEEP_INTERVAL.
static String CACHE_COORD_START_TRY_COUNT
          Deprecated. Use EbiCacheConstants.CACHE_COORD_START_TRY_COUNT.
static String CACHE_COORD_WATCHER_SLEEP_INTERVAL
          Deprecated. Use EbiCacheConstants.CACHE_COORD_WATCHER_SLEEP_INTERVAL.
static String CACHE_DISK_DIR
          Deprecated. Use EbiCacheConstants.CACHE_DISK_DIR.
static String CACHE_DISK_MAX_CONTENT_SIZE
          Deprecated. Use EbiCacheConstants.CACHE_DISK_MAX_CONTENT_SIZE.
static String CACHE_DISK_MAX_SIZE
          Deprecated. Use EbiCacheConstants.CACHE_DISK_MAX_SIZE.
static String CACHE_ENABLE
          Deprecated. Use EbiCacheConstants.CACHE_ENABLE.
static String CACHE_KEY_DELIMITER
          Deprecated.  
static String CACHE_MEM_MAX_CONTENT_SIZE
          Deprecated. Use EbiCacheConstants.CACHE_MEM_MAX_CONTENT_SIZE.
static String CACHE_MEM_MAX_SIZE
          Deprecated. Use EbiCacheConstants.CACHE_MEM_MAX_SIZE.
static String CACHE_MGR
          Deprecated.  
static String CACHE_OBJECT_MAX_SIZE
          Deprecated. Use EbiCacheConstants.CACHE_OBJECT_MAX_SIZE.
static String DEFAULT_INSTANCEID
          Deprecated.  
static String DEFAULT_USERID
          Deprecated. Use EbiDirectoryDelegate.getAnonymous().
static String EL_PORTAL_PAGE
          The fully qualified name of the object that provides information about portal pages.
static String FRAMEWORK_FILE_EXTENSION_KEY
          The file extension key of the Framework configuration file (config.xml).
static String FRAMEWORK_FILESYSDIR_KEY
          Key in EbiConfig for a writable directory in the file system.
static String FRAMEWORK_MIMETYPE_KEY
          Prefix for keys in EbiConfig whose values are MIME types.
static String FW_PRINCIPAL_GROUP
          Identifier for the group principal type.
static String FW_PRINCIPAL_USER
          Identifier for the user principal type.
static String GETMACADDR_EXE_KEY
          Key in EbiConfig for the name of the executable program that gets the physical network address on the various server platforms.
static String INTERNET_USER_GROUP_ID
          Deprecated.  
static String INTERNET_USER_PASSWORD
          Deprecated.  
static String PERSONALIZE_MGR
          Deprecated. Use EbiUserConstants.
static String PORTAL_ADMIN_TYPE
          Deprecated.  
static String PROP_FW_DATASOURCE
          Key in EbiConfig for the JNDI name of the default datasource.
static String SECURITY_MGR
          Deprecated. Use EbiSecurityConstants.
static String SERVLET_CONTAINER_VERSION
          Key in EbiConfig whose value identifies the application server being used.
static String SESSION_MGR
          Deprecated.  
static String UNKNOWN
          String used for data whose value is unknown.
static String USER_MGR
          Deprecated. Use EbiUserConstants.
 

Field Detail

SECURITY_MGR

public static final String SECURITY_MGR
Deprecated. Use EbiSecurityConstants.

No information available.

CACHE_MGR

public static final String CACHE_MGR
Deprecated.  

No information available.

USER_MGR

public static final String USER_MGR
Deprecated. Use EbiUserConstants.

No information available.

SESSION_MGR

public static final String SESSION_MGR
Deprecated.  

No information available.

PERSONALIZE_MGR

public static final String PERSONALIZE_MGR
Deprecated. Use EbiUserConstants.

No information available.

EL_PORTAL_PAGE

public static final String EL_PORTAL_PAGE
The fully qualified name of the object that provides information about portal pages.

PROP_FW_DATASOURCE

public static final String PROP_FW_DATASOURCE
Key in EbiConfig for the JNDI name of the default datasource. This datasource is the database that contains the Director application tables.

The Director EAR Wizard prompts you for this value when you create the EAR. You can change this value in the configuration file for the framework (config.xml).

The format of the JNDI name is specific to each application server. See your server documentation for details.

See Also:
EbiConfig

INTERNET_USER_GROUP_ID

public static final String INTERNET_USER_GROUP_ID
Deprecated.  

No information available.

INTERNET_USER_PASSWORD

public static final String INTERNET_USER_PASSWORD
Deprecated.  

No information available.

DEFAULT_USERID

public static final String DEFAULT_USERID
Deprecated. Use EbiDirectoryDelegate.getAnonymous().

No information available.

DEFAULT_INSTANCEID

public static final String DEFAULT_INSTANCEID
Deprecated.  

No information available.

CACHE_ENABLE

public static final String CACHE_ENABLE
Deprecated. Use EbiCacheConstants.CACHE_ENABLE.

No information available.

CACHE_MEM_MAX_CONTENT_SIZE

public static final String CACHE_MEM_MAX_CONTENT_SIZE
Deprecated. Use EbiCacheConstants.CACHE_MEM_MAX_CONTENT_SIZE.

No information available.

CACHE_MEM_MAX_SIZE

public static final String CACHE_MEM_MAX_SIZE
Deprecated. Use EbiCacheConstants.CACHE_MEM_MAX_SIZE.

No information available .

CACHE_DISK_MAX_CONTENT_SIZE

public static final String CACHE_DISK_MAX_CONTENT_SIZE
Deprecated. Use EbiCacheConstants.CACHE_DISK_MAX_CONTENT_SIZE.

No information available.

CACHE_DISK_MAX_SIZE

public static final String CACHE_DISK_MAX_SIZE
Deprecated. Use EbiCacheConstants.CACHE_DISK_MAX_SIZE.

No information available.

CACHE_DISK_DIR

public static final String CACHE_DISK_DIR
Deprecated. Use EbiCacheConstants.CACHE_DISK_DIR.

No information available.

CACHE_OBJECT_MAX_SIZE

public static final String CACHE_OBJECT_MAX_SIZE
Deprecated. Use EbiCacheConstants.CACHE_OBJECT_MAX_SIZE.

No information available.

CACHE_COORD_HOST

public static final String CACHE_COORD_HOST
Deprecated. Use EbiCacheConstants.CACHE_COORD_RMI_HOST.

No information available.

CACHE_COORD_PORT

public static final String CACHE_COORD_PORT
Deprecated. Use EbiCacheConstants.CACHE_COORD_RMI_PORT.

No information available.

CACHE_COORD_START_TRY_COUNT

public static final String CACHE_COORD_START_TRY_COUNT
Deprecated. Use EbiCacheConstants.CACHE_COORD_START_TRY_COUNT.

No information available.

CACHE_COORD_START_SLEEP_INTERVAL

public static final String CACHE_COORD_START_SLEEP_INTERVAL
Deprecated. Use EbiCacheConstants.CACHE_COORD_START_SLEEP_INTERVAL.

No information available.

CACHE_COORD_WATCHER_SLEEP_INTERVAL

public static final String CACHE_COORD_WATCHER_SLEEP_INTERVAL
Deprecated. Use EbiCacheConstants.CACHE_COORD_WATCHER_SLEEP_INTERVAL.

No information available.

CACHE_CONTENT_TYPE_TEXT

public static final int CACHE_CONTENT_TYPE_TEXT
Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_TEXT.

No information available.

CACHE_CONTENT_TYPE_IMAGE

public static final int CACHE_CONTENT_TYPE_IMAGE
Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_IMAGE.

No information available.

CACHE_CONTENT_TYPE_OBJECT

public static final int CACHE_CONTENT_TYPE_OBJECT
Deprecated. Use EbiCacheConstants.CACHE_CONTENT_TYPE_OBJECT.

No information available.

CACHE_KEY_DELIMITER

public static final String CACHE_KEY_DELIMITER
Deprecated.  

No information available.

PORTAL_ADMIN_TYPE

public static final String PORTAL_ADMIN_TYPE
Deprecated.  

No information available.

FW_PRINCIPAL_USER

public static final String FW_PRINCIPAL_USER
Identifier for the user principal type. Used to specify the type of principals you are adding to ACLs and in other security methods in the com.sssw.fw.security.api package.

FW_PRINCIPAL_GROUP

public static final String FW_PRINCIPAL_GROUP
Identifier for the group principal type. Used to specify the type of principals you are adding to ACLs and in other security methods in the com.sssw.fw.security.api package.

UNKNOWN

public static final String UNKNOWN
String used for data whose value is unknown.

FRAMEWORK_MIMETYPE_KEY

public static final String FRAMEWORK_MIMETYPE_KEY
Prefix for keys in EbiConfig whose values are MIME types. You can use this constant with the getStartsWith() method in EbiConfig to get a list of the defined MIME types. You can define the MIME types in the configuration file for the framework (config.xml).
See Also:
EbiConfig

FRAMEWORK_FILE_EXTENSION_KEY

public static final String FRAMEWORK_FILE_EXTENSION_KEY
The file extension key of the Framework configuration file (config.xml).

FRAMEWORK_FILESYSDIR_KEY

public static final String FRAMEWORK_FILESYSDIR_KEY
Key in EbiConfig for a writable directory in the file system. You can set this value in the configuration file for the framework (config.xml).
See Also:
EbiConfig

SERVLET_CONTAINER_VERSION

public static final String SERVLET_CONTAINER_VERSION
Key in EbiConfig whose value identifies the application server being used. The value is the information returned by the getServerInfo() method of javax.servlet.ServletContext. The value is set in EbiConfig during the Director boot process. It is not stored in any configuration file.
See Also:
EbiConfig

GETMACADDR_EXE_KEY

public static final String GETMACADDR_EXE_KEY
Key in EbiConfig for the name of the executable program that gets the physical network address on the various server platforms. You can set this value in the configuration file for the framework (config.xml).
See Also:
EbiConfig

SilverStream eXtend
Director 4.0