Home
last modified time | relevance | path

Searched refs:maxInactiveInterval (Results 1 – 22 of 22) sorted by relevance

/dports/devel/hadoop2/jetty-6.1.14/extras/jboss/src/main/java/org/mortbay/j2ee/session/
H A DLocalState.java51 public LocalState(String id, long creationTime, int maxInactiveInterval, in LocalState() argument
57 _maxInactiveInterval = maxInactiveInterval; in LocalState()
61 public LocalState(String id, int maxInactiveInterval, in LocalState() argument
67 _maxInactiveInterval = maxInactiveInterval; in LocalState()
191 …long maxInactiveInterval = _maxInactiveInterval < 1 ? _actualMaxInactiveInterval : _maxInactiveInt… in remainingTime() local
192 return (_lastAccessedTime + (maxInactiveInterval * 1000L)) in remainingTime()
H A DAbstractReplicatedStore.java116 public State newState(String id, int maxInactiveInterval) throws Exception in newState() argument
123 new Integer(maxInactiveInterval), in newState()
128 createSession(id, creationTime, maxInactiveInterval, in newState()
370 int maxInactiveInterval, int actualMaxInactiveInterval) in createSession() argument
374 State state = new LocalState(id, creationTime, maxInactiveInterval, in createSession()
H A DLocalStore.java59 public State newState(String id, int maxInactiveInterval) in newState() argument
61 return new LocalState(id, maxInactiveInterval, in newState()
H A DContainer.java79 State state, int maxInactiveInterval, long currentSecond, in newContainer() argument
84 StateAdaptor adp = new StateAdaptor(id, manager, maxInactiveInterval, in newContainer()
H A DStore.java58 State newState(String id, int maxInactiveInterval) throws Exception; in newState() argument
H A DStateAdaptor.java52 StateAdaptor(String id, Manager manager, int maxInactiveInterval, in StateAdaptor() argument
/dports/devel/hadoop/jetty-6.1.14/extras/jboss/src/main/java/org/mortbay/j2ee/session/
H A DLocalState.java51 public LocalState(String id, long creationTime, int maxInactiveInterval, in LocalState() argument
57 _maxInactiveInterval = maxInactiveInterval; in LocalState()
61 public LocalState(String id, int maxInactiveInterval, in LocalState() argument
67 _maxInactiveInterval = maxInactiveInterval; in LocalState()
191 …long maxInactiveInterval = _maxInactiveInterval < 1 ? _actualMaxInactiveInterval : _maxInactiveInt… in remainingTime() local
192 return (_lastAccessedTime + (maxInactiveInterval * 1000L)) in remainingTime()
H A DAbstractReplicatedStore.java116 public State newState(String id, int maxInactiveInterval) throws Exception in newState() argument
123 new Integer(maxInactiveInterval), in newState()
128 createSession(id, creationTime, maxInactiveInterval, in newState()
370 int maxInactiveInterval, int actualMaxInactiveInterval) in createSession() argument
374 State state = new LocalState(id, creationTime, maxInactiveInterval, in createSession()
H A DLocalStore.java59 public State newState(String id, int maxInactiveInterval) in newState() argument
61 return new LocalState(id, maxInactiveInterval, in newState()
H A DContainer.java79 State state, int maxInactiveInterval, long currentSecond, in newContainer() argument
84 StateAdaptor adp = new StateAdaptor(id, manager, maxInactiveInterval, in newContainer()
H A DStore.java58 State newState(String id, int maxInactiveInterval) throws Exception; in newState() argument
H A DStateAdaptor.java52 StateAdaptor(String id, Manager manager, int maxInactiveInterval, in StateAdaptor() argument
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/plugins/testing/
H A DGrailsMockHttpSessionTests.groovy41 assertEquals 0, testSession.maxInactiveInterval
65 assertEquals 0, testSession.maxInactiveInterval
66 testSession.maxInactiveInterval = 30
67 assertEquals 30, testSession.maxInactiveInterval
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/mock/web/portlet/
H A DMockPortletSession.java48 private int maxInactiveInterval; field in MockPortletSession
126 return this.maxInactiveInterval; in getMaxInactiveInterval()
209 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/mock/web/portlet/
H A DMockPortletSession.java47 private int maxInactiveInterval; field in MockPortletSession
125 return this.maxInactiveInterval; in getMaxInactiveInterval()
208 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/mock/web/
H A DMockHttpSession.java57 private int maxInactiveInterval; field in MockHttpSession
119 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
123 return this.maxInactiveInterval; in getMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.test/src/main/java/org/springframework/mock/web/
H A DMockHttpSession.java53 private int maxInactiveInterval; field in MockHttpSession
117 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
121 return this.maxInactiveInterval; in getMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/test/java/org/springframework/mock/web/
H A DMockHttpSession.java57 private int maxInactiveInterval; field in MockHttpSession
119 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
123 return this.maxInactiveInterval; in getMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/mock/web/
H A DMockHttpSession.java53 private int maxInactiveInterval; field in MockHttpSession
117 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
121 return this.maxInactiveInterval; in getMaxInactiveInterval()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/mock/web/
H A DMockHttpSession.java57 private int maxInactiveInterval; field in MockHttpSession
119 this.maxInactiveInterval = interval; in setMaxInactiveInterval()
123 return this.maxInactiveInterval; in getMaxInactiveInterval()
/dports/devel/hadoop/jetty-6.1.14/modules/management/src/main/resources/org/mortbay/jetty/servlet/management/
H A DAbstractSessionManager-mbean.properties5 maxInactiveInterval: default maximim time in seconds a session may be idle key
/dports/devel/hadoop2/jetty-6.1.14/modules/management/src/main/resources/org/mortbay/jetty/servlet/management/
H A DAbstractSessionManager-mbean.properties5 maxInactiveInterval: default maximim time in seconds a session may be idle key