Uses of Interface
org.siprop.v2.b2bua.B2BUAManager

Packages that use B2BUAManager
org.siprop.v2.b2bua   
org.siprop.v2.b2bua.sip   
org.siprop.v2.b2bua.sip.impl   
 

Uses of B2BUAManager in org.siprop.v2.b2bua
 

Methods in org.siprop.v2.b2bua that return B2BUAManager
 B2BUAManager B2BUAModule.getCallBackManager()
          get manager of the call-back point.
 

Methods in org.siprop.v2.b2bua with parameters of type B2BUAManager
 void B2BUAModule.setCallBackManager(B2BUAManager callBackManager)
          set manager of the call-back point.
 

Uses of B2BUAManager in org.siprop.v2.b2bua.sip
 

Methods in org.siprop.v2.b2bua.sip that return B2BUAManager
 B2BUAManager AbstractSIPB2BUAModule.getCallBackManager()
           
 

Methods in org.siprop.v2.b2bua.sip with parameters of type B2BUAManager
 void AbstractSIPB2BUAModule.setCallBackManager(B2BUAManager callBackManager)
           
 

Uses of B2BUAManager in org.siprop.v2.b2bua.sip.impl
 

Classes in org.siprop.v2.b2bua.sip.impl that implement B2BUAManager
 class B2BUAManagerImpl
          Manager for standard B2BUA.