org.apache.geronimo.clustering.wadi
Class WADISessionManagerConfigInfo

java.lang.Object
  extended by org.apache.geronimo.clustering.wadi.WADISessionManagerConfigInfo
All Implemented Interfaces:
Serializable

public class WADISessionManagerConfigInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
WADISessionManagerConfigInfo(URI serviceSpaceURI, int sweepInterval, int numPartitions, int sessionTimeoutSeconds)
           
 
Method Summary
 int getNumPartitions()
           
 URI getServiceSpaceURI()
           
 int getSessionTimeoutSeconds()
           
 int getSweepInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WADISessionManagerConfigInfo

public WADISessionManagerConfigInfo(URI serviceSpaceURI,
                                    int sweepInterval,
                                    int numPartitions,
                                    int sessionTimeoutSeconds)
Method Detail

getNumPartitions

public int getNumPartitions()

getServiceSpaceURI

public URI getServiceSpaceURI()

getSessionTimeoutSeconds

public int getSessionTimeoutSeconds()

getSweepInterval

public int getSweepInterval()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.