Uses of Interface
org.addsimplicity.anicetus.io.TelemetryEncoder

Packages that use TelemetryEncoder
org.addsimplicity.anicetus.io   
org.addsimplicity.anicetus.io.jms   
 

Uses of TelemetryEncoder in org.addsimplicity.anicetus.io
 

Classes in org.addsimplicity.anicetus.io that implement TelemetryEncoder
 class JsonEncoder
          The encoder translates telemetry into a JSON string.
 

Methods in org.addsimplicity.anicetus.io that return TelemetryEncoder
 TelemetryEncoder FileDeliveryAdapter.getTranslator()
          Get the current session translator that is in effect.
 

Methods in org.addsimplicity.anicetus.io with parameters of type TelemetryEncoder
 void FileDeliveryAdapter.setTranslator(TelemetryEncoder translator)
          Set the translator that will be used for this session.
 

Uses of TelemetryEncoder in org.addsimplicity.anicetus.io.jms
 

Methods in org.addsimplicity.anicetus.io.jms that return TelemetryEncoder
 TelemetryEncoder JsonMessageConverter.getEncoder()
          Get the current encoder.
 

Methods in org.addsimplicity.anicetus.io.jms with parameters of type TelemetryEncoder
 void JsonMessageConverter.setEncoder(TelemetryEncoder translator)
          Set the telmetry encoder.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.