Methods from org.eclipse.osgi used by org.eclipse.equinox.app

Click an entry in the table below to reveal the details of the references made to that element.

Reference Details

org.eclipse.osgi.framework.console.CommandInterpreter.nextArgument()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)217
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)259
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)258
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)251
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)168
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)175
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)193
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)234
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)270

org.eclipse.osgi.framework.console.CommandInterpreter.print(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)141
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)140
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)139
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)127
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)113
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)116
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)124
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)122
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)119

org.eclipse.osgi.framework.console.CommandInterpreter.println()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)128

org.eclipse.osgi.framework.console.CommandInterpreter.println(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)135
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)142
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)108
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)225
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)220
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)261
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)254
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)184
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)171
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)210
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)199
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)205
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)237
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)242
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)278
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)273

org.eclipse.osgi.framework.log.FrameworkLog.log(FrameworkLogEntry)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.log(FrameworkLogEntry)235

org.eclipse.osgi.framework.log.FrameworkLogEntry.FrameworkLogEntry(String, int, int, String, int, Throwable, FrameworkLogEntry[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AnyThreadAppLauncher.run()28
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()387
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()387
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)301
org.eclipse.equinox.internal.app.DefaultApplicationListener.removedService(ServiceReference, Object)137
org.eclipse.equinox.internal.app.DefaultApplicationListener.run(Object)71
org.eclipse.equinox.internal.app.DefaultApplicationListener.stop()112
org.eclipse.equinox.internal.app.EclipseAppContainer.callMethod(Object, String, Class[], Object[])566
org.eclipse.equinox.internal.app.EclipseAppContainer.start()100
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()380
org.eclipse.equinox.internal.app.EclipseScheduledApplication.handleEvent(Event)118

org.eclipse.osgi.framework.log.FrameworkLogEntry.FrameworkLogEntry(String, String, int, Throwable, FrameworkLogEntry[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()451
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()454
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()446

org.eclipse.osgi.service.datalocation.Location.getParentLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)220

org.eclipse.osgi.service.datalocation.Location.getURL()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)212
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)222

org.eclipse.osgi.service.datalocation.Location.isReadOnly()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)214

org.eclipse.osgi.service.debug.DebugOptions.getBooleanOption(String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.getDebugOptions(BundleContext)90

org.eclipse.osgi.service.environment.EnvironmentInfo.getNonFrameworkArgs()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.CommandLineArgs.processCommandLine(EnvironmentInfo)41

org.eclipse.osgi.service.environment.EnvironmentInfo.setProperty(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.setProperty(String, String)241
org.eclipse.equinox.internal.app.CommandLineArgs.processCommandLine(EnvironmentInfo)102
org.eclipse.equinox.internal.app.CommandLineArgs.processCommandLine(EnvironmentInfo)95

org.eclipse.osgi.service.runnable.ApplicationLauncher.launch(ParameterizedRunnable, Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.addingService(ServiceReference)601
org.eclipse.equinox.internal.app.EclipseAppContainer.launch(EclipseAppHandle)332
org.eclipse.equinox.internal.app.EclipseAppContainer.launch(EclipseAppHandle)355

org.eclipse.osgi.service.runnable.ApplicationRunnable.stop()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.MainApplicationLauncher.stop()44

org.eclipse.osgi.service.runnable.ParameterizedRunnable.run(Object)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.MainApplicationLauncher.run(Object)32

org.eclipse.osgi.service.runnable.StartupMonitor.applicationRunning()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppHandle.1.run()246

org.eclipse.osgi.storagemanager.StorageManager.close()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)226
org.eclipse.equinox.internal.app.AppPersistence.stop()65

org.eclipse.osgi.storagemanager.StorageManager.createTempFile(String)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)293

org.eclipse.osgi.storagemanager.StorageManager.isReadOnly()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)290

org.eclipse.osgi.storagemanager.StorageManager.lookup(String, boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)225
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)218
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)298

org.eclipse.osgi.storagemanager.StorageManager.open(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)224
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)216

org.eclipse.osgi.storagemanager.StorageManager.StorageManager(File, String, boolean)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)223
org.eclipse.equinox.internal.app.AppPersistence.loadData(String)215

