Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter
Interface SessionListener

All Superinterfaces:
java.util.EventListener

public interface SessionListener
extends java.util.EventListener

The SessionListener class can be used by an application to subscribe to messages delivered to a session.


Method Summary
 void rcvMessage(Message msg)
          Called when a new message has been received by the session.

 

Method Detail

rcvMessage

void rcvMessage(Message msg)
                throws DiameterException,
                       java.io.IOException
Called when a new message has been received by the session.
Parameters:
msg - the Request or Answer message that was received
Throws:
DiameterException - if a Diameter error occurred
java.io.IOException - if an I/O error occurred

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.