public interface AppEvent extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
getCommandCode() |
Message |
getMessage() |
String |
getOriginHost()
Return origination host avp value ( null if avp is empty )
|
String |
getOriginRealm()
Return origination realm avp value ( null if avp is empty )
|
int getCommandCode()
Message getMessage() throws InternalException
InternalException - signals that internal message is not set.String getOriginHost() throws AvpDataException
AvpDataException - if avp is not stringString getOriginRealm() throws AvpDataException
AvpDataException - if avp is not stringCopyright © 2016. All Rights Reserved.