Package org.opennms.osgi
Interface VaadinApplicationContext
-
- All Known Implementing Classes:
VaadinApplicationContextImpl
public interface VaadinApplicationContext
An ApplicationContext for Vaadin-Applications. It should provide a Vaadin-Application with all needed information, such as sessionId, username and so on. In addition it helps getting access to the underlying OSGi-Container and provide the application with a session scope.- Author:
- Markus von RĂ¼den
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventProxy
getEventProxy(OnmsServiceManager serviceManager)
EventProxy
getEventProxy(org.osgi.framework.BundleContext bundleContext)
String
getSessionId()
int
getUiId()
String
getUsername()
-
-
-
Method Detail
-
getUiId
int getUiId()
-
getSessionId
String getSessionId()
-
getUsername
String getUsername()
-
getEventProxy
EventProxy getEventProxy(OnmsServiceManager serviceManager)
-
getEventProxy
EventProxy getEventProxy(org.osgi.framework.BundleContext bundleContext)
-
-