Class SSISet

  • All Implemented Interfaces:
    SSICommand

    public class SSISet
    extends java.lang.Object
    implements SSICommand
    Implements the Server-side #set command.
    • Constructor Summary

      Constructors 
      Constructor Description
      SSISet()
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long process​(SSIMediator ssiMediator, java.lang.String commandName, java.lang.String[] paramNames, java.lang.String[] paramValues, java.io.PrintWriter writer)
      Process the SSI #set command.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SSISet

        public SSISet()
        Default constructor.
    • Method Detail

      • process

        public long process​(SSIMediator ssiMediator,
                            java.lang.String commandName,
                            java.lang.String[] paramNames,
                            java.lang.String[] paramValues,
                            java.io.PrintWriter writer)
                     throws SSIStopProcessingException
        Process the SSI #set command.
        Specified by:
        process in interface SSICommand
        Parameters:
        ssiMediator - the SSI mediator
        commandName - the command name
        paramNames - the parameter names
        paramValues - the parameter values
        writer - the print writer for output
        Returns:
        the last modified timestamp
        Throws:
        SSIStopProcessingException - if processing should stop