org.eclipse.osgi.storagemanager.StorageManager.update(String[], String[])

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)299

org.eclipse.osgi.util.NLS.bind(String, Object, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(boolean)242
org.eclipse.equinox.internal.app.EclipseAppHandle.getConfiguration()302

org.eclipse.osgi.util.NLS.bind(String, Object)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()386
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()386
org.eclipse.equinox.internal.app.AppPersistence.saveData(String)301
org.eclipse.equinox.internal.app.DefaultApplicationListener.removedService(ServiceReference, Object)136
org.eclipse.equinox.internal.app.DefaultApplicationListener.run(Object)70
org.eclipse.equinox.internal.app.DefaultApplicationListener.stop()111
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()454
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()446
org.eclipse.equinox.internal.app.EclipseAppContainer.lock(EclipseAppHandle)481
org.eclipse.equinox.internal.app.EclipseAppContainer.lock(EclipseAppHandle)477
org.eclipse.equinox.internal.app.EclipseAppContainer.lock(EclipseAppHandle)473
org.eclipse.equinox.internal.app.EclipseAppContainer.lock(EclipseAppHandle)479
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()379
org.eclipse.equinox.internal.app.EclipseAppHandle.getConfiguration()305
org.eclipse.equinox.internal.app.EclipseAppHandle.getState()75
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Object)188
org.eclipse.equinox.internal.app.EclipseScheduledApplication.handleEvent(Event)117

org.eclipse.osgi.util.NLS.bind(String, Object[])

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Object)215

org.eclipse.osgi.util.NLS.initializeMessages(String, Class)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.Messages.reloadMessages()53

org.eclipse.osgi.util.NLS.NLS()

OVERRIDE
Reference LocationLine Number
org.eclipse.equinox.internal.app.Messages.Messages()-1
SUPER_CONSTRUCTORMETHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Messages.Messages()15

org.osgi.framework.Bundle.findEntries(String, String, boolean)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppDescriptor.EclipseAppDescriptor(Bundle, String, String, String, int, int, EclipseAppContainer)73

org.osgi.framework.Bundle.getBundleId()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.bundleChanged(BundleEvent)362

org.osgi.framework.Bundle.getLocation()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.3.run()193
org.eclipse.equinox.internal.app.Activator.getLocation(Bundle)190

org.osgi.framework.Bundle.getState()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.getBundle(IContributor)218

org.osgi.framework.BundleContext.addBundleListener(BundleListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.start()91

org.osgi.framework.BundleContext.createFilter(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)66
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)64
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)65
org.eclipse.equinox.internal.app.AppPersistence.addScheduledApp(ApplicationDescriptor, String, Map, String, String, boolean)148
org.eclipse.equinox.internal.app.AppPersistence.initConfiguration()76
org.eclipse.equinox.internal.app.EclipseScheduledApplication.EclipseScheduledApplication(BundleContext, String, String, Map, String, String, boolean)47

org.osgi.framework.BundleContext.getBundle(long)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.getBundle(IContributor)205

org.osgi.framework.BundleContext.getProperty(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.getBranding()418
org.eclipse.equinox.internal.app.EclipseAppContainer.getDefaultAppId()400
org.eclipse.equinox.internal.app.EclipseAppContainer.start()94

org.osgi.framework.BundleContext.getService(ServiceReference)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.addingService(ServiceReference)124
org.eclipse.equinox.internal.app.Activator.getDebugOptions(BundleContext)89
org.eclipse.equinox.internal.app.Activator.getEnvironmentInfo()101
org.eclipse.equinox.internal.app.Activator.start(BundleContext)47
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)223
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)257
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)182
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)203
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)240
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)276
org.eclipse.equinox.internal.app.AppPersistence.addingService(ServiceReference)416
org.eclipse.equinox.internal.app.DefaultApplicationListener.addingService(ServiceReference)118
org.eclipse.equinox.internal.app.EclipseAppContainer.addingService(ServiceReference)588
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()374
org.eclipse.equinox.internal.app.EclipseAppHandle.1.run()244

