Uses of Class
org.apache.webbeans.web.failover.FailOverBag

Packages that use FailOverBag
org.apache.webbeans.web.failover   
 

Uses of FailOverBag in org.apache.webbeans.web.failover
 

Methods in org.apache.webbeans.web.failover with parameters of type FailOverBag
protected  void DefaultOwbFailOverService.addFailOverBagToSession(FailOverBag bag, javax.servlet.http.HttpSession session)
          Store the FailOverBag as attribute to the current HttpSession.
protected  void DefaultOwbFailOverService.restoreBeansFromFailOverBag(FailOverBag bag, javax.servlet.http.HttpSession session)
          Restores the session and conversation contexts from the given FailOverBag.
protected  void DefaultOwbFailOverService.storeBeansInFailOverBag(FailOverBag bag, javax.servlet.http.HttpSession session)
          Stores the session and conversation contexts in the FailOverBag.
 



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.