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)
config
- The configuration of the session
context.public void setRequest(java.lang.Object request)
request
- the request object of the
request.public void setResponse(java.lang.Object response)
response
- the response object of the
request.public boolean didErrorOccur()