org.osgi.framework.BundleContext.getServiceReference(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.getDebugOptions(BundleContext)86
org.eclipse.equinox.internal.app.Activator.getEnvironmentInfo()98
org.eclipse.equinox.internal.app.Activator.start(BundleContext)45

org.osgi.framework.BundleContext.getServiceReferences(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()371
org.eclipse.equinox.internal.app.EclipseAppHandle.getStartupMonitors()259

org.osgi.framework.BundleContext.registerService(String, Object, Dictionary)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)67

org.osgi.framework.BundleContext.registerService(String[], Object, Dictionary)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.addScheduledApp(EclipseScheduledApplication)175
org.eclipse.equinox.internal.app.EclipseAppContainer.RegisterService.run()224
org.eclipse.equinox.internal.app.EclipseAppContainer.RegisterService.run()224

org.osgi.framework.BundleContext.removeBundleListener(BundleListener)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.stop()108

org.osgi.framework.BundleContext.ungetService(ServiceReference)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.addingService(ServiceReference)139
org.eclipse.equinox.internal.app.Activator.getDebugOptions(BundleContext)91
org.eclipse.equinox.internal.app.Activator.getEnvironmentInfo()104
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)227
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)227
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)263
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)263
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)186
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)186
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)207
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)207
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)244
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)244
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)280
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)280
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()383
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()383
org.eclipse.equinox.internal.app.EclipseAppContainer.stopAllApps()383
org.eclipse.equinox.internal.app.EclipseAppHandle.1.run()247

org.osgi.framework.BundleEvent.getBundle()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.bundleChanged(BundleEvent)362

org.osgi.framework.BundleEvent.getType()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppContainer.bundleChanged(BundleEvent)362

org.osgi.framework.Filter.match(Dictionary)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)141
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)126
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)121
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)201
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()383
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()383
org.osgi.service.application.ApplicationAdminPermission.implies(Permission)212

org.osgi.framework.FrameworkUtil.createFilter(String)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()382
org.eclipse.equinox.internal.app.AppPersistence.AppTimer.run()382
org.osgi.service.application.ApplicationAdminPermission.ApplicationAdminPermission(String, String)113
org.osgi.service.application.ApplicationAdminPermission.getFilter()345

org.osgi.framework.ServiceReference.getProperty(String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)139
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)112
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)210
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)278
org.eclipse.equinox.internal.app.AppCommands.getApplication(ServiceReference[], String, String, boolean)153
org.eclipse.equinox.internal.app.AppCommands.getServiceProps(ServiceReference)101
org.eclipse.equinox.internal.app.EclipseAppHandle.2.compare(Object, Object)279
org.eclipse.equinox.internal.app.EclipseAppHandle.2.compare(Object, Object)280
org.eclipse.equinox.internal.app.EclipseAppHandle.2.compare(Object, Object)274
org.eclipse.equinox.internal.app.EclipseAppHandle.2.compare(Object, Object)272

org.osgi.framework.ServiceReference.getPropertyKeys()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands.getServiceProps(ServiceReference)98

org.osgi.framework.ServiceRegistration.getReference()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppHandle.getServiceReference()118

org.osgi.framework.ServiceRegistration.setProperties(Dictionary)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppDescriptor.refreshProperties()124
org.eclipse.equinox.internal.app.EclipseAppHandle.setAppStatus(int)157

org.osgi.framework.ServiceRegistration.unregister()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands.stop(BundleContext)74
org.eclipse.equinox.internal.app.EclipseAppDescriptor.unregister()214
org.eclipse.equinox.internal.app.EclipseAppHandle.setAppStatus(int)161
org.eclipse.equinox.internal.app.EclipseScheduledApplication.remove()101
org.eclipse.equinox.internal.app.EclipseScheduledApplication.setServiceRegistration(ServiceRegistration)128

org.osgi.service.condpermadmin.BundleSignerCondition.getCondition(Bundle, ConditionInfo)

INVOKED_STATIC
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppDescriptor.matchDNChain(String)203

org.osgi.service.condpermadmin.Condition.isSatisfied()

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppDescriptor.matchDNChain(String)203

org.osgi.service.condpermadmin.ConditionInfo.ConditionInfo(String, String[])

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.EclipseAppDescriptor.matchDNChain(String)203

org.osgi.service.packageadmin.PackageAdmin.getBundles(String, String)

INTERFACE_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.getBundle(IContributor)213

