Uses of Interface
org.jainslee.resources.diameter.sh.types.vc60.ProfileUpdateAnswer
-
Packages that use ProfileUpdateAnswer Package Description org.jainslee.resources.diameter.sh.vc60 -
-
Uses of ProfileUpdateAnswer in org.jainslee.resources.diameter.sh.vc60
Methods in org.jainslee.resources.diameter.sh.vc60 that return ProfileUpdateAnswer Modifier and Type Method Description ProfileUpdateAnswer
ShMessageFactory. createProfileUpdateAnswer()
Create an empty ProfileUpdateAnswer that will need to have AVPs set on it before being sent.ProfileUpdateAnswer
ShMessageFactory. createProfileUpdateAnswer(long resultCode, boolean isExperimentalResult)
Create a ProfileUpdateAnswer containing a Result-Code or Experimental-Result AVP populated with the given value.ProfileUpdateAnswer
ShServerActivity. createProfileUpdateAnswer()
Create an empty ProfileUpdateAnswer that will need to have AVPs set on it before being sent.ProfileUpdateAnswer
ShServerActivity. createProfileUpdateAnswer(long resultCode, boolean isExperimentalResult)
Create a ProfileUpdateAnswer containing a Result-Code or Experimental-Result AVP populated with the given value.ProfileUpdateAnswer
ShProvider. profileUpdateRequest(ProfileUpdateRequest message)
Sends a synchronous ProfileUpdateRequest which will block until an answer is received from the peer.Methods in org.jainslee.resources.diameter.sh.vc60 with parameters of type ProfileUpdateAnswer Modifier and Type Method Description void
ShServerActivity. sendProfileUpdateAnswer(ProfileUpdateAnswer message)
Send the ProfileUpdateAnswer to the peer that sent the ProfileUpdateRequest.
-