org.cougaar.tools.csmart.ui.servlet |
|
Java Source File Name | Type | Comment |
AgentInfoServlet.java | Class | This Servlet gathers information about agents and their relationships.
The information is encoded in name/value pairs stored in PropertyTree
objects which are serialized to the client. |
CommunityProviderServlet.java | Class | Returns agent name and community name from Entity object. |
MetricsServlet.java | Class | Servlet to gather Metrics for CSMART. |
PlanServlet.java | Class |
This Servlet traverses Tasks and related objects (plan elements, assets,
workflows) and returns information on them.
The information is encoded in name/value pairs stored in PropertyTree. |
SearchServlet.java | Class | Servlet that searches the Blackboard for all UniqueObjects that
are connected to a given Set of UID s.
The user specifies:
- a "?limit=.." is an integer limit for the number of object
to find.
|
TranslateUtils.java | Class | Translate UniqueObject s to PropertyTree s. |