Javolution 6.0.0 java
|
Public Member Functions | |
void | start (BundleContext bc) throws Exception |
void | stop (BundleContext bc) throws Exception |
Private Attributes | |
ServiceRegistration< XMLInputFactory > | xmlInputFactoryRegistration |
ServiceRegistration< XMLOutputFactory > | xmlOutputFactoryRegistration |
Javolution OSGi bundle activator.
Definition at line 24 of file JavolutionActivator.java.
void javolution.osgi.internal.JavolutionActivator.start | ( | BundleContext | bc | ) | throws Exception |
Definition at line 31 of file JavolutionActivator.java.
References javolution.osgi.internal.ServiceTrackerImpl< C >.activate(), javolution.osgi.internal.OSGiServices.CONCURRENT_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.CONFIGURABLE_LISTENER_TRACKER, javolution.osgi.internal.OSGiServices.initializeRealtimeClasses(), javolution.osgi.internal.OSGiServices.LOCAL_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.LOG_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.LOG_SERVICE_TRACKER, javolution.osgi.internal.OSGiServices.SECURITY_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.TEXT_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.XML_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.XML_INPUT_FACTORY_TRACKER, javolution.osgi.internal.OSGiServices.XML_OUTPUT_FACTORY_TRACKER, javolution.osgi.internal.JavolutionActivator.xmlInputFactoryRegistration, and javolution.osgi.internal.JavolutionActivator.xmlOutputFactoryRegistration.
void javolution.osgi.internal.JavolutionActivator.stop | ( | BundleContext | bc | ) | throws Exception |
Definition at line 57 of file JavolutionActivator.java.
References javolution.osgi.internal.OSGiServices.CONCURRENT_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.CONFIGURABLE_LISTENER_TRACKER, javolution.osgi.internal.ServiceTrackerImpl< C >.deactivate(), javolution.osgi.internal.OSGiServices.LOCAL_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.LOG_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.LOG_SERVICE_TRACKER, javolution.osgi.internal.OSGiServices.SECURITY_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.TEXT_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.XML_CONTEXT_TRACKER, javolution.osgi.internal.OSGiServices.XML_INPUT_FACTORY_TRACKER, javolution.osgi.internal.OSGiServices.XML_OUTPUT_FACTORY_TRACKER, javolution.osgi.internal.JavolutionActivator.xmlInputFactoryRegistration, and javolution.osgi.internal.JavolutionActivator.xmlOutputFactoryRegistration.
|
private |
Definition at line 27 of file JavolutionActivator.java.
Referenced by javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().
|
private |
Definition at line 28 of file JavolutionActivator.java.
Referenced by javolution.osgi.internal.JavolutionActivator.start(), and javolution.osgi.internal.JavolutionActivator.stop().