org.kuali.rice.ksb.service
Class KSBContextServiceLocator

java.lang.Object
  extended by org.kuali.rice.ksb.service.KSBContextServiceLocator

public class KSBContextServiceLocator
extends Object


Field Summary
static String SCHEDULED_THREAD_POOL_SERVICE
           
static String THREAD_POOL_SERVICE
           
 
Constructor Summary
KSBContextServiceLocator()
           
 
Method Summary
 org.apache.cxf.Bus getCXFBus()
           
 org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()
           
 MessageHelper getMessageHelper()
           
 KSBScheduledPool getScheduledPool()
           
 Object getService(String name)
           
 Map getServices()
           
 KSBThreadPool getThreadPool()
           
 void setServices(Map services)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THREAD_POOL_SERVICE

public static final String THREAD_POOL_SERVICE
See Also:
Constant Field Values

SCHEDULED_THREAD_POOL_SERVICE

public static final String SCHEDULED_THREAD_POOL_SERVICE
See Also:
Constant Field Values
Constructor Detail

KSBContextServiceLocator

public KSBContextServiceLocator()
Method Detail

getService

public Object getService(String name)

getServices

public Map getServices()
Returns:
the services

setServices

public void setServices(Map services)
Parameters:
services - the services to set

getMessageHelper

public MessageHelper getMessageHelper()

getThreadPool

public KSBThreadPool getThreadPool()

getScheduledPool

public KSBScheduledPool getScheduledPool()

getCXFBus

public org.apache.cxf.Bus getCXFBus()

getCXFServerRegistry

public org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.