org.opennms.netmgt.tl1d
Class Tl1AutonomousMessageProcessor

java.lang.Object
  extended by org.opennms.netmgt.tl1d.Tl1AutonomousMessageProcessor
All Implemented Interfaces:
Tl1MessageProcessor

public class Tl1AutonomousMessageProcessor
extends Object
implements Tl1MessageProcessor

Implementation of the Tl1MessageProcessor Interface. This is the default Autonomous Message Parser based on Tl1Messages recorded from the Hitachi GPOND TL1 simulator.

Author:
David Hustace

Constructor Summary
Tl1AutonomousMessageProcessor()
           
 
Method Summary
 Tl1AutonomousMessage process(String rawMessage, int messageType)
          This is the API for TL1 message parsing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tl1AutonomousMessageProcessor

public Tl1AutonomousMessageProcessor()
Method Detail

process

public Tl1AutonomousMessage process(String rawMessage,
                                    int messageType)
Description copied from interface: Tl1MessageProcessor
This is the API for TL1 message parsing.

Specified by:
process in interface Tl1MessageProcessor
Returns:
a Tl1Message implementation based on one of the 4 types of TL1 Message types


Copyright © 2009. All Rights Reserved.