|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationContextMBMBean
The interface of the proxy class for an ApplicationContext.
Method Summary | |
---|---|
String[] |
getExclusiveConfigLocations()
Returns the exclusive config locations of this ApplicationContext. |
String[] |
getInclusiveConfigLocations()
Returns the inclusive config locations of this ApplicationContext. |
ObjectName |
getJvmMB()
Returns the JvmMB of this ApplicationContext. |
String |
getName()
Returns the display name of the ApplicationContext. |
String[] |
getResolvedConfigLocations()
Returns the resolved config locations of this ApplicationContext, i.e. |
ObjectName[] |
getSpringBeansMB()
Returns the SpringBeans created by this ApplicationContext. |
String[] |
getURLClassPath()
If loaded via maven, the application's classpath will only contain classworlds, but the modules loaded will be abailable as URLs from maven's URLClassLoader that loads the application. |
Method Detail |
---|
String getName()
String[] getResolvedConfigLocations()
String[] getInclusiveConfigLocations()
String[] getExclusiveConfigLocations()
String[] getURLClassPath()
ObjectName getJvmMB()
ObjectName[] getSpringBeansMB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |