Demo Kitman script name |
Bundle name |
Description |
|---|---|---|
Bundle Adapt/Bundle Wiring Demo |
com.prosyst.mbs.framework.demos.basicosgi.bundleadapt-demo |
This demo provides an example of Bundle.adapt(Class) usage from OSGi R5 Core specification. |
BundleListener and FrameworkListener Demo |
com.prosyst.mbs.framework.demos.basicosgi.bundleandfwlistener-demo |
This demo demonstrates listening to bundle and framework events. |
Service Get with a Filter Demo |
com.prosyst.mbs.framework.demos.basicosgi.getservicewithfilter-demo |
This demo demonstrates getting of service using a filter to match the service properties. |
OSGi Bundle-ActivationPolicy Lazy Provider Demo |
com.prosyst.mbs.framework.demos.basicosgi.lazyactivation-demo |
This demo consists of bundle with lazy activation policy. |
OSGi Bundle-ActivationPolicy Lazy Consumer Demo |
com.prosyst.mbs.framework.demos.basicosgi.lazyclassloading-demo |
This demo tries to load classes from two different packages from the bundle com.prosyst.mbs.framework.demos.basicosgi.lazyactivation-demo |
Service Registration with Properties Demo |
com.prosyst.mbs.framework.demos.basicosgi.regservicewithproperties-demo |
This demo registers three services under TimeService interface. |
Service Tracker Demo |
com.prosyst.mbs.framework.demos.basicosgi.servicetracker-demo |
This demo creates two service trackers and demonstrates their usage. |
Conditional Permission Admin Demo |
com.prosyst.mbs.framework.demos.cpa-demo Helper bundles com.prosyst.mbs.framework.demos.cpa.agent-demo com.prosyst.mbs.framework.demos.cpa.agent-demo com.prosyst.mbs.framework.demos.cpa.notesimpl-demo com.prosyst.mbs.framework.demos.cpa.server-demo com.prosyst.mbs.framework.demos.cpa.user-demo |
The Conditional Permission Admin demo shows the usage of the ConditionalPermissionAdmin service. Helper bundles for the CPA demo MUST NOT be used as a stand-alone demos. Do not have kitman scripts. |
Basics Demo |
com.prosyst.mbs.framework.demos.getservice-demo Helper bundles com.prosyst.mbs.framework.demos.regservice.factory-demo com.prosyst.mbs.framework.demos.regservice-demo |
The Basics demo consists of three parts: registering of a service, getting reference to this service and an implementation of a ServiceListener, registering service events for this service. Helper bundles for OSGi basics demo MUST NOT be used as stand-alone demos. Do not have kitman scripts. |
Native Demo |
com.prosyst.mbs.framework.demos.native-demo |
The mBedded Server Native Demo is a simple example of using native methods in bundles through the Java Native Interface (JNI). |