Package | Description |
---|---|
org.apache.felix.framework | |
org.apache.felix.framework.util | |
org.eclipse.equinox.log.internal | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.framework.log |
Provides the FrameworkLog service.
|
org.eclipse.osgi.launch |
Provides the Equinox framework launch API.
|
org.osgi.framework |
Framework Package Version 1.7.
|
org.osgi.framework.launch |
Framework Launch Package Version 1.1.
|
Modifier and Type | Method and Description |
---|---|
FrameworkEvent |
Felix.waitForStop(long timeout)
This method will cause the calling thread to block until the framework
shuts down.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fireFrameworkEvent(FrameworkEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
LogServiceManager.frameworkEvent(FrameworkEvent event)
FrameworkListener.frameworkEvent method.
|
Modifier and Type | Method and Description |
---|---|
FrameworkEvent |
Framework.waitForStop(long timeout) |
FrameworkEvent |
InternalSystemBundle.waitForStop(long timeout) |
FrameworkEvent |
EquinoxLauncher.waitForStop(long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
Framework.publishFrameworkEventPrivileged(FrameworkEvent event,
FrameworkListener... callerListeners) |
Modifier and Type | Method and Description |
---|---|
void |
FrameworkLog.log(FrameworkEvent frameworkEvent)
Logs the information from a FrameworkEvent to the FrameworkLog.
|
Modifier and Type | Method and Description |
---|---|
FrameworkEvent |
Equinox.waitForStop(long timeout) |
Modifier and Type | Method and Description |
---|---|
void |
FrameworkListener.frameworkEvent(FrameworkEvent event)
Receives notification of a general
FrameworkEvent object. |
Modifier and Type | Method and Description |
---|---|
FrameworkEvent |
Framework.waitForStop(long timeout)
Wait until this Framework has completely stopped.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.