java.lang.Objectcom.ibm.commerce.programadapter.security.DummyProgramAdapterSessionContext
Dummy Implementation of the com.ibm.commerce.programadapter.security.ProgramAdapterSessionContext interface.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
Constructor Summary | |
DummyProgramAdapterSessionContext() Creates the dummy implementation of the program adapter session context. |
Method Summary | |
void | commit() Dummy method to commit the session data. |
boolean | didErrorOccur() Indicates whether an error occured and the Program Adapter should indicate this. |
CommandProperty | getCommandProperty() Returns the command property. |
com.ibm.commerce.server.WCSCookie | getCookie() Will always return null. |
java.lang.Object | getExtendedSessionData(java.lang.String strParamName) Will always return null because extended session data is not stored. |
SessionData | getSessionData() Will always return null because the session data is not stored. |
java.lang.String | getUniqueSessionTag() Gets the unique session tag. |
java.lang.Long | getValidUserId() Returns a valid user identifier. |
void | rollback() Rollback previously set session data. |
void | setCommandProperty(CommandProperty propertyCommand) Sets the CommandProperty |
void | setConfiguration(TypedProperty config) Sets the configuration for the session context. |
void | setExtendedSessionData(java.lang.String strParamName, java.lang.Object strParamVal) Sets an extended session data. |
void | setRequest(java.lang.Object request) Sets the Request Object. |
void | setResponse(java.lang.Object response) Sets the Response Object |
void | setSessionData(SessionData sessionData) Sets the base session data. |
void | setUniqueSessionTag(java.lang.String strSessionTag) Sets the unique session tag. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public DummyProgramAdapterSessionContext()
Method Detail |
public void commit() throws ECSystemException
public CommandProperty getCommandProperty()
public com.ibm.commerce.server.WCSCookie getCookie()
public java.lang.Object getExtendedSessionData(java.lang.String strParamName)
public SessionData getSessionData()
public java.lang.String getUniqueSessionTag()
public java.lang.Long getValidUserId() throws ECSystemException
public void rollback() throws ECSystemException
public void setCommandProperty(CommandProperty propertyCommand)
public void setConfiguration(TypedProperty config)
public void setExtendedSessionData(java.lang.String strParamName, java.lang.Object strParamVal) throws ECException
public void setRequest(java.lang.Object request)
public void setResponse(java.lang.Object response)
public void setSessionData(SessionData sessionData) throws ECSystemException
public void setUniqueSessionTag(java.lang.String strSessionTag) throws ECException
public boolean didErrorOccur()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.