org.deegree.framework.concurrent
Class DoServiceTask<T>
java.lang.Object
  
org.deegree.framework.concurrent.DoServiceTask<T>
- Type Parameters:
 T - 
- All Implemented Interfaces: 
 - java.util.concurrent.Callable<T>
 
public class DoServiceTask<T>
- extends Object
- implements java.util.concurrent.Callable<T>
  
DoServiceTask is the Callable class that should be used by all services to invoke
 other services.
- Version:
 
  - $Revision: 6561 $, $Date: 2007-04-10 17:24:04 +0200 (Di, 10 Apr 2007) $
 
- Author:
 
  - Andreas Schmitz, last edited by: $Author: mschneider $
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
webService
OGCWebService webService
request
OGCWebServiceRequest request
DoServiceTask
public DoServiceTask(OGCWebService webService,
                     OGCWebServiceRequest request)
- Parameters:
 webService - request - 
call
public T call()
       throws Exception
- Specified by:
 call in interface java.util.concurrent.Callable<T>
 
- Returns:
 - the result of the execution
 - Throws:
 Exception
 
				an open source project founded by lat/lon, Bonn, Germany.
					For more information visit: http://deegree.sourceforge.net