indexing description: "Project retrieve statistics internal use case." author: "Dennis Rietmann " date: "$Date$" revision: "$Revision$" class PROJECT_RETRIEVE_STATISTICS_INTERNAL inherit USE_CASE O_PROJECT_CONSTANTS create make feature -- Access namespace: STRING is -- Namespace of this use case. once Result := project_namespace end type: STRING is -- Message type of this use case. once Result := project_retrieve_statistics_internal_type end feature -- Basic operation start (a_msg: O_MESSAGE) is -- Start the use case by a_msg. do forward_to_node (a_msg, "storage1") end end