SMILA (incubation) API documentation

org.eclipse.smila.connectivity.framework.agent.feed
Class FeedAgent

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.AbstractAgent
      extended by org.eclipse.smila.connectivity.framework.agent.feed.FeedAgent
All Implemented Interfaces:
java.lang.Runnable, Agent

public class FeedAgent
extends AbstractAgent

Implementation of a FeedAgent based on ROME and ROME Fetcher. It's important to note that records returned by the FeedAgent may contain nested MObjects as attribute values. Check out the documentation to see which attributes return nested MObjects.


Constructor Summary
FeedAgent()
          Default Constructor.
 
Method Summary
 void run()
          
 
Methods inherited from class org.eclipse.smila.connectivity.framework.AbstractAgent
activate, getAgentId, getAgentState, getConfig, getControllerCallback, isStopThread, start, stop, stopThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedAgent

public FeedAgent()
Default Constructor.

Method Detail

run

public void run()

See Also:
Runnable.run()

SMILA (incubation) API documentation