dk.netarkivet.harvester.harvesting.distribute
Class CrawlProgressMessage.CrawlServiceInfo

java.lang.Object
  extended by dk.netarkivet.harvester.harvesting.distribute.CrawlProgressMessage.CrawlServiceInfo
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CrawlProgressMessage

public class CrawlProgressMessage.CrawlServiceInfo
extends java.lang.Object
implements java.io.Serializable

Wraps CrawlService MBean attributes.

See Also:
Serialized Form

Constructor Summary
CrawlProgressMessage.CrawlServiceInfo()
           
 
Method Summary
 int getAlertCount()
           
 java.lang.String getCurrentJob()
           
 boolean isCrawling()
           
 void setAlertCount(int alertCount)
           
 void setCrawling(boolean isCrawling)
           
 void setCurrentJob(java.lang.String currentJob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlProgressMessage.CrawlServiceInfo

public CrawlProgressMessage.CrawlServiceInfo()
Method Detail

getAlertCount

public int getAlertCount()

setAlertCount

public void setAlertCount(int alertCount)

isCrawling

public boolean isCrawling()

setCrawling

public void setCrawling(boolean isCrawling)

getCurrentJob

public java.lang.String getCurrentJob()

setCurrentJob

public void setCurrentJob(java.lang.String currentJob)