Uses of Interface
bt747.sys.interfaces.BT747Semaphore

Packages that use BT747Semaphore
bt747.sys   
bt747.sys.interfaces   
net.sf.bt747.j2se.system   
net.sf.bt747.waba.system   
 

Uses of BT747Semaphore in bt747.sys
 

Methods in bt747.sys that return BT747Semaphore
static BT747Semaphore JavaLibBridge.getSemaphoreInstance(int value)
           
 

Uses of BT747Semaphore in bt747.sys.interfaces
 

Methods in bt747.sys.interfaces that return BT747Semaphore
 BT747Semaphore JavaLibImplementation.getSemaphoreInstance(int value)
           
 

Uses of BT747Semaphore in net.sf.bt747.j2se.system
 

Classes in net.sf.bt747.j2se.system that implement BT747Semaphore
 class J2SESemaphore
           
 

Methods in net.sf.bt747.j2se.system that return BT747Semaphore
 BT747Semaphore J2SEJavaTranslations.getSemaphoreInstance(int value)
           
 

Uses of BT747Semaphore in net.sf.bt747.waba.system
 

Classes in net.sf.bt747.waba.system that implement BT747Semaphore
 class WabaSemaphore
           
 

Methods in net.sf.bt747.waba.system that return BT747Semaphore
 BT747Semaphore WabaJavaTranslations.getSemaphoreInstance(int value)