org.jdiameter.client.impl.app.acc
Interface IClientAccSessionData
- All Superinterfaces:
- IAccSessionData, IAppSessionData
- All Known Implementing Classes:
- ClientAccSessionDataLocalImpl
public interface IClientAccSessionData
- extends IAccSessionData
- Author:
- Bartosz Baranowski , Alexandre Mendonca
setClientAccSessionState
void setClientAccSessionState(ClientAccSessionState state)
getClientAccSessionState
ClientAccSessionState getClientAccSessionState()
setInterimTimerId
void setInterimTimerId(java.io.Serializable tid)
getInterimTimerId
java.io.Serializable getInterimTimerId()
setDestinationHost
void setDestinationHost(java.lang.String destHost)
getDestinationHost
java.lang.String getDestinationHost()
setDestinationRealm
void setDestinationRealm(java.lang.String destRealm)
getDestinationRealm
java.lang.String getDestinationRealm()
setBuffer
void setBuffer(Request event)
getBuffer
Request getBuffer()
setApplicationId
void setApplicationId(ApplicationId aid)
- Description copied from interface:
IAppSessionData
- Sets the Application-Id of this Session Data session to which this data belongs to.
- Specified by:
setApplicationId in interface IAppSessionData
- Parameters:
aid - the Application-Id
getApplicationId
ApplicationId getApplicationId()
- Description copied from interface:
IAppSessionData
- Returns the Application-Id of this Session Data session to which this data belongs to.
- Specified by:
getApplicationId in interface IAppSessionData
- Returns:
- the Application-Id
Copyright © 2014. All Rights Reserved.