org.eclipse.jetty.server.session
Class AbstractWebAppObjectInSessionTest

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractWebAppObjectInSessionTest

public abstract class AbstractWebAppObjectInSessionTest
extends Object

AbstractWebAppObjectInSessionTest Target of this test is to check that when a webapp on nodeA puts in the session an object of a class loaded from the war (and hence with a WebAppClassLoader), the same webapp on nodeB is able to load that object from the session. This test is only appropriate for clustered session managers.


Constructor Summary
AbstractWebAppObjectInSessionTest()
           
 
Method Summary
abstract  AbstractTestServer createServer(int port)
           
 void testWebappObjectInSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebAppObjectInSessionTest

public AbstractWebAppObjectInSessionTest()
Method Detail

createServer

public abstract AbstractTestServer createServer(int port)

testWebappObjectInSession

public void testWebappObjectInSession()
                               throws Exception
Throws:
Exception


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.