org.gudy.azureus2.pluginsimpl.local.utils
Class MonitorImpl
java.lang.Object
   org.gudy.azureus2.pluginsimpl.local.utils.MonitorImpl
org.gudy.azureus2.pluginsimpl.local.utils.MonitorImpl
- All Implemented Interfaces: 
- Monitor
- public class MonitorImpl 
- extends Object- implements Monitor
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MonitorImpl
protected MonitorImpl(PluginInterface pi)
enter
public void enter()
- 
- Specified by:
- enterin interface- Monitor
 
- 
 
exit
public void exit()
- 
- Specified by:
- exitin interface- Monitor
 
- 
 
isOwned
public boolean isOwned()
- 
- Specified by:
- isOwnedin interface- Monitor
 
- 
 
hasWaiters
public boolean hasWaiters()
- 
- Specified by:
- hasWaitersin interface- Monitor
 
-