org.kuali.rice.krms.impl.util
Class KRMSServiceLocatorInternal

java.lang.Object
  extended by org.kuali.rice.krms.impl.util.KRMSServiceLocatorInternal

public class KRMSServiceLocatorInternal
extends Object

This is a description of what this class does - gilesp don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
static String KRMS_MODULE_NAMESPACE
           
static String KRMS_RUN_MODE_PROPERTY
           
 
Constructor Summary
KRMSServiceLocatorInternal()
           
 
Method Summary
static Object getBean(String serviceName)
           
static
<A> A
getService(String serviceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KRMS_RUN_MODE_PROPERTY

public static final String KRMS_RUN_MODE_PROPERTY
See Also:
Constant Field Values

KRMS_MODULE_NAMESPACE

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

KRMSServiceLocatorInternal

public KRMSServiceLocatorInternal()
Method Detail

getService

public static <A> A getService(String serviceName)

getBean

public static Object getBean(String serviceName)


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