Package org.nuxeo.runtime.test
Class OSGiRuntimeTestService
java.lang.Object
org.nuxeo.runtime.AbstractRuntimeService
org.nuxeo.runtime.osgi.OSGiRuntimeService
org.nuxeo.runtime.test.OSGiRuntimeTestService
- All Implemented Interfaces:
EventListener
,RuntimeService
,org.osgi.framework.FrameworkListener
-
Nested Class Summary
Nested classes/interfaces inherited from class org.nuxeo.runtime.AbstractRuntimeService
AbstractRuntimeService.LogConfig
-
Field Summary
Fields inherited from class org.nuxeo.runtime.osgi.OSGiRuntimeService
FRAMEWORK_STARTED_COMP, NAME, PROP_CONFIG_DIR, PROP_HOME_DIR, PROP_HOST_ADAPTER, PROP_INSTALL_DIR, PROP_NUXEO_BIND_ADDRESS, PROPERTIES_FILE_FIRST, VERSION
Fields inherited from class org.nuxeo.runtime.AbstractRuntimeService
context, isShuttingDown, isStarted, logConfig, manager, messageHandler, properties, REDIRECT_JUL, REDIRECT_JUL_THRESHOLD, workingDir
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
loadComponents
(org.osgi.framework.Bundle bundle, RuntimeContext ctx, boolean isFragment) Methods inherited from class org.nuxeo.runtime.osgi.OSGiRuntimeService
createContext, deployFrameworkStartedComponent, destroyContext, doStart, doStop, expandVars, findHostBundle, frameworkEvent, getBundle, getBundleContext, getBundleFile, getBundlesMap, getComponentPersistence, getComponentsList, getContext, getContext, getName, getProperty, getVersion, isJBoss4, isPropertiesFile, loadConfig, loadConfigurationFromProvider, loadDefaultConfig, loadProperties, loadProperties, loadProperties, loadProperties, reloadProperties, startComponents
Methods inherited from class org.nuxeo.runtime.AbstractRuntimeService
createComponentManager, getBuiltinFeatureURL, getComponent, getComponentInstance, getComponentManager, getContext, getDescription, getErrorLoggerThread, getHome, getMessageHandler, getProperties, getProperty, getService, getStatusMessage, isShuttingDown, isStarted, setHome, setProperty, start, stop, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.RuntimeService
getComponent, getComponentInstance
-
Constructor Details
-
OSGiRuntimeTestService
public OSGiRuntimeTestService(org.osgi.framework.BundleContext context)
-
-
Method Details
-
loadComponents
protected void loadComponents(org.osgi.framework.Bundle bundle, RuntimeContext ctx, boolean isFragment) - Overrides:
loadComponents
in classOSGiRuntimeService
-