| 
 | SRJRCFrames v0.1.296 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.schwarzrot.SRConstants
public class SRConstants
holds commonly used constants
| Field Summary | |
|---|---|
| static String | DBT_DB2 | 
| static String | DBT_MYSQLname of supported database: mysql | 
| static String | DBT_ORACLE | 
| static String | DBT_POSTGRESname of supported database postgres | 
| static String | DEFAULT_ROOT_NODE | 
| static String | JAR_APP_BASECLASSbaseclass of dynamically loadable applications | 
| static String | JAR_APP_TYPEidentifies a jarfile as dynamically loadable application. | 
| static String | JAR_LIB_TYPEidentifies a jarfile as a dynamically loadable library | 
| static String | JAR_MAIN_TYPEidentifies a jarfile as standalone application, which means, that an application can be started with this archive. | 
| static String | JAR_PROCESS_BASECLASSbaseclass of dynamically loadable process definition | 
| static String | JAR_PROCESS_TYPEidentifies a jarfile as a process definition used to convert/recode VDR recordings. | 
| static String | JAR_SERVICE_BASECLASSbaseclass of a java system service | 
| static String | JAR_SERVICE_TYPEidentifies a jarfile as a java system service, managed by ServiceManager. | 
| static String | JAR_THEME_BASECLASSbaseclass of dynamically loadable themes | 
| static String | JAR_THEME_TYPEidentifies a jarfile as a Themeimplementation. | 
| 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 | |||||||||