janus.web.config
Class ServiceConfig

java.lang.Object
  extended by janus.web.config.PropertyConfig
      extended by janus.web.config.ServiceConfig

public class ServiceConfig
extends PropertyConfig

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

active

protected boolean active

DEFAULT_ACTIVE

public static final boolean DEFAULT_ACTIVE
See Also:
Constant Field Values

services

protected String[] services
Service-Namen


serviceTable

protected static Service[] serviceTable
Service-Tabelle

Method Detail

configure

public static void configure(Properties props)
                      throws Throwable
Konfigurationsmethode. Erzeugt die Service-Liste.

Parameters:
props - Die Properties mit den Serviceeinträgen
Throws:
Throwable

getServices

public static Service[] getServices()
Liste der Services


isActive

public static boolean isActive()
Ermittle das ActiveFlag


stop

public static void stop()
Halte die Services an



Copyright © 2008 MvC Systemsoftware.