|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjanus.web.config.PropertyConfig
janus.web.config.ServiceConfig
Konfiguration der Services
| Field Summary | |
protected boolean |
active
|
static boolean |
DEFAULT_ACTIVE
|
protected String[] |
services
Service-Namen |
protected static Service[] |
serviceTable
Service-Tabelle |
| Fields inherited from class janus.web.config.PropertyConfig |
prefix, props |
| Method Summary | |
static void |
configure(Properties props)
Konfigurationsmethode. |
static Service[] |
getServices()
Liste der Services |
static boolean |
isActive()
Ermittle das ActiveFlag |
static void |
stop()
Halte die Services an |
| Methods inherited from class janus.web.config.PropertyConfig |
convertProperties, getBooleanProperty, getBooleanProperty, getBooleanPropertyArray, getBooleanPropertyArray, getIntProperty, getIntProperty, getIntPropertyArray, getIntPropertyArray, getLogger, getPrefix, getProperties, getProperty, getProperty, getPropertyArray, getPropertyArray, init, init, readFile, setField, setPrefix |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean active
public static final boolean DEFAULT_ACTIVE
protected String[] services
protected static Service[] serviceTable
| Method Detail |
public static void configure(Properties props)
throws Throwable
props - Die Properties mit den Serviceeinträgen
Throwablepublic static Service[] getServices()
public static boolean isActive()
public static void stop()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||