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