Uses of Interface
net.java.slee.resource.diameter.base.events.avp.DiameterIdentityAvp

Packages that use DiameterIdentityAvp
net.java.slee.resource.diameter.base.events   
net.java.slee.resource.diameter.base.events.avp   
org.mobicents.slee.resource.diameter.base.events   
org.mobicents.slee.resource.diameter.base.events.avp   
 

Uses of DiameterIdentityAvp in net.java.slee.resource.diameter.base.events
 

Methods in net.java.slee.resource.diameter.base.events that return DiameterIdentityAvp
 DiameterIdentityAvp SessionTerminationRequest.getDestinationHost()
          Returns the value of the Destination-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp DiameterMessage.getDestinationHost()
          Returns the value of the Destination-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp DiameterMessage.getDestinationRealm()
          Returns the value of the Destination-Realm AVP, of type DiameterIdentity.
 DiameterIdentityAvp SessionTerminationAnswer.getErrorReportingHost()
          Returns the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp ReAuthAnswer.getErrorReportingHost()
          Returns the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp ErrorAnswer.getErrorReportingHost()
          Returns the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp AccountingAnswer.getErrorReportingHost()
          Returns the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp AbortSessionAnswer.getErrorReportingHost()
          Returns the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp DiameterMessage.getOriginHost()
          Returns the value of the Origin-Host AVP, of type DiameterIdentity.
 DiameterIdentityAvp DiameterMessage.getOriginRealm()
          Returns the value of the Origin-Realm AVP, of type DiameterIdentity.
 DiameterIdentityAvp[] SessionTerminationRequest.getRouteRecords()
          Returns the set of Route-Record AVPs.
 DiameterIdentityAvp[] ReAuthRequest.getRouteRecords()
          Returns the set of Route-Record AVPs.
 DiameterIdentityAvp[] AccountingRequest.getRouteRecords()
          Returns the set of Route-Record AVPs.
 DiameterIdentityAvp[] AbortSessionRequest.getRouteRecords()
          Returns the set of Route-Record AVPs.
 

Methods in net.java.slee.resource.diameter.base.events with parameters of type DiameterIdentityAvp
 void SessionTerminationRequest.setDestinationHost(DiameterIdentityAvp destinationHost)
          Sets the value of the Destination-Host AVP, of type DiameterIdentity.
 void DiameterMessage.setDestinationHost(DiameterIdentityAvp destinationHost)
          Sets the value of the Destination-Host AVP, of type DiameterIdentity.
 void DiameterMessage.setDestinationRealm(DiameterIdentityAvp destinationRealm)
          Sets the value of the Destination-Realm AVP, of type DiameterIdentity.
 void SessionTerminationAnswer.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
          Sets the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 void ReAuthAnswer.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
          Sets the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 void ErrorAnswer.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
          Sets the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 void AccountingAnswer.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
          Sets the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 void AbortSessionAnswer.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
          Sets the value of the Error-Reporting-Host AVP, of type DiameterIdentity.
 void DiameterMessage.setOriginHost(DiameterIdentityAvp originHost)
          Sets the value of the Origin-Host AVP, of type DiameterIdentity.
 void DiameterMessage.setOriginRealm(DiameterIdentityAvp originRealm)
          Sets the value of the Origin-Realm AVP, of type DiameterIdentity.
 void SessionTerminationRequest.setRouteRecord(DiameterIdentityAvp routeRecord)
          Sets a single Route-Record AVP in the message, of type DiameterIdentity.
 void ReAuthRequest.setRouteRecord(DiameterIdentityAvp routeRecord)
          Sets a single Route-Record AVP in the message, of type DiameterIdentity.
 void AccountingRequest.setRouteRecord(DiameterIdentityAvp routeRecord)
          Sets a single Route-Record AVP in the message, of type DiameterIdentity.
 void AbortSessionRequest.setRouteRecord(DiameterIdentityAvp routeRecord)
          Sets a single Route-Record AVP in the message, of type DiameterIdentity.
 void SessionTerminationRequest.setRouteRecords(DiameterIdentityAvp[] routeRecords)
          Sets the set of Route-Record AVPs, with all the values in the given array.
 void ReAuthRequest.setRouteRecords(DiameterIdentityAvp[] routeRecords)
          Sets the set of Route-Record AVPs, with all the values in the given array.
 void AccountingRequest.setRouteRecords(DiameterIdentityAvp[] routeRecords)
          Sets the set of Route-Record AVPs, with all the values in the given array.
 void AbortSessionRequest.setRouteRecords(DiameterIdentityAvp[] routeRecords)
          Sets the set of Route-Record AVPs, with all the values in the given array.
 

