SMILA 1.0 API documentation

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

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

public class AgentControllerPerformanceAgentImpl
extends ConnectivityPerformanceAgentBase
implements LocatedManagementAgent, AgentControllerPerformanceAgent

Used default connectivity agent.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.framework.performancecounters.ConnectivityPerformanceAgentBase
KBYTES, MILLISECS_IN_SEC
 
Constructor Summary
AgentControllerPerformanceAgentImpl()
           
 
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
 
Methods inherited from interface org.eclipse.smila.connectivity.framework.performancecounters.CrawlerControllerPerformanceAgent
getAttachmentBytesTransfered, getAttachmentTransferRate, getAverageDeltaIndicesProcessingTime, getAverageRecordsProcessingTime, getDeltaIndices, getErrorBuffer, getExceptions, getExceptionsCritical, getRecords
 

Constructor Detail

AgentControllerPerformanceAgentImpl

public AgentControllerPerformanceAgentImpl()
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 1.0 API documentation