com.adventnet.adaptors.tl1
Interface TL1MessageHandlerMBean


public interface TL1MessageHandlerMBean

This interface exposes the getAck(), and doAction() to the MBeanServer.

See Also:
TL1MessageHandler

Method Summary
 com.adventnet.agent.tl1.TL1AgentResponseInfo doAction(com.adventnet.agent.tl1.TL1AgentRequestInfo reqInfo)
          This method will be invoked by the TL1 NE for processing the input Message.
 java.lang.String getAck(com.adventnet.agent.tl1.TL1AgentRequestInfo reqinfo)
          This method will be invoked from the TL1 NE before processing the TL1 input message.
 

Method Detail

getAck

java.lang.String getAck(com.adventnet.agent.tl1.TL1AgentRequestInfo reqinfo)
This method will be invoked from the TL1 NE before processing the TL1 input message. If returns null, then no acknowlegement will be sent.


doAction

com.adventnet.agent.tl1.TL1AgentResponseInfo doAction(com.adventnet.agent.tl1.TL1AgentRequestInfo reqInfo)
                                                      throws com.adventnet.agent.tl1.TL1AgentException
This method will be invoked by the TL1 NE for processing the input Message.

Returns:
- a TL1AgentResponseInfo Object.
Throws:
- - TL1AgentException.
com.adventnet.agent.tl1.TL1AgentException