|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.schwarzrot.SRConstants
public class SRConstants
holds commonly used constants
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 |
---|
public static final String DBT_MYSQL
public static final String DEFAULT_ROOT_NODE
public static final String DBT_POSTGRES
public static final String DBT_ORACLE
public static final String DBT_DB2
public static final String JAR_APP_BASECLASS
public static final String JAR_APP_TYPE
SRStarter
.
public static final String JAR_LIB_TYPE
public static final String JAR_MAIN_TYPE
public static final String JAR_PROCESS_BASECLASS
public static final String JAR_PROCESS_TYPE
public static final String JAR_SERVICE_BASECLASS
public static final String JAR_SERVICE_TYPE
ServiceManager
.
public static final String JAR_THEME_BASECLASS
public static final String JAR_THEME_TYPE
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.
Constructor Detail |
---|
public SRConstants()
|
SRJRCFrames v0.1.296 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |