BEA Systems, Inc.

BEA WebLogic SIP Server 3.1 API Reference


com.bea.wcp.diameter.charging
Class RoApplication

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

Copyright © 2006 BEA Systems, Inc. All Rights Reserved.

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

createEventCCR

public CCR createEventCCR()

createSession

public RoSession createSession()
Creates a new RoSession.


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

Documentation is available at
http://e-docs.bea.com/wlcp/wlss31/
Copyright 2007 BEA Systems Inc.