org.apache.axis2.transport.jms
Class ServiceTaskManagerFactory

java.lang.Object
  extended by org.apache.axis2.transport.jms.ServiceTaskManagerFactory

public class ServiceTaskManagerFactory
extends java.lang.Object


Method Summary
static ServiceTaskManager createTaskManagerForService(JMSConnectionFactory jcf, org.apache.axis2.description.AxisService service, WorkerPool workerPool)
          Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTaskManagerForService

public static ServiceTaskManager createTaskManagerForService(JMSConnectionFactory jcf,
                                                             org.apache.axis2.description.AxisService service,
                                                             WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory

Parameters:
jcf -
service -
workerPool -
Returns:


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.