org.siprop.v2.b2bua.impl
Class B2BUAContextImpl

java.lang.Object
  extended by org.siprop.v2.core.messge.AbstractContext
      extended by org.siprop.v2.b2bua.impl.B2BUAContextImpl
All Implemented Interfaces:
java.io.Serializable, B2BUAContext, Context
Direct Known Subclasses:
DefaultSIPB2BUAContext

public class B2BUAContextImpl
extends AbstractContext
implements B2BUAContext

This class the dialog about a B2BUA.

Author:
noritsuna
See Also:
Serialized Form

Constructor Summary
B2BUAContextImpl()
           
 
Method Summary
 java.util.List<B2BUAInfo> getOpposeUAInfos(Context context)
          get opposed UAInfo list.
 java.util.List<B2BUAInfo> getSelfUAInfos(Context context)
          get self UAInfo list.
 B2BUAInfo getUAInfo(java.lang.String key)
          get UAInfo.
 void setUAInfo(java.lang.String key, B2BUAInfo uaSet)
          set UAInfo.
 
Methods inherited from class org.siprop.v2.core.messge.AbstractContext
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.siprop.v2.core.messge.Context
addPacket, getCurrentPacket, getInfo, getOriginalPacket, setCurrentPacket, setInfo, setOriginalPacket
 

Constructor Detail

B2BUAContextImpl

public B2BUAContextImpl()
Method Detail

getOpposeUAInfos

public java.util.List<B2BUAInfo> getOpposeUAInfos(Context context)
Description copied from interface: B2BUAContext
get opposed UAInfo list.

Specified by:
getOpposeUAInfos in interface B2BUAContext
Returns:
opposed UAInfo list

getSelfUAInfos

public java.util.List<B2BUAInfo> getSelfUAInfos(Context context)
Description copied from interface: B2BUAContext
get self UAInfo list.

Specified by:
getSelfUAInfos in interface B2BUAContext
Returns:
self UAInfo list

setUAInfo

public void setUAInfo(java.lang.String key,
                      B2BUAInfo uaSet)
Description copied from interface: B2BUAContext
set UAInfo.

Specified by:
setUAInfo in interface B2BUAContext

getUAInfo

public B2BUAInfo getUAInfo(java.lang.String key)
Description copied from interface: B2BUAContext
get UAInfo.

Specified by:
getUAInfo in interface B2BUAContext
Returns:
B2BUAInfo