Uses of Class
cvm.ncb.adapters.NCBBridge

Packages that use NCBBridge
cvm.ncb.adapters   
cvm.ncb.csm   
 

Uses of NCBBridge in cvm.ncb.adapters
 

Subclasses of NCBBridge in cvm.ncb.adapters
 class GoogleTalkAdapter
          This is an adapter to the GoogleTalk interface.
 class JMMLAdapter
          This is an adapter to the JMML interface.
 class NCBNativeAdapter
          This is an adapter to the NCB interface.
 class SkypeAdapter
          This is an adapter to the Skype interface.
 

Uses of NCBBridge in cvm.ncb.csm
 

Methods in cvm.ncb.csm that return NCBBridge
 NCBBridge CommObject.getNCBBridge()
          Gets the bridge instance.
 

Methods in cvm.ncb.csm with parameters of type NCBBridge
 void CommObject.setBrdige(NCBBridge bridge)
          Sets the bride instance.
 

Constructors in cvm.ncb.csm with parameters of type NCBBridge
CommObject(NCBBridge bridge)