|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpringBeanMBMBean
The interface of the proxy class for all the beans loaded in the ApplicationContext.
Method Summary | |
---|---|
ObjectName |
getApplicationContextMB()
Returns the object name of the Application Context proxy. |
String |
getClassName()
Returns the class name of the referenced bean. |
String[] |
getConfiguration()
Returns the configuration parameter as they have been set in the configuration files loaded by the Application Context. |
String[] |
getInterceptors()
Returns the interceptor class names of the referenced bean. |
boolean |
getIsProxied()
Returns whether the referenced bean is proxied or not. |
boolean |
getIsSingleton()
Returns whether the referenced bean is a Singleton or a Prototype. |
String[] |
getMethods()
|
String |
getName()
Getter method for the name member variable. |
String[] |
getProperties()
|
ObjectName[] |
getRegisteredMBean()
Returns the corresponding MBeans which are registered at the MBean Server via MBeanExporter. |
String |
getResourceDescription()
|
String |
introspect()
|
String |
readProperty(String property)
Try and read a property from this bean. |
Method Detail |
---|
String getName()
String getResourceDescription()
String[] getConfiguration()
ObjectName getApplicationContextMB()
ObjectName[] getRegisteredMBean()
String getClassName()
boolean getIsSingleton()
String[] getInterceptors()
boolean getIsProxied()
String[] getMethods()
String[] getProperties()
String introspect()
String readProperty(String property)
property
- The property to read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |