org.codehaus.wadi
Interface DistributableSessionConfig

All Superinterfaces:
Config, SessionConfig
All Known Subinterfaces:
ReplicableSessionConfig
All Known Implementing Classes:
DistributableManager

public interface DistributableSessionConfig
extends SessionConfig

Defines Objects holding the configuration required by a DistributableSession

Version:
$Revision: 1170 $
Author:
Jules Gosnell

Method Summary
 ValueHelper findHelper(Class type)
           
 boolean getHttpSessionAttributeListenersRegistered()
           
 Streamer getStreamer()
           
 
Methods inherited from interface org.codehaus.wadi.SessionConfig
destroy, getAttributeListeners, getAttributesFactory, getMaxInactiveInterval, getRouter, getServletContext, getSessionIdFactory, getSessionListeners, getSessionWrapperFactory, getValuePool, setLastAccessedTime, setMaxInactiveInterval
 

Method Detail

getStreamer

public Streamer getStreamer()

findHelper

public ValueHelper findHelper(Class type)

getHttpSessionAttributeListenersRegistered

public boolean getHttpSessionAttributeListenersRegistered()


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