|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use NoSuchAttributeException | |
---|---|
org.apache.geronimo.gbean.runtime | |
org.apache.geronimo.kernel | |
org.apache.geronimo.kernel.basic | |
org.apache.geronimo.system.jmx |
Uses of NoSuchAttributeException in org.apache.geronimo.gbean.runtime |
---|
Methods in org.apache.geronimo.gbean.runtime that throw NoSuchAttributeException | |
---|---|
Object |
GBeanInstance.getAttribute(String attributeName)
Gets an attribute's value by name. |
void |
GBeanInstance.setAttribute(String attributeName,
Object value)
Sets an attribute's value by name. |
void |
GBeanInstance.setAttribute(String attributeName,
Object value,
boolean manage)
|
Uses of NoSuchAttributeException in org.apache.geronimo.kernel |
---|
Methods in org.apache.geronimo.kernel that throw NoSuchAttributeException | |
---|---|
Object |
KernelGBean.getAttribute(AbstractName abstractName,
String attributeName)
|
Object |
Kernel.getAttribute(AbstractName name,
String attributeName)
Gets the value of an attribute on the specified gbean |
Object |
KernelGBean.getAttribute(Class type,
String attributeName)
|
Object |
Kernel.getAttribute(Class type,
String attributeName)
|
Object |
KernelGBean.getAttribute(ObjectName objectName,
String attributeName)
|
Object |
Kernel.getAttribute(ObjectName name,
String attributeName)
Deprecated. Use AbstractName version instead |
Object |
KernelGBean.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
Kernel.getAttribute(String shortName,
Class type,
String attributeName)
|
Object |
KernelGBean.getAttribute(String shortName,
String attributeName)
|
Object |
Kernel.getAttribute(String shortName,
String attributeName)
|
void |
KernelGBean.setAttribute(AbstractName abstractName,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(AbstractName name,
String attributeName,
Object attributeValue)
Sets the value of an attribute on the specified gbean |
void |
KernelGBean.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(Class type,
String attributeName,
Object attributeValue)
|
void |
KernelGBean.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(String shortName,
Class type,
String attributeName,
Object attributeValue)
|
void |
KernelGBean.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
void |
Kernel.setAttribute(String shortName,
String attributeName,
Object attributeValue)
|
Uses of NoSuchAttributeException in org.apache.geronimo.kernel.basic |
---|
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)
|
Uses of NoSuchAttributeException in org.apache.geronimo.system.jmx |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |