Class ServiceSearchReindexResource.QueueServicesTask
- java.lang.Object
-
- lumis.service.portalmanagement.servicesearchindex.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.
-
-
-
Method Detail
-
run
public void run() throws PortalException
Description copied from interface:IQueueTask
Method to be called by queue processor in order to process queue item.- Specified by:
run
in interfaceIQueueTask
- Throws:
PortalException
-
-