Package org.opennms.osgi
Interface VaadinApplicationContext
- 
- All Known Implementing Classes:
 VaadinApplicationContextImpl
public interface VaadinApplicationContextAn 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 EventProxygetEventProxy(OnmsServiceManager serviceManager)EventProxygetEventProxy(org.osgi.framework.BundleContext bundleContext)StringgetSessionId()intgetUiId()StringgetUsername() 
 - 
 
- 
- 
Method Detail
- 
getUiId
int getUiId()
 
- 
getSessionId
String getSessionId()
 
- 
getUsername
String getUsername()
 
- 
getEventProxy
EventProxy getEventProxy(OnmsServiceManager serviceManager)
 
- 
getEventProxy
EventProxy getEventProxy(org.osgi.framework.BundleContext bundleContext)
 
 - 
 
 -