|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FragmentNameException | |
|---|---|
| org.ow2.jasmine.probe.collectors.jmx.internal | |
| Uses of FragmentNameException in org.ow2.jasmine.probe.collectors.jmx.internal |
|---|
| Methods in org.ow2.jasmine.probe.collectors.jmx.internal that throw FragmentNameException | |
|---|---|
static javax.management.Attribute |
JmxUtil.getAttributeFragment(java.lang.String name,
javax.management.Attribute att)
Return an Attribute object corresponding to the given attribute fragment name. |
static java.lang.String |
FragmentUtil.getAttributeName(java.lang.String name)
Get the attribute name from the attribute fragment name |
static java.lang.String |
FragmentUtil.getElementName(java.lang.String fragmentName)
Get the name of an element from a fragment name. |
static java.lang.String |
FragmentUtil.getElementName(java.lang.String name,
java.lang.String attributeName)
Get the first attribute element's name in a String having the following expected format: |
static java.lang.String |
FragmentUtil.getIndexes(java.lang.String name,
java.lang.String attributeName)
Get the indexes in an indexed attribute element having the following expected format: |
static java.lang.String |
FragmentUtil.getItemName(java.lang.String fragmentName)
Get the name of an item's key from a fragment name. |
static boolean |
FragmentUtil.nextElementIsIndex(java.lang.String name,
java.lang.String attributeName)
Check if the first attribute element in the given String corresponds to an indexed element. |
static boolean |
FragmentUtil.nextElementIsKey(java.lang.String name,
java.lang.String attributeName)
Check if the first attribute element in the given String corresponds to a key element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||