Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter.charging
Class RoApplication

java.lang.Object
  extended by com.bea.wcp.diameter.Application
      extended by com.bea.wcp.diameter.ClientApplication
          extended by com.bea.wcp.diameter.charging.RoApplication


public class RoApplication
extends ClientApplication

Diameter credit control application which implements the 3GPP Ro client protocol. This application can be used for both event and session-based online charging.


Field Summary
static ApplicationId ID
          Ro application identifier

 

Constructor Summary
RoApplication()
           

 

Method Summary
 CCR createEventCCR()
           
 RoSession createSession()
          Creates a new RoSession.
 ApplicationId getId()
          Returns the ApplicationId for the application.

 

Methods inherited from class com.bea.wcp.diameter.ClientApplication
init

 

Methods inherited from class com.bea.wcp.diameter.Application
createRequest, createSessionId, getDestinationHost, getDestinationRealm, 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

 

Field Detail

ID

public static final ApplicationId ID
Ro application identifier

Constructor Detail

RoApplication

public RoApplication()

Method Detail

getId

public ApplicationId getId()
Description copied from class: Application
Returns the ApplicationId for the application.
Specified by:
getId in class Application
Returns:
the application's ApplicationId

createSession

public RoSession createSession()
Creates a new RoSession.

createEventCCR

public CCR createEventCCR()

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.