SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.impl
Class CrawlerControllerPerformanceAgentImpl

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
      extended by org.eclipse.smila.connectivity.framework.impl.CrawlerControllerPerformanceAgentImpl
All Implemented Interfaces:
CrawlerControllerPerformanceAgent, LocatedManagementAgent, ManagementAgent

public class CrawlerControllerPerformanceAgentImpl
extends ConnectivityPerformanceAgentBase
implements LocatedManagementAgent

Used default connectivity agent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
CrawlerControllerPerformanceAgentImpl()
           
 
Method Summary
protected  void activate(ComponentContext context)
          Activate.
protected  void deactivate(ComponentContext context)
          Deactivate.
 ManagementAgentLocation getLocation()
          Gets the location.
 
Methods inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
getAttachmentBytesTransfered, getAttachmentTransferRate, getAverageDeltaIndicesProcessingTime, getAverageRecordsProcessingTime, getDeltaIndices, getErrorBuffer, getExceptions, getExceptionsCritical, getRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrawlerControllerPerformanceAgentImpl

public CrawlerControllerPerformanceAgentImpl()
Method Detail

getLocation

public ManagementAgentLocation getLocation()
Gets the location.

Specified by:
getLocation in interface LocatedManagementAgent
Returns:
the location
See Also:
LocatedManagementAgent.getLocation()

activate

protected void activate(ComponentContext context)
Activate.

Parameters:
context - the context

deactivate

protected void deactivate(ComponentContext context)
Deactivate.

Parameters:
context - the context

SMILA (incubation) API documentation