org.siprop.v2.b2bua
Interface B2BUAManager

All Superinterfaces:
Listener, Manager
All Known Implementing Classes:
B2BUAManagerImpl

public interface B2BUAManager
extends Manager

Manager interface for B2BUA.

Author:
noritsuna

Method Summary
 void addB2UAModule(Context context, B2BUAModule b2bua)
          Add B2BUAModule.
 B2BUAModule createB2BUAModule(java.lang.String doModuleName)
          create B2BUAModule.
 void createModuleList(java.util.List<java.lang.String> moduleList)
          create B2BUAModule list.
 void deleteB2BUAModule(Context context)
          Delete to save B2BUAModule.
 void deleteB2BUAModule(java.lang.String key)
          Delete to save B2BUAModule.
 B2BUAModule getB2BUAModule(Context context)
          Get B2BUAModule.
 B2BUAModule getB2BUAModule(java.lang.String key)
          Get B2BUAModule.
 
Methods inherited from interface org.siprop.v2.core.Manager
doProcess, getBindingResolver, getRegisterResolver, getRouter, getServiceName, getUniKeyGenerator, send, setBindingResolver, setRegisterResolver, setRouter, setServiceName, setUniKeyGenerator, start, stop
 
Methods inherited from interface org.siprop.v2.core.Listener
onReceive
 

Method Detail

createB2BUAModule

B2BUAModule createB2BUAModule(java.lang.String doModuleName)
create B2BUAModule.

Parameters:
doModuleName -
Returns:
created B2BUAModule

createModuleList

void createModuleList(java.util.List<java.lang.String> moduleList)
create B2BUAModule list.

Parameters:
moduleList -

deleteB2BUAModule

void deleteB2BUAModule(Context context)
Delete to save B2BUAModule.

Parameters:
context -

deleteB2BUAModule

void deleteB2BUAModule(java.lang.String key)
Delete to save B2BUAModule.

Parameters:
key - B2BUAModule key

getB2BUAModule

B2BUAModule getB2BUAModule(Context context)
Get B2BUAModule.

Parameters:
context -
Returns:
B2BUAModule

getB2BUAModule

B2BUAModule getB2BUAModule(java.lang.String key)
Get B2BUAModule.

Parameters:
key - B2BUAModule key
Returns:
B2BUAModule

addB2UAModule

void addB2UAModule(Context context,
                   B2BUAModule b2bua)
Add B2BUAModule.

Parameters:
context -
b2bua -