SRJRCFrames
v0.1.296

de.schwarzrot
Class SRConstants

java.lang.Object
  extended by de.schwarzrot.SRConstants

public class SRConstants
extends Object

holds commonly used constants

Author:
Reinhard Mantey

Field Summary
static String DBT_DB2
           
static String DBT_MYSQL
          name of supported database: mysql
static String DBT_ORACLE
           
static String DBT_POSTGRES
          name of supported database postgres
static String DEFAULT_ROOT_NODE
           
static String JAR_APP_BASECLASS
          baseclass of dynamically loadable applications
static String JAR_APP_TYPE
          identifies a jarfile as dynamically loadable application.
static String JAR_LIB_TYPE
          identifies a jarfile as a dynamically loadable library
static String JAR_MAIN_TYPE
          identifies a jarfile as standalone application, which means, that an application can be started with this archive.
static String JAR_PROCESS_BASECLASS
          baseclass of dynamically loadable process definition
static String JAR_PROCESS_TYPE
          identifies a jarfile as a process definition used to convert/recode VDR recordings.
static String JAR_SERVICE_BASECLASS
          baseclass of a java system service
static String JAR_SERVICE_TYPE
          identifies a jarfile as a java system service, managed by ServiceManager.
static String JAR_THEME_BASECLASS
          baseclass of dynamically loadable themes
static String JAR_THEME_TYPE
          identifies a jarfile as a Theme implementation.
 
Constructor Summary
SRConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DBT_MYSQL

public static final String DBT_MYSQL
name of supported database: mysql

See Also:
Constant Field Values

DEFAULT_ROOT_NODE

public static final String DEFAULT_ROOT_NODE
See Also:
Constant Field Values

DBT_POSTGRES

public static final String DBT_POSTGRES
name of supported database postgres

See Also:
Constant Field Values

DBT_ORACLE

public static final String DBT_ORACLE
See Also:
Constant Field Values

DBT_DB2

public static final String DBT_DB2
See Also:
Constant Field Values

JAR_APP_BASECLASS

public static final String JAR_APP_BASECLASS
baseclass of dynamically loadable applications

See Also:
Constant Field Values

JAR_APP_TYPE

public static final String JAR_APP_TYPE
identifies a jarfile as dynamically loadable application. That applications will be loaded by the application frame SRStarter.

See Also:
Constant Field Values

JAR_LIB_TYPE

public static final String JAR_LIB_TYPE
identifies a jarfile as a dynamically loadable library

See Also:
Constant Field Values

JAR_MAIN_TYPE

public static final String JAR_MAIN_TYPE
identifies a jarfile as standalone application, which means, that an application can be started with this archive.

See Also:
Constant Field Values

JAR_PROCESS_BASECLASS

public static final String JAR_PROCESS_BASECLASS
baseclass of dynamically loadable process definition

See Also:
Constant Field Values

JAR_PROCESS_TYPE

public static final String JAR_PROCESS_TYPE
identifies a jarfile as a process definition used to convert/recode VDR recordings.

See Also:
Constant Field Values

JAR_SERVICE_BASECLASS

public static final String JAR_SERVICE_BASECLASS
baseclass of a java system service

See Also:
Constant Field Values

JAR_SERVICE_TYPE

public static final String JAR_SERVICE_TYPE
identifies a jarfile as a java system service, managed by ServiceManager.

See Also:
Constant Field Values

JAR_THEME_BASECLASS

public static final String JAR_THEME_BASECLASS
baseclass of dynamically loadable themes

See Also:
Constant Field Values

JAR_THEME_TYPE

public static final String JAR_THEME_TYPE
identifies a jarfile as a Theme implementation. Themes are dynamically loaded by Theme-Manager applications, Job-Processor service and others. Themes are used to create DVD menus from database driven menu templates.

See Also:
Constant Field Values
Constructor Detail

SRConstants

public SRConstants()

SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.