org.jdiameter.client.impl.app.rf
Class ClientRfSessionDataLocalImpl

java.lang.Object
  extended by org.jdiameter.common.api.app.AppSessionDataLocalImpl
      extended by org.jdiameter.client.impl.app.rf.ClientRfSessionDataLocalImpl
All Implemented Interfaces:
IClientRfSessionData, IAppSessionData, IRfSessionData

public class ClientRfSessionDataLocalImpl
extends AppSessionDataLocalImpl
implements IClientRfSessionData

Author:
Bartosz Baranowski , Alexandre Mendonca

Field Summary
protected  Request buffer
           
protected  java.lang.String destinationHost
           
protected  java.lang.String destinationRealm
           
protected  boolean isEventBased
           
protected  boolean requestTypeSet
           
protected  ClientRfSessionState state
           
protected  java.io.Serializable tsTimerId
           
 
Fields inherited from interface org.jdiameter.common.api.app.IAppSessionData
NON_INITIALIZED
 
Constructor Summary
ClientRfSessionDataLocalImpl()
           
 
Method Summary
 Request getBuffer()
           
 ClientRfSessionState getClientRfSessionState()
           
 java.lang.String getDestinationHost()
           
 java.lang.String getDestinationRealm()
           
 java.io.Serializable getTsTimerId()
           
 void setBuffer(Request buffer)
           
 void setClientRfSessionState(ClientRfSessionState state)
           
 void setDestinationHost(java.lang.String destinationHost)
           
 void setDestinationRealm(java.lang.String destinationRealm)
           
 void setTsTimerId(java.io.Serializable txTimerId)
           
 
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.rf.IClientRfSessionData
getApplicationId, setApplicationId
 
Methods inherited from interface org.jdiameter.common.api.app.IAppSessionData
getSessionId, remove
 

Field Detail

isEventBased

protected boolean isEventBased

requestTypeSet

protected boolean requestTypeSet

state

protected ClientRfSessionState state

tsTimerId

protected java.io.Serializable tsTimerId

buffer

protected Request buffer

destinationHost

protected java.lang.String destinationHost

destinationRealm

protected java.lang.String destinationRealm
Constructor Detail

ClientRfSessionDataLocalImpl

public ClientRfSessionDataLocalImpl()
Method Detail

getClientRfSessionState

public ClientRfSessionState getClientRfSessionState()
Specified by:
getClientRfSessionState in interface IClientRfSessionData

setClientRfSessionState

public void setClientRfSessionState(ClientRfSessionState state)
Specified by:
setClientRfSessionState in interface IClientRfSessionData

getTsTimerId

public java.io.Serializable getTsTimerId()
Specified by:
getTsTimerId in interface IClientRfSessionData

setTsTimerId

public void setTsTimerId(java.io.Serializable txTimerId)
Specified by:
setTsTimerId in interface IClientRfSessionData

getBuffer

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

setBuffer

public void setBuffer(Request buffer)
Specified by:
setBuffer in interface IClientRfSessionData

getDestinationHost

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

setDestinationHost

public void setDestinationHost(java.lang.String destinationHost)
Specified by:
setDestinationHost in interface IClientRfSessionData

getDestinationRealm

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

setDestinationRealm

public void setDestinationRealm(java.lang.String destinationRealm)
Specified by:
setDestinationRealm in interface IClientRfSessionData


Copyright © 2014. All Rights Reserved.