Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.diameter
Class ClientApplication

java.lang.Object
  extended bycom.bea.wcp.diameter.Application
      extended bycom.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.

Copyright © 2008 Oracle Corp. All Rights Reserved.

Constructor Summary
ClientApplication()
           
 
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
 

Constructor Detail

ClientApplication

public ClientApplication()
Method Detail

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

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.