com.ibm.commerce.contract.commands

Class CreateLightWeightStoreWrapperCmdImpl

  • java.lang.Object
    • com.ibm.websphere.command.CacheableCommandImpl
  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, com.ibm.commerce.command.ECCommand, com.ibm.commerce.command.ECTargetableCommand, com.ibm.commerce.command.TaskCommand, CreateLightWeightStoreCmd, CreateLightWeightStoreWrapperCmd, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command


    public class CreateLightWeightStoreWrapperCmdImpl
    extends CreateLightWeightStoreCmdImpl
    implements CreateLightWeightStoreWrapperCmd
    This is a wrapper class of CreateLightWeightStoreCmdImpl (create light weight store). CreateLightWeightStoreCmdImpl can be extended to add more methods or to override existing methods. The default performExecute method can be overrided to call the new extended 'create light weight store' command.

    Calling command: DeployContractCmd The following command is used: CreateLightWeightStoreCmd
    • Field Detail

      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of this class is "com.ibm.commerce.contract.commands.CreateLightWeightStoreWrapperCmdImpl".
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CreateLightWeightStoreWrapperCmdImpl

        public CreateLightWeightStoreWrapperCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws com.ibm.commerce.exception.ECException
        Calls the CreateLightWeightStoreCmd to create the store. This method can be modified to call other commands.
        Specified by:
        performExecute in interface com.ibm.commerce.command.ECCommand
        Overrides:
        performExecute in class CreateLightWeightStoreCmdImpl
        Throws:
        com.ibm.commerce.exception.ECException
        See Also:
        com.ibm.commerce.command.TaskCommandImpl##performExecute()