Uses of Class
org.addsimplicity.anicetus.entity.GlobalInfo

Packages that use GlobalInfo
org.addsimplicity.anicetus   
org.addsimplicity.anicetus.entity   
org.addsimplicity.anicetus.io   
org.addsimplicity.anicetus.io.jms   
 

Uses of GlobalInfo in org.addsimplicity.anicetus
 

Methods in org.addsimplicity.anicetus with parameters of type GlobalInfo
 void TelemetryContext.sendBeacon(GlobalInfo beacon)
          Send a telemetry beacon that is independent of the current execution context.
 

Uses of GlobalInfo in org.addsimplicity.anicetus.entity
 

Subclasses of GlobalInfo in org.addsimplicity.anicetus.entity
 class ExecInfo
          ExecInfo provides an execution container for telemetry that has a duration and potentially child telemetry.
 class TelemetryEvent
          An event is something that occurs of significance during the execution of the application.
 class TelemetrySession
          A session defines the execution of something meaningful by the application.
 class TelemetryState
          A state telemetry is a statement of a fact.
 class TelemetryTransaction
          A transaction captures the details of an interaction with a component of the application.
 

Methods in org.addsimplicity.anicetus.entity that return types with arguments of type GlobalInfo
 java.util.Collection<GlobalInfo> ExecInfo.getChildren()
          Return the children of the execution container.
 java.util.Collection<GlobalInfo> TelemetryContainer.getChildren()
          Get an immutable collection of the children of this container.
 

Methods in org.addsimplicity.anicetus.entity with parameters of type GlobalInfo
 void ExecInfo.addChild(GlobalInfo child)
          Add a child to this container.
 void TelemetryContainer.addChild(GlobalInfo child)
          Add a child to this container.
 

Constructors in org.addsimplicity.anicetus.entity with parameters of type GlobalInfo
ExecInfo(GlobalInfo parent)
          Create an ExecInfo with the specified telemetry as the parent.
GlobalInfo(GlobalInfo parent)
          Construct a telemetry object as a child of the specified parent.
TelemetryEvent(GlobalInfo parent)
          Construct an event with the specified artifact as the parent.
TelemetryState(GlobalInfo parent)
          Construct a state with the specified artifact as the parent.
TelemetryTransaction(GlobalInfo parent)
          Construct a transaction with the specified artifact as the parent.
 

Uses of GlobalInfo in org.addsimplicity.anicetus.io
 

Methods in org.addsimplicity.anicetus.io that return GlobalInfo
 GlobalInfo JsonDecoder.decode(char[] jsonEncoded)
          Convert a character array that represents a JSON encoded object.
 GlobalInfo TelemetryDecoder.decode(char[] encoded)
          Decode the buffer into a telemetry artifact.
 

Methods in org.addsimplicity.anicetus.io with parameters of type GlobalInfo
 char[] JsonEncoder.encode(GlobalInfo session)
          Encode the telemetry graph as JSON.
 char[] TelemetryEncoder.encode(GlobalInfo session)
          Translate a telemetry artifact into a character array.
 void DeliveryAdapter.sendTelemetry(GlobalInfo telemetry)
          Send the specified telemtry to the bus.
 void FileDeliveryAdapter.sendTelemetry(GlobalInfo telemetry)
          Send the telemetry to the file.
 

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

Methods in org.addsimplicity.anicetus.io.jms with parameters of type GlobalInfo
 void JMSDeliveryAdapter.sendTelemetry(GlobalInfo telemetry)
          Send the telemetry to the JMS topic.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.