public interface ProgramAdapterSessionContext
extends com.ibm.commerce.adapter.SessionContext
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final java.lang.String COPYRIGHT
CommandProperty getCommandProperty()
void setCommandProperty(CommandProperty propertyCommand)
commandProperty
- the command properties of the request.void setConfiguration(TypedProperty config)
config
- The configuration of the session context.void setRequest(java.lang.Object request)
request
- the request object of the request.void setResponse(java.lang.Object response)
response
- the response object of the request.boolean didErrorOccur()