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 TypeMethodDescriptionvoid
Core.checkRestartSupported()
checks if restart operation is supported - if not an alert will be raised and an exception thrownstatic Core
CoreFactory.create()
Core is a singleton that must be initially created by someone, and initialisedCore.getGlobalManager()
Core.getIpFilterManager()
Core.getPluginManager()
Core.getPluginManagerDefaults()
static Core
CoreFactory.getSingleton()
Once created the singleton can be accessed via this methodCore.getTrackerHost()
void
Core.requestRestart()
request a restart of the system - currently only available for com.biglybt.ui.swt based systemsvoid
Core.requestStop()
ask lifecycle listeners to perform a stop.boolean
CoreLifecycleAdapter.restartRequested
(Core core) boolean
CoreLifecycleListener.restartRequested
(Core core) void
Core.start()
void
Core.stop()
stop the core and inform lifecycle listeners of stoppingboolean
CoreLifecycleAdapter.stopRequested
(Core core) boolean
CoreLifecycleListener.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 TypeMethodDescriptionvoid
CoreImpl.checkRestartSupported()
static Core
CoreImpl.create()
CoreImpl.getGlobalManager()
CoreImpl.getIpFilterManager()
CoreImpl.getPluginManager()
CoreImpl.getPluginManagerDefaults()
static Core
CoreImpl.getSingleton()
CoreImpl.getTrackerHost()
void
CoreImpl.requestRestart()
void
CoreImpl.requestStop()
void
CoreImpl.restart()
void
CoreImpl.restart
(CoreOperationTask.ProgressCallback callback) private void
CoreImpl.runNonDaemon
(Runnable r) void
CoreImpl.start()
void
CoreImpl.stop()
void
CoreImpl.stop
(CoreOperationTask.ProgressCallback callback) (package private) void
CoreImpl.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 boolean
ClientRestarterImpl.runUpdateProcess
(boolean update_only, boolean no_wait) void
ClientRestarterImpl.updateNow()
-
Uses of CoreException in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that throw CoreException