Named Objects
Overview
Named objects are compiled objects with an associated name. At Agent startup, named objects are placed into a global naming context, which makes them available to any service or servlet running in the same servlet context. You can use this mechanism to extend the functionality of your services in just about any way imaginable. In this section, we present a very simple example of how to create, configure, and use a named object.