org.osgi.util.tracker.ServiceTracker.close()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.stop(BundleContext)73
org.eclipse.equinox.internal.app.Activator.stop(BundleContext)78
org.eclipse.equinox.internal.app.AppCommands.stop(BundleContext)78
org.eclipse.equinox.internal.app.AppCommands.stop(BundleContext)80
org.eclipse.equinox.internal.app.AppCommands.stop(BundleContext)76
org.eclipse.equinox.internal.app.AppPersistence.closeConfiguration()86
org.eclipse.equinox.internal.app.DefaultApplicationListener.DefaultApplicationListener(EclipseAppHandle)48
org.eclipse.equinox.internal.app.DefaultApplicationListener.run(Object)77
org.eclipse.equinox.internal.app.DefaultApplicationListener.run(Object)77
org.eclipse.equinox.internal.app.EclipseAppContainer.stop()114
org.eclipse.equinox.internal.app.EclipseScheduledApplication.remove()103

org.osgi.util.tracker.ServiceTracker.getService()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.2.run()182
org.eclipse.equinox.internal.app.Activator.getService(ServiceTracker)179
org.eclipse.equinox.internal.app.Activator.log(FrameworkLogEntry)233
org.eclipse.equinox.internal.app.DefaultApplicationListener.DefaultApplicationListener(EclipseAppHandle)45
org.eclipse.equinox.internal.app.DefaultApplicationListener.stop()106
org.eclipse.equinox.internal.app.EclipseAppContainer.launch(EclipseAppHandle)340
org.eclipse.equinox.internal.app.EclipseAppContainer.launch(EclipseAppHandle)314

org.osgi.util.tracker.ServiceTracker.getServiceReferences()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppCommands._activeApps(CommandInterpreter)133
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)106
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)118
org.eclipse.equinox.internal.app.AppCommands._apps(CommandInterpreter)115
org.eclipse.equinox.internal.app.AppCommands._lockApp(CommandInterpreter)218
org.eclipse.equinox.internal.app.AppCommands._schedApp(CommandInterpreter)252
org.eclipse.equinox.internal.app.AppCommands._startApp(CommandInterpreter)169
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)195
org.eclipse.equinox.internal.app.AppCommands._stopApp(CommandInterpreter)197
org.eclipse.equinox.internal.app.AppCommands._unlockApp(CommandInterpreter)235
org.eclipse.equinox.internal.app.AppCommands._unschedApp(CommandInterpreter)271

org.osgi.util.tracker.ServiceTracker.open()

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.start(BundleContext)49
org.eclipse.equinox.internal.app.Activator.start(BundleContext)56
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)61
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)63
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)59
org.eclipse.equinox.internal.app.AppPersistence.initConfiguration()81
org.eclipse.equinox.internal.app.DefaultApplicationListener.DefaultApplicationListener(EclipseAppHandle)44
org.eclipse.equinox.internal.app.EclipseAppContainer.start()88

org.osgi.util.tracker.ServiceTracker.open(boolean)

VIRTUAL_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.1.run()170
org.eclipse.equinox.internal.app.Activator.openTracker(ServiceTracker, boolean)166

org.osgi.util.tracker.ServiceTracker.ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.AppPersistence.initConfiguration()80
org.eclipse.equinox.internal.app.EclipseScheduledApplication.EclipseScheduledApplication(BundleContext, String, String, Map, String, String, boolean)47

org.osgi.util.tracker.ServiceTracker.ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.DefaultApplicationListener.DefaultApplicationListener(EclipseAppHandle)43

org.osgi.util.tracker.ServiceTracker.ServiceTracker(BundleContext, String, ServiceTrackerCustomizer)

CONSTRUCTOR_METHOD
Reference LocationLine Number
org.eclipse.equinox.internal.app.Activator.start(BundleContext)55
org.eclipse.equinox.internal.app.Activator.start(BundleContext)48
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)60
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)58
org.eclipse.equinox.internal.app.AppCommands.start(BundleContext)62
org.eclipse.equinox.internal.app.EclipseAppContainer.EclipseAppContainer(BundleContext, IExtensionRegistry)84

Back to reference summary for org.eclipse.equinox.app

Valid HTML 4.01 TransitionalValid XHTML 1.0 Strict