org.jdiameter.api.app
Interface AppRequestEvent

All Superinterfaces:
AppEvent, java.io.Serializable
All Known Subinterfaces:
AbortSessionRequest, AccountRequest, JCreditControlRequest, JLocationInfoRequest, JMultimediaAuthRequest, JPushProfileRequest, JRegistrationTerminationRequest, JServerAssignmentRequest, JUserAuthorizationRequest, ProfileUpdateRequest, PushNotificationRequest, ReAuthRequest, RfAccountingRequest, RoCreditControlRequest, SessionTermRequest, SubscribeNotificationsRequest, UserDataRequest

public interface AppRequestEvent
extends AppEvent

Basic class for application specific request event (Sx, Rx, Gx)

Version:
1.5.1 Final

Method Summary
 java.lang.String getDestinationHost()
          Return destination host avp value ( null if avp is empty )
 java.lang.String getDestinationRealm()
          Return destination realm avp value ( null if avp is empty )
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Method Detail

getDestinationHost

java.lang.String getDestinationHost()
                                    throws AvpDataException
Return destination host avp value ( null if avp is empty )

Returns:
destination host avp value
Throws:
AvpDataException - if avp is not string

getDestinationRealm

java.lang.String getDestinationRealm()
                                     throws AvpDataException
Return destination realm avp value ( null if avp is empty )

Returns:
origination realm avp value
Throws:
AvpDataException - if avp is not string


Copyright © 2010. All Rights Reserved.