Package com.ibm.commerce.pvc.commands

Contains commands which supports PVC pervasive computing (PvC) unique features, including client's device address registration, parameter buffering and password reentering.

See:
          Description

Interface Summary
PVCBufferUrlCmd Interface to buffer parameters in HTTP request into database table.
PVCChangeDeviceCmd Interface to cancel old relationship between a user and pervasive computing(PvC) device and create new relationship
PVCRegisterDeviceCmd Interface to register/update information of a user's pervasive computing(PvC) device in USERPVCDEV table.
PVCRegistrationCmd Interface to register or to update a shopper who uses pervasive computing (PvC) devices
ReEnterPasswordCmd Interface to reenter password to executes password protected command.
 

Class Summary
PVCBufferUrlCmdImpl Buffers parameters in the request and executes target command with buffered parameters.
PVCChangeDeviceCmdImpl Cancel existing relationship between a user and a pervasive computing (PvC) device in PVCBINDING table.
PVCRegisterDeviceCmdImpl Registers or updates information of a users's pervasive computing(PvC) device in USERPVCDEV table.
PVCRegistrationCmdImpl Registers or updates a shopper who uses pervasive computing(PvC) devices for shopping.
ReEnterPasswordCmdImpl Reenter password to execute password protected command.
 

Package com.ibm.commerce.pvc.commands Description

Contains commands which supports PVC pervasive computing (PvC) unique features, including client's device address registration, parameter buffering and password reentering.