Uses of DiameterIdentityAvp in net.java.slee.resource.diameter.base.events.avp
 

Methods in net.java.slee.resource.diameter.base.events.avp that return DiameterIdentityAvp
 DiameterIdentityAvp ProxyInfoAvp.getProxyHost()
          Returns the value of the Proxy-Host AVP, of type DiameterIdentity.
 

Methods in net.java.slee.resource.diameter.base.events.avp with parameters of type DiameterIdentityAvp
 void ProxyInfoAvp.setProxyHost(DiameterIdentityAvp proxyHost)
          Sets the value of the Proxy-Host AVP, of type DiameterIdentity.
 

Uses of DiameterIdentityAvp in org.mobicents.slee.resource.diameter.base.events
 

Methods in org.mobicents.slee.resource.diameter.base.events that return DiameterIdentityAvp
protected  DiameterIdentityAvp[] DiameterMessageImpl.getAllAvpAsIdentity(int code)
           
protected  DiameterIdentityAvp DiameterMessageImpl.getAvpAsIdentity(int code)
           
 DiameterIdentityAvp DiameterMessageImpl.getDestinationHost()
           
 DiameterIdentityAvp DiameterMessageImpl.getDestinationRealm()
           
 DiameterIdentityAvp DiameterMessageImpl.getErrorReportingHost()
           
 DiameterIdentityAvp DiameterMessageImpl.getOriginHost()
           
 DiameterIdentityAvp DiameterMessageImpl.getOriginRealm()
           
 DiameterIdentityAvp[] DiameterMessageImpl.getRouteRecords()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events with parameters of type DiameterIdentityAvp
 void DiameterMessageImpl.setDestinationHost(DiameterIdentityAvp destinationHost)
           
 void DiameterMessageImpl.setDestinationRealm(DiameterIdentityAvp destinationRealm)
           
 void DiameterMessageImpl.setErrorReportingHost(DiameterIdentityAvp errorReportingHost)
           
 void DiameterMessageImpl.setOriginHost(DiameterIdentityAvp originHost)
           
 void DiameterMessageImpl.setOriginRealm(DiameterIdentityAvp originRealm)
           
 void DiameterMessageImpl.setRouteRecord(DiameterIdentityAvp routeRecord)
           
 void DiameterMessageImpl.setRouteRecords(DiameterIdentityAvp[] routeRecords)
           
 

Uses of DiameterIdentityAvp in org.mobicents.slee.resource.diameter.base.events.avp
 

Classes in org.mobicents.slee.resource.diameter.base.events.avp that implement DiameterIdentityAvp
 class DiameterIdentityAvpImpl
          Super project: mobicents 12:53:13 2008-05-08
 

Methods in org.mobicents.slee.resource.diameter.base.events.avp that return DiameterIdentityAvp
protected  DiameterIdentityAvp GroupedAvpImpl.getAvpAsIdentity(int code)
           
 DiameterIdentityAvp ProxyInfoAvpImpl.getProxyHost()
           
 

Methods in org.mobicents.slee.resource.diameter.base.events.avp with parameters of type DiameterIdentityAvp
 void ProxyInfoAvpImpl.setProxyHost(DiameterIdentityAvp proxyHost)
           
 



Copyright © 2008. All Rights Reserved.