Uses of Class
com.biglybt.core.CoreException
-
Packages that use CoreException Package Description com.biglybt.core com.biglybt.core.impl com.biglybt.core.update com.biglybt.core.update.impl com.biglybt.ui.swt -
-
Uses of CoreException in com.biglybt.core
Methods in com.biglybt.core that throw CoreException Modifier and Type Method Description void
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 initialisedGlobalManager
Core. getGlobalManager()
IpFilterManager
Core. getIpFilterManager()
PluginManager
Core. getPluginManager()
PluginManagerDefaults
Core. getPluginManagerDefaults()
static Core
CoreFactory. getSingleton()
Once created the singleton can be accessed via this methodTRHost
Core. 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 CoreException Modifier and Type Method Description void
CoreImpl. checkRestartSupported()
static Core
CoreImpl. create()
GlobalManager
CoreImpl. getGlobalManager()
IpFilterManager
CoreImpl. getIpFilterManager()
PluginManager
CoreImpl. getPluginManager()
PluginManagerDefaults
CoreImpl. getPluginManagerDefaults()
static Core
CoreImpl. getSingleton()
TRHost
CoreImpl. getTrackerHost()
void
CoreImpl. requestRestart()
void
CoreImpl. requestStop()
void
CoreImpl. restart()
void
CoreImpl. restart(CoreOperationTask.ProgressCallback callback)
private void
CoreImpl. runNonDaemon(java.lang.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 Modifier and Type Method Description void
ClientRestarter. updateNow()
-
Uses of CoreException in com.biglybt.core.update.impl
Methods in com.biglybt.core.update.impl that throw CoreException Modifier and Type Method Description private 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 Modifier and Type Method Description void
Initializer. stopIt(boolean isForRestart)
-