org.gudy.azureus2.pluginsimpl.local.utils
Class MonitorImpl
java.lang.Object
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:
enter
in interface Monitor
exit
public void exit()
- Specified by:
exit
in interface Monitor
isOwned
public boolean isOwned()
- Specified by:
isOwned
in interface Monitor
hasWaiters
public boolean hasWaiters()
- Specified by:
hasWaiters
in interface Monitor