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

org.deegree.framework.concurrent
Class DoServiceTask<T>

java.lang.Object
  extended by org.deegree.framework.concurrent.DoServiceTask<T>
Type Parameters:
T -
All Implemented Interfaces:
Callable<T>

public class DoServiceTask<T>
extends Object
implements Callable<T>

DoServiceTask is the Callable class that should be used by all services to invoke other services.

Version:
$Revision: 18195 $, $Date: 2009-06-18 17:55:39 +0200 (Do, 18. Jun 2009) $
Author:
Andreas Schmitz, last edited by: $Author: mschneider $

Field Summary
(package private)  OGCWebServiceRequest request
           
(package private)  OGCWebService webService
           
 
Constructor Summary
DoServiceTask(OGCWebService webService, OGCWebServiceRequest request)
           
 
Method Summary
 T call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webService

OGCWebService webService

request

OGCWebServiceRequest request
Constructor Detail

DoServiceTask

public DoServiceTask(OGCWebService webService,
                     OGCWebServiceRequest request)
Parameters:
webService -
request -
Method Detail

call

public T call()
       throws Exception
Specified by:
call in interface Callable<T>
Returns:
the result of the execution
Throws:
Exception

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