|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.Registry
public class Registry
Registry class.
| Constructor Summary | |
|---|---|
Registry()
|
|
| Method Summary | |
|---|---|
static boolean |
containsBean(String beanName)
containsBean |
static Object |
getBean(String beanName)
getBean |
static void |
setAppContext(org.springframework.context.ApplicationContext appContext)
setAppContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Registry()
| Method Detail |
|---|
public static void setAppContext(org.springframework.context.ApplicationContext appContext)
setAppContext
appContext - a ApplicationContext object.public static boolean containsBean(String beanName)
containsBean
beanName - a String object.
public static Object getBean(String beanName)
getBean
beanName - a String object.
Object object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||