deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.wass.was.configuration
Class WASDeegreeParams

java.lang.Object
  extended by org.deegree.enterprise.DeegreeParams
      extended by org.deegree.ogcwebservices.wass.was.configuration.WASDeegreeParams
All Implemented Interfaces:
Serializable

public class WASDeegreeParams
extends DeegreeParams

Encapsulates the deegree parameters for a WAS configuration.

Since:
2.0
Version:
2.0, $Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Rutger Bezema, last edited by: $Author: mschneider $
See Also:
Serialized Form

Constructor Summary
WASDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, OnlineResource wasAddress, int sessionLifetime, JDBCConnection database)
           
WASDeegreeParams(OnlineResource defaultOnlineResource, int cacheSize, int requestTimeLimit, String characterSet, OnlineResource wasAddress, int sessionLifetime, JDBCConnection database)
           
 
Method Summary
 JDBCConnection getDatabaseConnection()
           
 int getSessionLifetime()
           
 OnlineResource getWASAddress()
          returns the address of the WAS to be used to authenticate users
 
Methods inherited from class org.deegree.enterprise.DeegreeParams
getCacheSize, getCharacterSet, getCharset, getDefaultOnlineResource, getRequestTimeLimit, setCacheSize, setCharacterSet, setDefaultOnlineResource, setRequestTimeLimit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WASDeegreeParams

public WASDeegreeParams(OnlineResource defaultOnlineResource,
                        int cacheSize,
                        int requestTimeLimit,
                        OnlineResource wasAddress,
                        int sessionLifetime,
                        JDBCConnection database)
Parameters:
defaultOnlineResource -
cacheSize -
requestTimeLimit -
wasAddress -
sessionLifetime -
database -

WASDeegreeParams

public WASDeegreeParams(OnlineResource defaultOnlineResource,
                        int cacheSize,
                        int requestTimeLimit,
                        String characterSet,
                        OnlineResource wasAddress,
                        int sessionLifetime,
                        JDBCConnection database)
Parameters:
defaultOnlineResource -
cacheSize -
requestTimeLimit -
characterSet -
wasAddress -
sessionLifetime -
database -
Method Detail

getWASAddress

public OnlineResource getWASAddress()
returns the address of the WAS to be used to authenticate users

Returns:
the address

getSessionLifetime

public int getSessionLifetime()
Returns:
the maximum session lifetime in milliseconds.

getDatabaseConnection

public JDBCConnection getDatabaseConnection()
Returns:
an object containing database connection information

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org