| java.lang.Object com.sun.jbi.jsf.util.CompositeDataUtils
CompositeDataUtils | final public class CompositeDataUtils (Code) | | Utilities to format alert messages
author: Sun Microsystems Inc. |
dump | public static void dump(CompositeData aCompositeData)(Code) | | prints the contents of a CompositeData
Parameters: aCompositeData - to dump |
findComponentEndpoints | public static List findComponentEndpoints(TabularData aNMRStatsTD, String anInstanceName, String aCompName)(Code) | | find endpoints on the specified instance for the specified component
Parameters: aNMRStatsTD - contains all active endpoints and theircomponent and instance Parameters: anInstanceName - to filter for Parameters: aCompName - to filter for list of endpoints on the specified instance forthe specified component |
findCompositeArrayItem | public static CompositeData[] findCompositeArrayItem(CompositeData aCompData, String anItemKey)(Code) | | Gets a List data item for the given CompositeData for the
specified key.
Parameters: aCompData - the composite data Parameters: anItemKey - the key to extract the object from the composite data the value of the specified item as a List |
findCompositeDate | public static Date findCompositeDate(CompositeData aCompData, String anItemKey)(Code) | | Gets the response Date from the given CompositeData for
the specified key.
Parameters: aCompData - the composite data Parameters: anItemKey - the key to extract the object from the composite data an Date containing the response time |
findCompositeItem | public static String findCompositeItem(CompositeData aCompData, String anItemKey)(Code) | | Gets a String representation of a simple data item for the given CompositeData
for the specified key.
Parameters: aCompData - the composite data Parameters: anItemKey - the key to extract the object from the composite data the value of the specified item |
findCompositeResponseTime | public static Object[] findCompositeResponseTime(CompositeData aCompData, String anItemKey)(Code) | | Gets the response time from the given CompositeData for
the specified key.
Parameters: aCompData - the composite data Parameters: anItemKey - the key to extract the object from the composite data an Object[] containing the response time |
findCompositeUpTime | public static Object[] findCompositeUpTime(CompositeData aCompData, String anItemKey)(Code) | | Gets an elapsed time from the given CompositeData using
the specified key.
Parameters: aCompData - the composite data Parameters: anItemKey - the key to extract the object from the composite data an Object[] of time unit inserts (days,hours, minutes, and seconds) |
getDataForInstance | public static CompositeData getDataForInstance(TabularData aTableOfData, String anInstanceName)(Code) | | Parameters: aTableOfData - Description of Parameter Parameters: anInstanceName - Description of Parameter The DataForInstance value |
|
|