Package com.adventnet.tl1

This package contains the core APIs that facilitate TL1 communication.

See:
          Description

Interface Summary
ConnectionHandler This is an interface that the application must implement if the user wishes to take some actions before or after connecting to the TL1Agent.
ConnectionListener This is an interface that the user must implement to monitor the status of the connection with the TL1 Device.
MessageFormatter This inferface allows interworking between a TL1 Manager and a TL1 Network Element which may use different TL1 message formats.
TL1Client This is an interface that needs to be implemented to receive and process the TL1Message from the TL1Agent.
TL1Parser Interface that must be implemented for writing parsers for the various types of messages.
 

Class Summary
ConnectionHandlerImpl This is the implementation of the ConnectionHandler interface which helps the user to take some action before and after connecting to the TL1Agent.
ConnectionListenerImpl A sample implementation of the ConnectionListener interface .
TASClient TASClient is an intermediate service provider between TL1Session and TAServer.
TASConstants  
TL1API The TL1API class is a utility class that monitors TL1 sessions and tracks timeouts and retransmits of TL1 requests.
TL1KeepAlive  
TL1ParserOptions This class provides the mechanism to set the various parser options for a particular TL1Session.
TL1ServerSession This class is used for running TL1 Agent.
TL1Session Instantiate TL1Session to send or receive TL1 messages from any TL1 peer.
 

Exception Summary
TL1ParserException Exception that will be thrown,if the Parser encounters any error while parsing the TL1Message.
 

Package com.adventnet.tl1 Description

This package contains the core APIs that facilitate TL1 communication. The classes in this package provide the necessary means for communication between the TL1 Manager and the TL1 network element. Applications can be built using TL1API and TL1Session which provide this basic functionality.