Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Uses of Class
com.bea.wcp.diameter.DiameterException

Packages that use DiameterException
com.bea.wcp.diameter The Diameter base protocol API. 
com.bea.wcp.diameter.accounting The Diameter offline charging API (Rf interface). 
com.bea.wcp.diameter.cc The Diameter credit control API (Ro interface). 
com.bea.wcp.diameter.relay A Diameter relay implementation. 
com.bea.wcp.diameter.sh The Diameter Sh Client implementation. 
com.bea.wcp.diameter.util Diameter base protocol API helper utilities. 

 

Uses of DiameterException in com.bea.wcp.diameter

 

Subclasses of DiameterException in com.bea.wcp.diameter
 class AvpException
          Exception raised if an invalid AVP was encountered in a Diameter message.
 class MessageException
          Exception raised if an invalid Diameter message has been encountered.

 

Methods in com.bea.wcp.diameter that throw DiameterException
 void AppManager.addApplication(Application app)
           
 void AppManager.addApplication(Application app, String name)
           
 void AppManager.addApplication(Application app, String name, Map<String,String> params)
           
static Node Node.createNode(File configFile)
          Creates a new Diameter Node instance for the specified configuration.
protected  void Application.init()
          Called by the container to initialize the application.
 void ClientApplication.init()
           
 Application AppManager.loadApplication(String className, Map<String,String> params)
           
protected  void Session.notifyListener(Message msg)
          Deliver specified message to session listener.
protected  void Application.rcvAnswer(Answer ans)
          Called by the container when a new Answer has been received for this application.
protected  void Session.rcvAnswer(Answer ans)
          Called when an answer message has been received for this session.
 void Application.rcvMessage(Message msg)
          Called by the container when a new Message has been received for this application.
 void Session.rcvMessage(Message msg)
          Called when a new Request or Answer has been received http://news.com.com/2061-10802_3-6160230.html?tag=nefd.aoffor this session.
 void SessionListener.rcvMessage(Message msg)
          Called when a new message has been received by the session.
protected  void Application.rcvRequest(Request req)
          Called by the container when a new Request has been received for this application.
protected  void Session.rcvRequest(Request req)
          Called when a new request message has been received for this session.

 

Constructors in com.bea.wcp.diameter that throw DiameterException
AppManager(Node node, ConfigurationBean config)
           
Node(Provider provider, ConfigurationBean config)
           

 

Uses of DiameterException in com.bea.wcp.diameter.accounting

 

Methods in com.bea.wcp.diameter.accounting that throw DiameterException
protected  void ClientSession.rcvAnswer(Answer ans)
          Receives accounting answer (ACA) message for this session.

 

Uses of DiameterException in com.bea.wcp.diameter.cc

 

Methods in com.bea.wcp.diameter.cc that throw DiameterException
 void ClientSession.rcvAnswer(Answer ans)
          Receives credit-control answer (CCA) message for this session.
 void ClientSession.rcvRequest(Request req)
          Called by the container when a new request has been received.

 

Uses of DiameterException in com.bea.wcp.diameter.relay

 

Methods in com.bea.wcp.diameter.relay that throw DiameterException
protected  void RelayApplication.rcvAnswer(Answer ans)
           
protected  void RelayApplication.rcvRequest(Request req)
           

 

Uses of DiameterException in com.bea.wcp.diameter.sh

 

Methods in com.bea.wcp.diameter.sh that throw DiameterException
 Document ShApplication.getDocument(AccessKey key)
          Retrieves the data associated with the specified AccessKey by sending a UDR request and waiting for the corresponding UDA.
 RepositoryData ShApplication.getRepositoryData(AccessKey key)
          Returns the RepositoryData for the specified Sh AccessKey.
 void ShApplication.init()
          Initializes the ShApplication.
 void ShApplication.putDocument(AccessKey key, Document doc)
          Updates data for the specified AccessKey by sending a PDR request and waiting for the corresponding PDA.
 void ShApplication.putRepositoryData(AccessKey key, RepositoryData rd)
          Updates repository data for specified AccessKey.
protected  void ShApplication.rcvRequest(Request req)
          Called by the container when a new Sh request has been received.
 void ShApplication.subscribe(AccessKey key)
          Starts subscription for the data referred to by the specified AccessKey.
 void ShApplication.unsubscribe(AccessKey key)
          Unsubscribes from the data referred to by the specified AccessKey.

 

Uses of DiameterException in com.bea.wcp.diameter.util

 

Methods in com.bea.wcp.diameter.util that throw DiameterException
 void Simulator.ServerSession.rcvMessage(Message msg)
           
protected  void Simulator.rcvRequest(Request req)
           

 


Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.