Esri Geoportal Server
1.0

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

All Known Implementing Classes:
Harvester

public interface HarvesterMBean

Java Management Bean for managing Synchronizer.


Method Summary
 int getPoolSize()
          Gets pool size.
 boolean getRunning()
          Checks if synchronizer is running.
 void setPoolSize(int size)
          Sets pool size.
 void shutdown()
          Shutdowns synchronizer.
 void startup()
          Startups synchronizer.
 

Method Detail

getPoolSize

int getPoolSize()
Gets pool size.

Returns:
pool size

setPoolSize

void setPoolSize(int size)
Sets pool size.

Parameters:
size - desired pool size

getRunning

boolean getRunning()
Checks if synchronizer is running.

Returns:
true if synchronizer is running

startup

void startup()
Startups synchronizer.


shutdown

void shutdown()
Shutdowns synchronizer.


Esri Geoportal Server
1.0

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