|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjanus.web.config.PropertyConfig
janus.web.service.Service
janus.web.service.ServerLoopService
janus.web.service.ProxyService
public class ProxyService
Server-Dienst, der einen Proxy-Server implementiert
ProxyServer| Field Summary | |
|---|---|
protected boolean |
autorelease
Autorelease-Flag |
static boolean |
DEFAULT_AUTORELEASE
|
static String |
DEFAULT_POOL
|
static int |
DEFAULT_PORT
|
static int |
DEFAULT_TIMEOUT
|
protected String |
pool
Connection-Pool |
protected int |
timeout
Timeout für ConnectionPool.getConnection() |
| Fields inherited from class janus.web.service.ServerLoopService |
|---|
address, DEFAULT_ADDRESS, loop, port, serverClass |
| Fields inherited from class janus.web.service.Service |
|---|
active, debug, debugStream, DEFAULT_ACTIVE, DEFAULT_DEBUG, DEFAULT_PACKAGE, errorlog, log, status, toStringParameters, TRACE |
| Fields inherited from class janus.web.config.PropertyConfig |
|---|
prefix, props |
| Constructor Summary | |
|---|---|
ProxyService()
Konstruktor - setzt die Serverklasse |
|
| Method Summary | |
|---|---|
String |
getPool()
Ermittle den Poolnamen |
int |
getTimeout()
Ermittle den Timeout |
protected void |
setToStringParameters(String param)
Setze die Paramter für Service.toString() |
void |
start()
Starte den Service |
| Methods inherited from class janus.web.service.ServerLoopService |
|---|
getAddress, getPort, getServerLoop, init, start, stop |
| Methods inherited from class janus.web.service.Service |
|---|
create, getDebugStream, getName, getStatus, getTraceName, handleException, isActive, isDebug, setField, setTraceName, toString |
| 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, readFile, setPrefix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean autorelease
public static final boolean DEFAULT_AUTORELEASE
public static final String DEFAULT_POOL
public static final int DEFAULT_PORT
public static final int DEFAULT_TIMEOUT
protected String pool
protected int timeout
ConnectionPool.getConnection()
| Constructor Detail |
|---|
public ProxyService()
| Method Detail |
|---|
public String getPool()
public int getTimeout()
protected void setToStringParameters(String param)
Service.toString()
setToStringParameters in class ServerLoopService
public void start()
throws Throwable
start in class ServiceThrowable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||