Package com.adventnet.tl1.message

This package contains all the message definitions for TL1 communication.

See:
          Description

Class Summary
TL1AccessIdentifier This class represents an Access Identification (AID) block which is a part of the Staging Parameter Block in the TL1 Input Message.
TL1AckMessage This object represents a TL1 Acknowledgement Message type which is a brief Output Message generated in reponse to an Input Message.
TL1AutoID This object represents a TL1 Autonomous Message ID which forms a part of the TL1 Autonomous Message.
TL1AutonomousMessage This object represents a TL1 Autonomous Message that is generated and sent from the NE.
TL1CommandCode This class represents the Command Code that is part of the TL1 Input Message.
TL1Date This class represent the date in year-month-day format.
TL1GeneralBlock This class represents the TL1 General Block which is a part of the Staging Parameter Block in the TL1 Input Message.
TL1Header This class represents a TL1 Header block containing information common to all Output (Reponse as well as Autonomous) Messages.
TL1InputMessage This class represents a TL1 Input Message block that is sent from the TL1 Manager to the TL1 Network Element(device) in order to manage it.
TL1Line This class consists of text that is part of the Text Block in the Output Message.
TL1Message This abstract class is the base class for TL1InputMessage , TL1ResponseMessage , TL1AckMessage and TL1AutonomousMessage.
TL1MessagePayloadBlock This class represents the Message Payload Block that is present within the Input Message.
TL1Param This class represents a TL1 parameter object.
TL1ParamValue Deprecated. Since AdventNetTL1 API Release 2.0.
TL1ResponseID This class represents the Reponse Identification object which identifies the type of Output Response Message.
TL1ResponseMessage This class represents the Output Response Message generated and sent from the NE to the TL1 Manager.
TL1TextBlock This class represents a Text Block object which is part of the Output (Response or Autonomous) Message generated and sent from the TL1 NE (device) to the TL1 Manager.
TL1Time This class represents the time as hour-min-sec format.
 

Package com.adventnet.tl1.message Description

This package contains all the message definitions for TL1 communication. It deals with forming input (TL1InputMessage ) and output ( TL1AckMessage , TL1ResponseMessage , TL1AutonomousMessage ) messages that are exchanged between the TL1 Manager and the TL1 Network Element.