uk.ac.ncl.cs.instantsoap.servicedp.impl
Class SynchronousServiceDispatcherImpl

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.servicedp.impl.SynchronousServiceDispatcherImpl
All Implemented Interfaces:
SynchronousServiceDispatcher

public class SynchronousServiceDispatcherImpl
extends Object
implements SynchronousServiceDispatcher

Created by IntelliJ IDEA. User: nmrp3 Date: 17-May-2006 Time: 16:40:30 To change this newTemplate use FileData | Settings | FileData TemplateBuilder.


Constructor Summary
SynchronousServiceDispatcherImpl(AsynchronousServiceDispatcher async)
           
 
Method Summary
 BlockedInvocationResponse invoke(JobSpecification jobSpec)
          Invoke the invocation, blocking the calling thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousServiceDispatcherImpl

public SynchronousServiceDispatcherImpl(AsynchronousServiceDispatcher async)
Parameters:
async -
Method Detail

invoke

public BlockedInvocationResponse invoke(JobSpecification jobSpec)
                                 throws InvalidJobSpecificationException,
                                        JobExecutionException,
                                        UnknownApplicationException
Description copied from interface: SynchronousServiceDispatcher
Invoke the invocation, blocking the calling thread.

Specified by:
invoke in interface SynchronousServiceDispatcher
Parameters:
jobSpec - a JobSpecification value
Returns:
an BlockedInvocationResponse value
Throws:
InvalidJobSpecificationException - if the specification of the job contains errors
JobExecutionException - if an error occurs while handling the job
UnknownApplicationException


Copyright © 2006-2008. All Rights Reserved.