org.cougaar.servicediscovery.plugin |
|
Java Source File Name | Type | Comment |
AgreeableProviderPlugin.java | Class | ServiceDiscovery Plugin at Provider that agrees to new incoming requests as is.
It receives ServiceContractRelays, and creates new ServiceContracts that
exactly match the request, sending that as the response back on the relay. |
LineagePlugin.java | Class | LineagePlugin generates the Lineages for the Agent. |
MatchmakerStubPlugin.java | Class | |
SDClientPlugin.java | Class | Look up in YP agents providing roles given as parameters,
by creating MMRequests for these. |
SDCommunityBasedRegistrationPlugin.java | Class | Read local agent OWL profile file. |
SDMiniClientPlugin.java | Class | Self publishes the FindProviders task. |
SDProviderPlugin.java | Class | SDProviderPlugin generates the LineageLists for the Agent. |
SDRegistrationPlugin.java | Class | Read local agent OWL profile file. |
SDRegistrationPluginBase.java | Class | Read local agent OWL profile file. |
SimpleMatchmakerPlugin.java | Class | The Matchmaker is responsible for taking service discovery requests (MMQueryRequests)
from the SDClient, and issuing asynchronous queries to the YP
to find matching providers. |
SimpleSDClientPlugin.java | Class | Simple ServiceDiscovery ClientPlugin, responsible for initiating queries for services,
taking the resulting service pointer, and sending a Relay to the Provider requesting service. |
SimpleSDRegistrationPlugin.java | Class | Simplified version of SDRegistrationPlugin that registers this agent
using the -profile.owl file if any in the plugin parameter-named YP agent.
This version of the plugin is somewhat simplified -- fewer error checks for example. |