A task command called by UserRegistrationAdminUpdate command at the end of execution.
User can overwrite this task command to perform additional operation. Inputs of this task command are:
setRequestProperties(TypedProperty) - set request properties. Called by corresponding controller command to pass in the request properties setResponseProperties(TypedProperty) - set request properties. Called by corresponding controller command to pass in the response propertiesOutputs of this task command is:
getRequestProperties(TypedProperty) - return request properties. Called by corresponding controller command to get the request properties getResponseProperties(TypedProperty) - return response properties. Called by corresponding controller command to get the response properties
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright notice field. |
static java.lang.String | defaultCommandClassName The default implementation of this command. |
static java.lang.String | NAME The name of this command. |
Method Summary | |
TypedProperty | getRequestProperties() Get request properties. |
TypedProperty | getResponseProperties() Get response properties. |
void | setRequestProperties(TypedProperty aRequestProperties) Set request properties |
void | setResponseProperties(TypedProperty aResponseProperties) Set response properties |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
public TypedProperty getRequestProperties()
public TypedProperty getResponseProperties()
public void setRequestProperties(TypedProperty aRequestProperties)
public void setResponseProperties(TypedProperty aResponseProperties)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.