Uses of Interface
org.jainslee.resources.diameter.ro.types.vcb0.TalkBurstExchange
-
Packages that use TalkBurstExchange Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
org.jainslee.resources.diameter.ro.vcb0 -
-
Uses of TalkBurstExchange in org.jainslee.resources.diameter.ro.types.vcb0
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return TalkBurstExchange Modifier and Type Method Description TalkBurstExchange[]
PocInformation. getTalkBurstExchanges()
Returns the set of Talk-Burst-Exchange AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type TalkBurstExchange Modifier and Type Method Description void
PocInformation. setTalkBurstExchange(TalkBurstExchange talkBurstExchange)
Sets a single Talk-Burst-Exchange AVP in the PoC-Information AVP, of type Grouped.void
PocInformation. setTalkBurstExchanges(TalkBurstExchange[] talkBurstExchanges)
Sets the set of Talk-Burst-Exchange AVPs, with all the values in the given array. -
Uses of TalkBurstExchange in org.jainslee.resources.diameter.ro.vcb0
Methods in org.jainslee.resources.diameter.ro.vcb0 that return TalkBurstExchange Modifier and Type Method Description TalkBurstExchange
MessageFactory. createTalkBurstExchange()
Create an empty TalkBurstExchange (Grouped AVP) instance.TalkBurstExchange
MessageFactory. createTalkBurstExchange(Date pocChangeTime)
Create a TalkBurstExchange (Grouped AVP) instance using required AVP values.
-