Uses of Class
org.deegree_impl.enterprise.WCServicePool

Packages that use WCServicePool
org.deegree_impl.enterprise   
 

Uses of WCServicePool in org.deegree_impl.enterprise
 

Fields in org.deegree_impl.enterprise declared as WCServicePool
protected  WCServicePool WCSServlet.pool
           
private static WCServicePool WCServicePool.instance
           
 

Methods in org.deegree_impl.enterprise that return WCServicePool
static WCServicePool WCServicePool.getInstance(CVDescriptor[] descriptors)
          realize singelton pattern using double checked locking pattern.