org.codehaus.wadi
Interface SessionPool

All Known Implementing Classes:
SimpleSessionPool

public interface SessionPool


Method Summary
 void destroy()
           
 void init(SessionConfig config)
           
 void put(Session session)
           
 Session take()
           
 

Method Detail

init

public void init(SessionConfig config)

destroy

public void destroy()

take

public Session take()

put

public void put(Session session)


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.