Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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.
abstract  EdrData EdrDataHelper.createDataWithRequestContext(RequestContext ctx)
          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
abstract  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 object.
 void JMSListener.onEdr(EdrData edr, ConfigDescriptor descriptor)
          Handles an EDR.
 ConfigDescriptor JMSListener.findConfigDescriptorMatchingEdr(EdrData edr)
          Finds a descriptor given the specified EDR.
 


Oracle Communications Services Gatekeeper Java API Reference
7.0.0.1

E96578-01

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