Extention of the com.ibm.commerce.adapter.SessionContext interface for Program Adapters.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
Method Summary | |
boolean | didErrorOccur() Indicates whether an error occured and the Program Adapter should indicate this. |
CommandProperty | getCommandProperty() Returns the command property of the request. |
void | setCommandProperty(CommandProperty propertyCommand) Sets the command property. |
void | setConfiguration(TypedProperty config) Sets the configuration. |
void | setRequest(java.lang.Object request) Sets the Request Object. |
void | setResponse(java.lang.Object response) Sets the Response Object. |
Methods inherited from interface com.ibm.commerce.adapter.SessionContext |
commit, getExtendedSessionData, getSessionData, getUniqueSessionTag, getValidUserId, rollback, setExtendedSessionData, setSessionData, setUniqueSessionTag |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public CommandProperty getCommandProperty()
public void setCommandProperty(CommandProperty propertyCommand)
public void setConfiguration(TypedProperty config)
public void setRequest(java.lang.Object request)
public void setResponse(java.lang.Object response)
public boolean didErrorOccur()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.