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

Field Summary
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Method Summary
 ApplicationId getApplicationId()
          Returns the Application-Id of this Session Data session to which this data belongs to.
 Request getBuffer()
           
 ClientAccSessionState getClientAccSessionState()
           
 java.lang.String getDestinationHost()
           
 java.lang.String getDestinationRealm()
           
 java.io.Serializable getInterimTimerId()
           
 void setApplicationId(ApplicationId aid)
          Sets the Application-Id of this Session Data session to which this data belongs to.
 void setBuffer(Request event)
           
 void setClientAccSessionState(ClientAccSessionState state)
           
 void setDestinationHost(java.lang.String destHost)
           
 void setDestinationRealm(java.lang.String destRealm)
           
 void setInterimTimerId(java.io.Serializable tid)
           
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getSessionId, remove
 

Method Detail

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.