Package org.opennms.osgi
-
Interface Summary Interface Description EventProxy Provides a session scoped (means sessionId + uiId) view to theEventRegistry
.EventProxyAware OnmsServiceManager The OnmsServiceManager is a abstraction layer above theBundleContext
.VaadinApplicationContext An ApplicationContext for Vaadin-Applications.VaadinApplicationContextAware VaadinApplicationContextCreator -
Class Summary Class Description EventRegistry The EventRegistry is a single point of entry to get an EventListener/EventConsumer registered in the underlying OSGi-Container.OnmsVaadinUIFactory Creates an instance of a Vaadin UI object from the underlying OSGI container.VaadinApplicationContextImpl -
Annotation Types Summary Annotation Type Description EventConsumer If you want an instance of a class to get notified when an event of a concrete type is fired, just add this annotation to the method which consumes that event object.