Uses of Class
org.deegree_impl.enterprise.WCASServicePool

Packages that use WCASServicePool
org.deegree_impl.enterprise   
 

Uses of WCASServicePool in org.deegree_impl.enterprise
 

Fields in org.deegree_impl.enterprise declared as WCASServicePool
protected  WCASServicePool WCASServlet.pool
           
private static WCASServicePool WCASServicePool.instance
           
 

Methods in org.deegree_impl.enterprise that return WCASServicePool
static WCASServicePool WCASServicePool.getInstance(WCASCapabilities wcasCapa, WFSCapabilities wfsCapa)
          realize singelton pattern using double checked locking pattern.