Esri Geoportal Server
1.2.9

com.esri.gpt.control.webharvest.engine
Interface IWorker


public interface IWorker

Worker interface.


Method Summary
 boolean isActive()
          Checks if worker is active.
 boolean isExecuting(String uuid)
          Checks if is executing synchronization of the specific repository.
 boolean isShutdown()
          Gets shutdown flag.
 boolean isSuspended()
          Gets suspended flag.
 

Method Detail

isActive

boolean isActive()
Checks if worker is active.

Returns:
true if worker is active

isExecuting

boolean isExecuting(String uuid)
Checks if is executing synchronization of the specific repository.

Parameters:
uuid - repository UUID
Returns:
true if is executing synchronization of the specific repository

isShutdown

boolean isShutdown()
Gets shutdown flag.

Returns:
shutdown flag

isSuspended

boolean isSuspended()
Gets suspended flag.

Returns:
suspended flag

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.