org.datamanager.simpleton
Class WebParsingSimpleton

java.lang.Object
  |
  +--org.datamanager.kernel.Simpleton
        |
        +--org.datamanager.simpleton.WebParsingSimpleton
All Implemented Interfaces:
EventHandler

public class WebParsingSimpleton
extends Simpleton
implements EventHandler

This Simpleton takes the contents of the Entity and parses all of the URLs located within it.


Nested Class Summary
 
Nested classes inherited from class org.datamanager.kernel.Simpleton
Simpleton.Information, Simpleton.Priority
 
Constructor Summary
WebParsingSimpleton()
          This is the Constructor.
 
Method Summary
 void handle(DataManagerEvent event)
          Handle a DataManagerEvent that has been fired.
 void process()
          This method subscribes the Simpleton to the default pool.
 
Methods inherited from class org.datamanager.kernel.Simpleton
clone, getInformation, getPriority, setInformation, setPriority, start
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebParsingSimpleton

public WebParsingSimpleton()
This is the Constructor.

Method Detail

process

public void process()
This method subscribes the Simpleton to the default pool.

Specified by:
process in class Simpleton

handle

public void handle(DataManagerEvent event)
Description copied from interface: EventHandler
Handle a DataManagerEvent that has been fired.

Specified by:
handle in interface EventHandler
Parameters:
event - The event to handle.


See the Helium Website