Class ServiceSearchReindexResource.QueueServicesTask

  • All Implemented Interfaces:
    java.io.Serializable, IQueueTask
    Enclosing class:
    ServiceSearchReindexResource

    public static class ServiceSearchReindexResource.QueueServicesTask
    extends java.lang.Object
    implements IQueueTask
    Object used to create a task to reindex a service.
    Since:
    17.1.0
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QueueServicesTask​(java.lang.String serviceId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Method to be called by queue processor in order to process queue item.
      • Methods inherited from class java.lang.Object

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

      • QueueServicesTask

        public QueueServicesTask​(java.lang.String serviceId)