Methods in org.apache.geronimo.kernel that throw NoSuchAttributeException |
Object |
Kernel.getAttribute(AbstractName name,
String attributeName)
Gets the value of an attribute on the specified gbean |
Object |
KernelGBean.getAttribute(AbstractName abstractName,
String attributeName)
|
Object |
Kernel.getAttribute(Class type,
String attributeName)
|
Object |
KernelGBean.getAttribute(Class type,
String attributeName)
|
Object |
Kernel.getAttribute(ObjectName name,
String attributeName)
Deprecated. Use AbstractName version instead |
Object |
KernelGBean.getAttribute(ObjectName objectName,
String attributeName)
|
Object |
Kernel.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
KernelGBean.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
Kernel.getAttribute(String shortName,
String attributeName)
|
Object |
KernelGBean.getAttribute(String shortName,
String attributeName)
|
void |
Kernel.setAttribute(AbstractName name,
String attributeName,
Object attributeValue)
Sets the value of an attribute on the specified gbean |
void |
KernelGBean.setAttribute(AbstractName abstractName,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
KernelGBean.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
KernelGBean.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
void |
KernelGBean.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
Methods in org.apache.geronimo.kernel.basic that throw NoSuchAttributeException |
Object |
BasicKernel.getAttribute(AbstractName abstractName,
String attributeName)
|
Object |
BasicKernel.getAttribute(Class type,
String attributeName)
|
Object |
BasicKernel.getAttribute(ObjectName objectName,
String attributeName)
|
Object |
BasicKernel.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
BasicKernel.getAttribute(String shortName,
String attributeName)
|
void |
BasicKernel.setAttribute(AbstractName abstractName,
String attributeName,
Object attributeValue)
|
void |
BasicKernel.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
BasicKernel.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
BasicKernel.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
Methods in org.apache.geronimo.system.jmx that throw NoSuchAttributeException |
Object |
KernelDelegate.getAttribute(AbstractName abstractName,
String attributeName)
|
Object |
KernelDelegate.getAttribute(Class type,
String attributeName)
|
Object |
KernelDelegate.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
KernelDelegate.getAttribute(String shortName,
String attributeName)
|
void |
KernelDelegate.setAttribute(AbstractName abstractName,
String attributeName,
Object attributeValue)
|
void |
KernelDelegate.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
KernelDelegate.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
KernelDelegate.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|