Uses of Class
org.apache.felix.upnp.basedriver.importer.core.MyCtrlPoint

Packages that use MyCtrlPoint
org.apache.felix.upnp.basedriver.controller.impl   
org.apache.felix.upnp.basedriver.importer.core.event.structs   
org.apache.felix.upnp.basedriver.importer.core.event.thread   
 

Uses of MyCtrlPoint in org.apache.felix.upnp.basedriver.controller.impl
 

Constructors in org.apache.felix.upnp.basedriver.controller.impl with parameters of type MyCtrlPoint
DriverControllerImpl(MyCtrlPoint myCtrl)
           
 

Uses of MyCtrlPoint in org.apache.felix.upnp.basedriver.importer.core.event.structs
 

Methods in org.apache.felix.upnp.basedriver.importer.core.event.structs with parameters of type MyCtrlPoint
 void Monitor.delListener(org.osgi.service.upnp.UPnPEventListener listener, MyCtrlPoint ctrl)
          Delete the reference to the listener from the stuctures sid2Listeners and listener2Sids.
 void Monitor.updateListener(ListenerModified msg, SubscriptionQueue subqueue, MyCtrlPoint ctrl)
           
 

Uses of MyCtrlPoint in org.apache.felix.upnp.basedriver.importer.core.event.thread
 

Constructors in org.apache.felix.upnp.basedriver.importer.core.event.thread with parameters of type MyCtrlPoint
Renewer(long timeout, java.lang.String sid, org.cybergarage.upnp.Service service, MyCtrlPoint ctrl, SubscriptionQueue subqueue)
          *
SubScriber(MyCtrlPoint ctrl, SubscriptionQueue subQueue, Monitor monitor)