com.ibm.commerce.usermanagement.commands

Class MemberLockCmdImpl

  • All Implemented Interfaces:
    AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, MemberLockCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class MemberLockCmdImpl
    extends ControllerCommandImpl
    implements MemberLockCmd
    This command sets the lock state of a given organization.

    Use this command with SSL (Secure Sockets Layer) to ensure that the information is encrypted. To do so type the command with the HTTPS secure protocol.

    Behavior

    • Sets the lock state for the organization with the given memberID to the lock value specified.

    Exception Conditions

    • memberID is null (_ERR_MISSING_PARMS).
    • state is null (_ERR_MISSING_PARMS).
    See Also:
    Serialized Form