Package org.opennms.netmgt.tl1d
Class Tl1AutonomousMessageProcessor
- java.lang.Object
-
- org.opennms.netmgt.tl1d.Tl1AutonomousMessageProcessor
-
- All Implemented Interfaces:
Tl1MessageProcessor
public class Tl1AutonomousMessageProcessor extends Object implements Tl1MessageProcessor
Implementation of theTl1MessageProcessor
Interface. This is the default Autonomous Message Parser based on Tl1Messages recorded from the Hitachi GPOND TL1 simulator.- Version:
- $Id: $
- Author:
- David Hustace
-
-
Constructor Summary
Constructors Constructor Description Tl1AutonomousMessageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tl1AutonomousMessage
process(String rawMessage, int messageType)
This is the API for TL1 message parsing.
-
-
-
Method Detail
-
process
public Tl1AutonomousMessage process(String rawMessage, int messageType)
This is the API for TL1 message parsing.- Specified by:
process
in interfaceTl1MessageProcessor
- Parameters:
rawMessage
- aString
object.messageType
- a int.- Returns:
- a Tl1Message implementation based on one of the 4 types of TL1 Message types
-
-