WebNMS TL1 API Release 4 Specification

Package com.adventnet.tl1.message

This package contains the message APIs that constructs TL1 Messages for communication.

See:
          Description

Class Summary
TL1AccessIdentifier This class extends TL1ParamBlock and represents the Access Identifier (AID) block which is a part of Staging Parameter Block in the TL1 Input Message.
TL1AckMessage This object represents a TL1 Acknowledgment Message which is a brief Output Message generated in response to an Input Message.
TL1AutoID This class represents a TL1 Autonomous Message ID which forms a part of the TL1 Autonomous Message.
TL1AutonomousMessage This object represents the TL1 Autonomous Message that is generated and sent from the TL1 device to the manager without having an explicit input message associated with it.
TL1Date This class represents the date in year-month-day format.
TL1GeneralBlock This class represents the TL1 General Block which is a part of Staging Parameter Block in the TL1 Input Message.
TL1Header This class represents a TL1 Header block containing information common to both Reponse and Autonomous Messages.
TL1InputMessage This class is used for constructing input commands that can be sent from the TL1 Manager to the TL1 Network Element(device) in order to retrieve some information or to configure the device.
TL1Line This class extends TL1ParamGroup and represents a TL1Line which is part of the Text Block in Response and Autonomous messages.
TL1Message This abstract class is the base class for TL1InputMessage, TL1ResponseMessage, TL1AckMessage and TL1AutonomousMessage.
TL1MessagePayloadBlock This class extends the TL1ParamGroup and represents the Message Payload Block which is a part of TL1InputMessage.
TL1Param This class represents a TL1 Parameter object.
TL1ParamBlock This class represents the Parameter Block which stores a group of TL1Params.
TL1ParamGroup This class represents Parameter Group which stores a group of TL1ParamBlocks.
TL1ResponseID This class represents the Reponse Identifier block of the TL1 Response Message.
TL1ResponseMessage This class represents the response message that is generated and sent from the TL1 device to the Manager.
TL1TextBlock This class represents the Text Block object which is part of the Response and Autonomous Message generated and sent from the TL1 NE (device) to the TL1 Manager.
TL1Time This class represents the time in hour-min-sec format.
 

Package com.adventnet.tl1.message Description

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

The image below shows the inter-dependency between classes in the TL1 Message package.


WebNMS TL1 API Release 4 Specification