Uses of Class
net.java.slee.resource.diameter.gq.events.avp.SpecificAction

Packages that use SpecificAction
net.java.slee.resource.diameter.gq.events   
net.java.slee.resource.diameter.gq.events.avp   
org.mobicents.slee.resource.diameter.gq.events   
 

Uses of SpecificAction in net.java.slee.resource.diameter.gq.events
 

Methods in net.java.slee.resource.diameter.gq.events that return SpecificAction
 SpecificAction[] GqReAuthRequest.getSpecificActions()
          Returns the set of Specific-Action AVPs.
 SpecificAction[] GqAARequest.getSpecificActions()
          Returns the set of Specific-Action AVPs.
 

Methods in net.java.slee.resource.diameter.gq.events with parameters of type SpecificAction
 void GqReAuthRequest.setSpecificAction(SpecificAction specificAction)
          Sets a single Specific-Action AVP in the message, of type SpecificAction.
 void GqAARequest.setSpecificAction(SpecificAction specificAction)
          Sets a single Specific-Action AVP in the message, of type SpecificAction.
 void GqReAuthRequest.setSpecificActions(SpecificAction[] specificActions)
          Sets the set of Specific-Action AVPs, with all the values in the given array.
 void GqAARequest.setSpecificActions(SpecificAction[] specificActions)
          Sets the set of Specific-Action AVPs, with all the values in the given array.
 

Uses of SpecificAction in net.java.slee.resource.diameter.gq.events.avp
 

Fields in net.java.slee.resource.diameter.gq.events.avp declared as SpecificAction
static SpecificAction SpecificAction.INDICATION_OF_LOSS_OF_BEARER
           
static SpecificAction SpecificAction.INDICATION_OF_RECOVERY_BEARER
           
static SpecificAction SpecificAction.INDICATION_OF_RELEASE_BEARER
           
static SpecificAction SpecificAction.INDICATION_OF_RESERVATION_EXPIRATION
           
static SpecificAction SpecificAction.INDICATION_OF_SUBSCRIBER_DETACHMENT
           
 

Methods in net.java.slee.resource.diameter.gq.events.avp that return SpecificAction
static SpecificAction SpecificAction.fromInt(int type)
          Return the value of this instance of this enumerated type.
 

Uses of SpecificAction in org.mobicents.slee.resource.diameter.gq.events
 

Methods in org.mobicents.slee.resource.diameter.gq.events that return SpecificAction
 SpecificAction[] GqReAuthRequestImpl.getSpecificActions()
           
 SpecificAction[] GqAARequestImpl.getSpecificActions()
           
 

Methods in org.mobicents.slee.resource.diameter.gq.events with parameters of type SpecificAction
 void GqReAuthRequestImpl.setSpecificAction(SpecificAction specificAction)
           
 void GqAARequestImpl.setSpecificAction(SpecificAction specificAction)
           
 void GqReAuthRequestImpl.setSpecificActions(SpecificAction[] specificActions)
           
 void GqAARequestImpl.setSpecificActions(SpecificAction[] specificActions)
           
 



Copyright © 2012. All Rights Reserved.