com.ibm.commerce.infrastructure.facade.server.commands

Class ProcessOnlineStoreOpenActionCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProcessOnlineStoreOpenActionCmdImpl

        public ProcessOnlineStoreOpenActionCmdImpl()
    • Method Detail

      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        Verify the command is ready to call
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Overrides:
        isReadyToCallExecute in class AbstractProcessNounActionCmdImpl
        Returns:
        boolean Whether the command is ready.
      • performExecute

        public void performExecute()
                            throws AbstractApplicationException,
                                   com.ibm.websphere.command.CommandException
        This method opens the store and refreshes the store registry.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        AbstractApplicationException
        com.ibm.websphere.command.CommandException