Javolution 6.0.0 java
|
Static Public Member Functions | |
static ConcurrentContext | getConcurrentContext () |
static Object[] | getConfigurableListeners () |
static LocalContext | getLocalContext () |
static LogContext | getLogContext () |
static Object[] | getLogServices () |
static SecurityContext | getSecurityContext () |
static TextContext | getTextContext () |
static XMLContext | getXMLContext () |
static XMLInputFactory | getXMLInputFactory () |
static XMLOutputFactory | getXMLOutputFactory () |
static boolean | initializeRealtimeClasses () |
Static Package Attributes | |
static final ServiceTrackerImpl< ConcurrentContext > | CONCURRENT_CONTEXT_TRACKER |
static final ServiceTrackerImpl< Configurable.Listener > | CONFIGURABLE_LISTENER_TRACKER |
static final ServiceTrackerImpl< LocalContext > | LOCAL_CONTEXT_TRACKER |
static final ServiceTrackerImpl< LogContext > | LOG_CONTEXT_TRACKER |
static final ServiceTrackerImpl< LogService > | LOG_SERVICE_TRACKER |
static final ServiceTrackerImpl< SecurityContext > | SECURITY_CONTEXT_TRACKER |
static final ServiceTrackerImpl< TextContext > | TEXT_CONTEXT_TRACKER |
static final ServiceTrackerImpl< XMLContext > | XML_CONTEXT_TRACKER |
static final ServiceTrackerImpl< XMLInputFactory > | XML_INPUT_FACTORY_TRACKER |
static final ServiceTrackerImpl< XMLOutputFactory > | XML_OUTPUT_FACTORY_TRACKER |
The OSGi services tracked by the Javolution bundle. When running outside OSGi or when the Javolution bundle is not started the default service implementation is returned.
Definition at line 50 of file OSGiServices.java.
|
static |
Returns concurrent context services.
Definition at line 74 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.CONCURRENT_CONTEXT_TRACKER.
Referenced by javolution.context.ConcurrentContext.enter().
|
static |
Returns configurable listener services.
Definition at line 79 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.CONFIGURABLE_LISTENER_TRACKER.
Referenced by javolution.lang.Configurable< javolution.context.LogContext.Level >.Configurable(), and javolution.lang.Configurable< javolution.context.LogContext.Level >.reconfigure().
|
static |
Returns local context service.
Definition at line 84 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.LOCAL_CONTEXT_TRACKER.
Referenced by javolution.context.LocalContext.enter().
|
static |
Returns log context service.
Definition at line 89 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.LOG_CONTEXT_TRACKER.
Referenced by javolution.context.LogContext.currentLogContext().
|
static |
Returns OSGi log service.
Definition at line 94 of file OSGiServices.java.
References javolution.osgi.internal.ServiceTrackerImpl< C >.getServices(), and javolution.osgi.internal.OSGiServices.LOG_SERVICE_TRACKER.
Referenced by javolution.context.internal.LogContextImpl.log().
|
static |
Returns security context service.
Definition at line 99 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.SECURITY_CONTEXT_TRACKER.
Referenced by javolution.context.SecurityContext.currentSecurityContext().
|
static |
Returns text context service.
Definition at line 104 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.TEXT_CONTEXT_TRACKER.
Referenced by javolution.text.TextContext.currentTextContext().
|
static |
Returns xml context service.
Definition at line 109 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.XML_CONTEXT_TRACKER.
Referenced by javolution.xml.XMLContext.currentXMLContext().
|
static |
Returns xml input factory service.
Definition at line 114 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.XML_INPUT_FACTORY_TRACKER.
|
static |
Returns xml output factory service.
Definition at line 119 of file OSGiServices.java.
References javolution.osgi.internal.OSGiServices.XML_OUTPUT_FACTORY_TRACKER.
|
static |
Initializes all real-time classes.
Definition at line 124 of file OSGiServices.java.
References javolution.lang.Initializer.initializeLoadedClasses(), and javolution.lang.Initializer.loadClass().
Referenced by javolution.osgi.internal.JavolutionActivator.start().
|
staticpackage |
Definition at line 52 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getConcurrentContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 54 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getConfigurableListeners(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 56 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getLocalContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 58 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getLogContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 60 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getLogServices(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 62 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getSecurityContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 64 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getTextContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 66 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getXMLContext(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 68 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getXMLInputFactory(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
staticpackage |
Definition at line 70 of file OSGiServices.java.
Referenced by javolution.osgi.internal.OSGiServices.getXMLOutputFactory(), javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().