clsagfw_add_type()

The clsagfw_add_type() function registers a resource type that the agent manages.

Syntax

clsagfwret clsagfw_add_type(const oratext *type_name);

Input

type_name: Resource type name that the agent is to manage

Notes

On startup, an agent must register all the resource types that it manages. A single agent can manage multiple resource types and multiple resources.