org.jdiameter.common.impl.app
Class AppRequestEventImpl

java.lang.Object
  extended by org.jdiameter.common.impl.app.AppEventImpl
      extended by org.jdiameter.common.impl.app.AppRequestEventImpl
All Implemented Interfaces:
java.io.Serializable, org.jdiameter.api.app.AppEvent, org.jdiameter.api.app.AppRequestEvent
Direct Known Subclasses:
AbortSessionRequestImpl, AccountRequestImpl, ProfileUpdateRequestImpl, PushNotificationRequestImpl, ReAuthRequestImpl, SessionTermRequestImpl, SubscribeNotificationsRequestImpl, UserDataRequestImpl

public class AppRequestEventImpl
extends AppEventImpl
implements org.jdiameter.api.app.AppRequestEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jdiameter.common.impl.app.AppEventImpl
message
 
Constructor Summary
AppRequestEventImpl(org.jdiameter.api.Message message)
           
 
Method Summary
 java.lang.String getDestinationHost()
           
 java.lang.String getDestinationRealm()
           
 
Methods inherited from class org.jdiameter.common.impl.app.AppEventImpl
equals, getCommandCode, getMessage, getOriginHost, getOriginRealm, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jdiameter.api.app.AppEvent
getCommandCode, getMessage, getOriginHost, getOriginRealm
 

Constructor Detail

AppRequestEventImpl

public AppRequestEventImpl(org.jdiameter.api.Message message)
Method Detail

getDestinationHost

public java.lang.String getDestinationHost()
                                    throws org.jdiameter.api.AvpDataException
Specified by:
getDestinationHost in interface org.jdiameter.api.app.AppRequestEvent
Throws:
org.jdiameter.api.AvpDataException

getDestinationRealm

public java.lang.String getDestinationRealm()
                                     throws org.jdiameter.api.AvpDataException
Specified by:
getDestinationRealm in interface org.jdiameter.api.app.AppRequestEvent
Throws:
org.jdiameter.api.AvpDataException


Copyright © 2008. All Rights Reserved.