com.tibco.bpm.web.client.services.actions.session
Class SetSessionMaxInactiveInterval

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.session.SetSessionMaxInactiveInterval
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<SessionResult>, net.customware.gwt.dispatch.shared.Action<SessionResult>

public class SetSessionMaxInactiveInterval
extends java.lang.Object
implements OSAction<SessionResult>

Set the maximum inactive timeout for the current session

©2011 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
SetSessionMaxInactiveInterval(int maxInactiveInterval)
           
 
Method Summary
 int getMaxInactiveInterval()
           
 void setMaxInactiveInterval(int maxInactiveInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetSessionMaxInactiveInterval

public SetSessionMaxInactiveInterval(int maxInactiveInterval)
Method Detail

getMaxInactiveInterval

public int getMaxInactiveInterval()

setMaxInactiveInterval

public void setMaxInactiveInterval(int maxInactiveInterval)


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.