Class ShareConfigImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.sharing.ShareConfigImpl
-
public class ShareConfigImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ShareManagerImpl
manager
protected boolean
save_outstanding
protected int
suspend_level
protected AEMonitor
this_mon
-
Constructor Summary
Constructors Constructor Description ShareConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
loadConfig(ShareManagerImpl _manager)
protected void
resumeSaving()
protected void
saveConfig()
protected void
suspendSaving()
-
-
-
Field Detail
-
manager
protected ShareManagerImpl manager
-
suspend_level
protected int suspend_level
-
save_outstanding
protected boolean save_outstanding
-
this_mon
protected AEMonitor this_mon
-
-
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
-
-