org.apache.openejb.cdi
Class UpdatableSessionContextManager

java.lang.Object
  extended by org.apache.webbeans.web.context.SessionContextManager
      extended by org.apache.openejb.cdi.UpdatableSessionContextManager

public class UpdatableSessionContextManager
extends org.apache.webbeans.web.context.SessionContextManager


Constructor Summary
UpdatableSessionContextManager()
           
 
Method Summary
 void updateSessionIdMapping(String oldId, String newId)
           
 
Methods inherited from class org.apache.webbeans.web.context.SessionContextManager
addNewSessionContext, getAllSessionContexts, getSessionContextWithSessionId, removeSessionContextWithSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdatableSessionContextManager

public UpdatableSessionContextManager()
Method Detail

updateSessionIdMapping

public void updateSessionIdMapping(String oldId,
                                   String newId)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.