Package org.hackystat.sensor.xmldata.util

Contains the utility classes that are useful for operations performed by this sensor.

See:
          Description

Class Summary
SensorDataPropertyMap Provides a thread-safe property map implementation for use as the value of the default 'pMap' field in all Sensor Data.
StringListCodec Provides an encoder for transforming a List instance containing strings into a single string (suitable for transmission via SOAP) and a decoder for reconstructing the List on the other side.
TestSensorDataPropertyMap Tests the SensorDataPropertyMap implementation.
TestStringListCodec Tests the StringListCodec implementation.
 

Exception Summary
StringListCodecException Thrown when exceptions occur during string list encoding and decoding.
 

Package org.hackystat.sensor.xmldata.util Description

Contains the utility classes that are useful for operations performed by this sensor.