org.kuali.rice.ksb.api
Class KsbApiServiceLocator

java.lang.Object
  extended by org.kuali.rice.ksb.api.KsbApiServiceLocator

public class KsbApiServiceLocator
extends Object

A static service locator which aids in locating the various services that form the Kuali Service Bus API.


Field Summary
static String CACHE_ADMINISTRATOR
           
static String MESSAGE_HELPER
           
static String SERVICE_BUS
           
static String SERVICE_REGISTRY
           
 
Constructor Summary
KsbApiServiceLocator()
           
 
Method Summary
static RiceCacheAdministrator getCacheAdministrator()
           
static MessageHelper getMessageHelper()
           
(package private) static
<T> T
getService(String serviceName)
           
static ServiceBus getServiceBus()
           
static ServiceRegistry getServiceRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_BUS

public static final String SERVICE_BUS
See Also:
Constant Field Values

SERVICE_REGISTRY

public static final String SERVICE_REGISTRY
See Also:
Constant Field Values

CACHE_ADMINISTRATOR

public static final String CACHE_ADMINISTRATOR
See Also:
Constant Field Values

MESSAGE_HELPER

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

KsbApiServiceLocator

public KsbApiServiceLocator()
Method Detail

getService

static <T> T getService(String serviceName)

getServiceBus

public static ServiceBus getServiceBus()

getServiceRegistry

public static ServiceRegistry getServiceRegistry()

getCacheAdministrator

public static RiceCacheAdministrator getCacheAdministrator()

getMessageHelper

public static MessageHelper getMessageHelper()


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