Uses of Class
com.vaadin.server.VaadinService

Packages that use VaadinService
com.vaadin.server   
 

Uses of VaadinService in com.vaadin.server
 

Subclasses of VaadinService in com.vaadin.server
 class VaadinPortletService
           
 class VaadinServletService
           
 

Methods in com.vaadin.server that return VaadinService
static VaadinService VaadinService.getCurrent()
          Gets the currently used Vaadin service.
 VaadinService SessionInitEvent.getService()
          Gets the Vaadin service from which this event originates
 VaadinService VaadinResponse.getService()
          Gets the vaadin service for the context of this response.
 VaadinService UIProviderEvent.getService()
          Gets the Vaadin service from which the event originates.
 VaadinService SessionDestroyEvent.getService()
          Gets the Vaadin service from which the even originates.
 VaadinService VaadinRequest.getService()
          Gets the vaadin service for the context of this request.
 VaadinService SystemMessagesInfo.getService()
          Returns the service this SystemMessages request comes from.
 VaadinService VaadinSession.getService()
           
 VaadinService SessionInitEvent.getSource()
           
 VaadinService ServiceDestroyEvent.getSource()
           
 VaadinService SessionDestroyEvent.getSource()
           
 

Methods in com.vaadin.server with parameters of type VaadinService
static void ServletPortletHelper.checkUiProviders(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
static VaadinSession VaadinSession.getForSession(VaadinService service, WrappedSession underlyingSession)
          Deprecated. as of 7.6, call loadSession(WrappedSession) instead
protected static boolean VaadinSession.hasLock(VaadinService service, WrappedSession session)
          Checks if the current thread has exclusive access to the given WrappedSession.
static void ServletPortletHelper.initDefaultUIProvider(VaadinSession session, VaadinService vaadinService)
          Deprecated.  
 void VaadinSession.refreshTransients(WrappedSession wrappedSession, VaadinService vaadinService)
          Refreshes the transient fields of the session to ensure they are up to date.
 void VaadinSession.removeFromSession(VaadinService service)
          Deprecated. as of 7.6, call removeSession(WrappedSession) instead
static void VaadinService.setCurrent(VaadinService service)
          Sets the given Vaadin service as the current service.
 void SystemMessagesInfo.setService(VaadinService service)
           
 void VaadinSession.storeInSession(VaadinService service, WrappedSession session)
          Deprecated. as of 7.6, call storeSession(VaadinSession, WrappedSession) instead
 

Constructors in com.vaadin.server with parameters of type VaadinService
ServiceDestroyEvent(VaadinService service)
          Creates a new event for the given service.
SessionDestroyEvent(VaadinService service, VaadinSession session)
          Creates a new event.
SessionInitEvent(VaadinService service, VaadinSession session, VaadinRequest request)
          Creates a new event.
VaadinSession(VaadinService service)
          Creates a new VaadinSession tied to a VaadinService.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.