| |
|
| java.lang.Object org.apache.cocoon.environment.commandline.CommandLineSession
CommandLineSession | final public class CommandLineSession implements Session(Code) | | Command-line version of Http Session.
author: Vadim Gritsenko version: CVS $Id: CommandLineSession.java 433543 2006-08-22 06:22:54Z crossley $ |
CommandLineSession | public CommandLineSession()(Code) | | |
getCreationTime | public long getCreationTime()(Code) | | |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | |
getMaxInactiveInterval | public int getMaxInactiveInterval()(Code) | | |
getSession | public static Session getSession(boolean create)(Code) | | Get the current session object - if available
|
invalidate | public void invalidate()(Code) | | |
invalidateSession | public static void invalidateSession()(Code) | | Invalidate the current session
|
isNew | public boolean isNew()(Code) | | |
removeAttribute | public void removeAttribute(String name)(Code) | | |
setMaxInactiveInterval | public void setMaxInactiveInterval(int interval)(Code) | | |
|
|
|