org.gudy.azureus2.pluginsimpl.local.sharing
Class ShareConfigImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.sharing.ShareConfigImpl

public class ShareConfigImpl
extends java.lang.Object


Field Summary
protected  ShareManagerImpl manager
           
protected  boolean save_outstanding
           
protected  int suspend_level
           
protected  AEMonitor this_mon
           
 
Constructor Summary
ShareConfigImpl()
           
 
Method Summary
protected  void loadConfig(ShareManagerImpl _manager)
           
protected  void resumeSaving()
           
protected  void saveConfig()
           
protected  void suspendSaving()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

protected ShareManagerImpl manager

suspend_level

protected int suspend_level

save_outstanding

protected boolean save_outstanding

this_mon

protected AEMonitor this_mon
Constructor Detail

ShareConfigImpl

public ShareConfigImpl()
Method Detail

loadConfig

protected void loadConfig(ShareManagerImpl _manager)

saveConfig

protected void saveConfig()
                   throws ShareException
Throws:
ShareException

suspendSaving

protected void suspendSaving()

resumeSaving

protected void resumeSaving()
                     throws ShareException
Throws:
ShareException