Skip navigation links
com.bea.wcp.diameter
Class ClientApplication
java.lang.Object
com.bea.wcp.diameter.Application
com.bea.wcp.diameter.ClientApplication
- Direct Known Subclasses:
- RfApplication, RoApplication, ShApplication
-
public abstract class ClientApplication
- extends Application
Base class for Diameter client applications. Extends Application base class with support for the 'destination.host' and 'destination.realm' initialization parameters. The 'destination.host' parameter can be used to set the default destination host for all requests for the application, and the 'destination.realm' parameter can be used to set the default destination realm. If 'destination.realm' is not specified, then the default destination realm is the domain part of the 'destination.host' if specified, otherwise the default realm of the current Diameter node.
Method Summary |
void |
init()
Called by the container to initialize the application. |
Methods inherited from class com.bea.wcp.diameter.Application |
createRequest, createSessionId, getDestinationHost, getDestinationRealm, getId, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientApplication
public ClientApplication()
init
public void init()
throws DiameterException
- Description copied from class:
Application
- Called by the container to initialize the application. Applications override this method to perform application specific initialization.
-
- Overrides:
init
in class Application
-
- Throws:
DiameterException
- if the initialization failed
Skip navigation links
Copyright © 2012 Oracle Corporation. All Rights Reserved.