org.jdiameter.client.impl.app.acc
Class ClientAccSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.client.impl.app.acc.ClientAccSessionDataLocalImpl
All Implemented Interfaces:
IClientAccSessionData, IAccSessionData, IAppSessionData

public class ClientAccSessionDataLocalImpl
extends AppSessionDataLocalImpl
implements IClientAccSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
protected  Request buffer
           
protected  java.lang.String destHost
           
protected  java.lang.String destRealm
           
protected  ClientAccSessionState state
           
protected  java.io.Serializable tid
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ClientAccSessionDataLocalImpl()
           
 
Method Summary
 Request getBuffer()
           
 ClientAccSessionState getClientAccSessionState()
           
 java.lang.String getDestinationHost()
           
 java.lang.String getDestinationRealm()
           
 java.io.Serializable getInterimTimerId()
           
 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 class org.jdiameter.common.api.app.AppSessionDataLocalImpl
equals, getApplicationId, getSessionId, hashCode, remove, setApplicationId, setSessionId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jdiameter.client.impl.app.acc.IClientAccSessionData
getApplicationId, setApplicationId
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getSessionId, remove
 

Field Detail

state

protected ClientAccSessionState state

buffer

protected Request buffer

destRealm

protected java.lang.String destRealm

destHost

protected java.lang.String destHost

tid

protected java.io.Serializable tid
Constructor Detail

ClientAccSessionDataLocalImpl

public ClientAccSessionDataLocalImpl()
Method Detail

setClientAccSessionState

public void setClientAccSessionState(ClientAccSessionState state)
Specified by:
setClientAccSessionState in interface IClientAccSessionData

getClientAccSessionState

public ClientAccSessionState getClientAccSessionState()
Specified by:
getClientAccSessionState in interface IClientAccSessionData

setInterimTimerId

public void setInterimTimerId(java.io.Serializable tid)
Specified by:
setInterimTimerId in interface IClientAccSessionData

getInterimTimerId

public java.io.Serializable getInterimTimerId()
Specified by:
getInterimTimerId in interface IClientAccSessionData

setDestinationHost

public void setDestinationHost(java.lang.String destHost)
Specified by:
setDestinationHost in interface IClientAccSessionData

getDestinationHost

public java.lang.String getDestinationHost()
Specified by:
getDestinationHost in interface IClientAccSessionData

setDestinationRealm

public void setDestinationRealm(java.lang.String destRealm)
Specified by:
setDestinationRealm in interface IClientAccSessionData

getDestinationRealm

public java.lang.String getDestinationRealm()
Specified by:
getDestinationRealm in interface IClientAccSessionData

setBuffer

public void setBuffer(Request event)
Specified by:
setBuffer in interface IClientAccSessionData

getBuffer

public Request getBuffer()
Specified by:
getBuffer in interface IClientAccSessionData


Copyright © 2014. All Rights Reserved.