Package solar.impl

Contains some implementation of common APIs, such as various formatted events, event factory, etc.

See:
          Description

Class Summary
AbstractAttributeRecord An abstract implementation of attribute record.
ByteArrayAdu Application data unit contains only a byte array.
EventFactory Event factory produces events based on their types, or by calling a particular method on particular event format.
PlainAttributeRecord Plain attribute record encodes string attributes in square brackets.
PlainEvent An event with plain encoding of square brackets.
SerializedAdu Wrapper ADU for arbituary serializable object.
SerializedEvent SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
StringAdu Application data unit contains only a string.
 

Package solar.impl Description

Contains some implementation of common APIs, such as various formatted events, event factory, etc.