org.apache.geronimo.clustering.wadi
Class WADISessionManagerConfigInfo
java.lang.Object
org.apache.geronimo.clustering.wadi.WADISessionManagerConfigInfo
- All Implemented Interfaces:
- Serializable
public class WADISessionManagerConfigInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WADISessionManagerConfigInfo
public WADISessionManagerConfigInfo(URI serviceSpaceURI,
int sweepInterval,
int numPartitions,
int sessionTimeoutSeconds)
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.