Uses of Class
com.bea.wcp.diameter.DiameterException
Packages that use DiameterException
Package
Description
The Diameter base protocol API.
The Diameter offline charging API (Rf interface).
The Diameter credit control API (Ro interface).
A Diameter relay implementation.
The Diameter Sh Client implementation.
Diameter base protocol API helper utilities.
-
Uses of DiameterException in com.bea.wcp.diameter
Subclasses of DiameterException in com.bea.wcp.diameterModifier and TypeClassDescriptionclassException raised if an invalid AVP was encountered in a Diameter message.classException raised if an invalid Diameter message has been encountered.Methods in com.bea.wcp.diameter that throw DiameterExceptionModifier and TypeMethodDescriptionvoidAppManager.addApplication(Application app) voidAppManager.addApplication(Application app, String name) voidAppManager.addApplication(Application app, String name, Map<String, String> params) static NodeNode.createNode(File configFile) Creates a new Diameter Node instance for the specified configuration.protected voidApplication.init()Called by the container to initialize the application.voidClientApplication.init()AppManager.loadApplication(String className, Map<String, String> params) protected voidSession.notifyListener(Message msg) Delivers the specified message to the session listener.protected voidCalled by the container when a new Answer has been received for this application.protected voidCalled when an answer message has been received for this session.voidApplication.rcvMessage(Message msg) Called by the container when a new Message has been received for this application.voidSession.rcvMessage(Message msg) Called when a new Request or Answer has been received for this session.voidSessionListener.rcvMessage(Message msg) Called when a new message has been received by the session.protected voidApplication.rcvRequest(Request req) Called by the container when a new Request has been received for this application.protected voidSession.rcvRequest(Request req) Called when a new request message has been received for this session.Constructors in com.bea.wcp.diameter that throw DiameterExceptionModifierConstructorDescriptionAppManager(Node node, ConfigurationBean config) Node(com.bea.wcp.diameter.provider.Provider provider, ConfigurationBean config) -
Uses of DiameterException in com.bea.wcp.diameter.accounting
Methods in com.bea.wcp.diameter.accounting that throw DiameterException -
Uses of DiameterException in com.bea.wcp.diameter.cc
Methods in com.bea.wcp.diameter.cc that throw DiameterExceptionModifier and TypeMethodDescriptionvoidReceives a credit-control answer (CCA) message for this session.voidClientSession.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 DiameterExceptionModifier and TypeMethodDescriptionprotected voidprotected voidRelayApplication.rcvRequest(Request req) -
Uses of DiameterException in com.bea.wcp.diameter.sh
Methods in com.bea.wcp.diameter.sh that throw DiameterExceptionModifier and TypeMethodDescriptionShApplication.getDocument(AccessKey key) Retrieves the data associated with the specified AccessKey by sending a UDR request and waiting for the corresponding UDA.ShApplication.getRepositoryData(AccessKey key) Returns the RepositoryData for the specified Sh AccessKey.voidShApplication.init()Initializes the ShApplication.voidShApplication.putDocument(AccessKey key, Document doc) Updates data for the specified AccessKey by sending a PDR request and waiting for the corresponding PDA.voidShApplication.putRepositoryData(AccessKey key, RepositoryData rd) Updates repository data for specified AccessKey.protected voidShApplication.rcvRequest(Request req) Called by the container when a new Sh request has been received.voidStarts subscription for the data referred to by the specified AccessKey.voidShApplication.unsubscribe(AccessKey key) Unsubscribes from the data referred to by the specified AccessKey. -
Uses of DiameterException in com.bea.wcp.diameter.sy
Methods in com.bea.wcp.diameter.sy that throw DiameterException -
Uses of DiameterException in com.bea.wcp.diameter.util
Methods in com.bea.wcp.diameter.util that throw DiameterExceptionModifier and TypeMethodDescriptionvoidSimulator.ServerSession.rcvMessage(Message msg) protected voidSimulator.rcvRequest(Request req)