Package org.cougaar.core.util

This package contains the Cougaar core utility classes, primarily UID support.

See:
          Description

Interface Summary
UniqueObject An object with a UID created by the UIDService.
 

Class Summary
CheckJarsServlet This component loads the "/showJars" servlet, which displays the jars loaded by the agent's ClassLoader.
ComponentViewServlet This component loads the "/components" servlet, which displays information from the component model's ViewService.
OwnedUniqueObject A UniqueObject with an agent "owner" field and allocation stack context.
PropertyNameValue A simple "name=value" pair.
Reflection Reflection helper methods.
SimpleUniqueObject A UniqueObject that records the allocation stack and complains if the UID is reset.
UID A globally Unique object IDentifier generated by the UIDService.
XMLWriter A simple XML formatter.
 

Package org.cougaar.core.util Description

This package contains the Cougaar core utility classes, primarily UID support.

For more detail, see the Cougaar Developers' Guide.