Uses of Class
com.biglybt.core.CoreException
Packages that use CoreException
Package
Description
-
Uses of CoreException in com.biglybt.core
Methods in com.biglybt.core that throw CoreExceptionModifier and TypeMethodDescriptionvoidCore.checkRestartSupported()checks if restart operation is supported - if not an alert will be raised and an exception thrownstatic CoreCoreFactory.create()Core is a singleton that must be initially created by someone, and initialisedCore.getGlobalManager()Core.getIpFilterManager()Core.getPluginManager()Core.getPluginManagerDefaults()static CoreCoreFactory.getSingleton()Once created the singleton can be accessed via this methodCore.getTrackerHost()voidCore.requestRestart()request a restart of the system - currently only available for com.biglybt.ui.swt based systemsvoidCore.requestStop()ask lifecycle listeners to perform a stop.booleanCoreLifecycleAdapter.restartRequested(Core core) booleanCoreLifecycleListener.restartRequested(Core core) voidCore.start()voidCore.stop()stop the core and inform lifecycle listeners of stoppingbooleanCoreLifecycleAdapter.stopRequested(Core core) booleanCoreLifecycleListener.stopRequested(Core core) return true if the request has been accepted (and hence the listener will arrange for a stop to occur -
Uses of CoreException in com.biglybt.core.impl
Methods in com.biglybt.core.impl that throw CoreExceptionModifier and TypeMethodDescriptionvoidCoreImpl.checkRestartSupported()static CoreCoreImpl.create()CoreImpl.getGlobalManager()CoreImpl.getIpFilterManager()CoreImpl.getPluginManager()CoreImpl.getPluginManagerDefaults()static CoreCoreImpl.getSingleton()CoreImpl.getTrackerHost()voidCoreImpl.requestRestart()voidCoreImpl.requestStop()voidCoreImpl.restart()voidCoreImpl.restart(CoreOperationTask.ProgressCallback callback) private voidCoreImpl.runNonDaemon(Runnable r) voidCoreImpl.start()voidCoreImpl.stop()voidCoreImpl.stop(CoreOperationTask.ProgressCallback callback) (package private) voidCoreImpl.stopSupport(boolean for_restart, boolean apply_updates, CoreOperationTask.ProgressCallback callback) -
Uses of CoreException in com.biglybt.core.update
Methods in com.biglybt.core.update that throw CoreException -
Uses of CoreException in com.biglybt.core.update.impl
Methods in com.biglybt.core.update.impl that throw CoreExceptionModifier and TypeMethodDescriptionprivate booleanClientRestarterImpl.runUpdateProcess(boolean update_only, boolean no_wait) voidClientRestarterImpl.updateNow() -
Uses of CoreException in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that throw CoreException