Package com.adventnet.agent.tl1

Contains  classes for TL1 Agent implementation.

See:
          Description

Interface Summary
TL1RequestHandler This interface contains the methods getAck() for sending acknowlegement and doAction() for executing the commands and returning response.
UserRequestHandler This interface has to be implemented by the user who needs to validate the TL1Request and TL1Response based on his own implementation.
 

Class Summary
AutoAcknowledge This class is used to send acknowledgement if response is not sent within 2 seconds.
CraftInterface This class implements TL1TransportProvider.
DelayActivation This class is used for Delay Activation.Both automatic and Manual activations are handled here.Here the automatic objects are stored in one vector and their execution time is stored in another vector.
MonitorData This class is used to give the count for the requsets, responses,autonomous, acknowledgements and delay activated objects between the period of agent start and stop.
SelfMonitor This class implements the methods TL1RequestHandler.
ServerCraftInterface This class maintains the server session for craft interface.
TL1Agent TL1 Agent implementation class.
TL1AgentRequestInfo This class contains the TL1 Agent Request Information.
TL1AgentResponseInfo This class is used to hold the information of the response block for both response messages and autonomous messages.
TL1AsyncHandler  
TL1BuiltInCommand This class is used to construct some built in commands.
TL1Errors This class lists the TL1 Error Messages that can be thrown.
TL1MessageFormatter This class is used to create a TLIAgentRequestInfo, TL1Message and Autonomous message.
 

Exception Summary
TL1AgentException TL1AgentException is used to report the TL1 Agent side errors.
 

Package com.adventnet.agent.tl1 Description

Contains  classes for TL1 Agent implementation.