Version: 1.1.1

org.biomoby.registry.rdfagent.verifier
Class Processor

java.lang.Object
  extended by org.biomoby.registry.rdfagent.verifier.Processor

public class Processor
extends Object

Author:
Eddie created Feb 2, 2006

Constructor Summary
Processor()
           
 
Method Summary
 void processRegistryServices(Map serviceMap, Central central)
           
 int processServicesFromURL(String url, Central central)
           
 String processServicesFromUrlTEST(String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor()
Method Detail

processRegistryServices

public void processRegistryServices(Map serviceMap,
                                    Central central)
Parameters:
serviceMap - a map of services obtained from the registry. key is authority,servicename and value is the service as a MobyService object
central - the Central object reference used to register/remove services.

processServicesFromURL

public int processServicesFromURL(String url,
                                  Central central)
Parameters:
url - the url to retrieve moby services from
central - the moby registry to compare to and possibly register or remove services from

processServicesFromUrlTEST

public String processServicesFromUrlTEST(String url)
Parameters:
url - a url that you would like the agent visit and determine what services exist at that url.
Returns:
a string describing what the agent found at the url

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010