Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Uses of Class
com.bea.wlcp.wlng.api.edr.EdrData

Packages that use EdrData
com.bea.wlcp.wlng.api.edr   
com.bea.wlcp.wlng.api.edr.config   
com.bea.wlcp.wlng.api.edr.filter   
com.bea.wlcp.wlng.api.edr.jms   

 

Uses of EdrData in com.bea.wlcp.wlng.api.edr

 

Methods in com.bea.wlcp.wlng.api.edr that return EdrData
abstract  EdrData EdrDataHelper.createData()
          Returns a new EdrData object with all attributes from the current RequestContext object and AppSessionManager.

 

Methods in com.bea.wlcp.wlng.api.edr with parameters of type EdrData
 void EdrService.logEdr(EdrData edr)
          Logs an EDR.

 

Uses of EdrData in com.bea.wlcp.wlng.api.edr.config

 

Methods in com.bea.wlcp.wlng.api.edr.config with parameters of type EdrData
 boolean CdrConfigDescriptor.isMatching(EdrData edr)
           
 boolean ConfigDescriptor.isMatching(EdrData edr)
          Returns true if the EdrData is matching this descriptor, false otherwise.

 

Uses of EdrData in com.bea.wlcp.wlng.api.edr.filter

 

Methods in com.bea.wlcp.wlng.api.edr.filter with parameters of type EdrData
 ConfigDescriptor EdrFilter.findConfigDescriptorMatchingEdr(EdrData data)
          Returns a filter attribute matching a particular Edr.

 

Uses of EdrData in com.bea.wlcp.wlng.api.edr.jms

 

Methods in com.bea.wlcp.wlng.api.edr.jms with parameters of type EdrData
 void JMSListener.processEdr(EdrData[] datas)
          Processes a batch of EdrData.
 void JMSListener.processEdr(EdrData edr)
          Processes an individual EdrData.
 void JMSListener.onEdr(EdrData edr, ConfigDescriptor descriptor)
          Handles an EDR.
 ConfigDescriptor JMSListener.findConfigDescriptorMatchingEdr(EdrData edr)
          Finds a descriptor given the specified Edr

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.0

E21717-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.