ObjectPathResponseHandler Class Reference

#include <ResponseHandler.h>

Inheritance diagram for ObjectPathResponseHandler:
ResponseHandler

List of all members.

Public Member Functions

virtual void deliver (const CIMObjectPath &objectPath)=0
virtual void deliver (const Array< CIMObjectPath > &objectPaths)=0

Detailed Description

The ObjectPathResponseHandler class is a subclass of the ResponseHandler class which allows delivery of object path results.


Member Function Documentation

virtual void ObjectPathResponseHandler::deliver ( const CIMObjectPath objectPath) [pure virtual]

Delivers an object path result to the CIM Server. This method may be called multiple times when more than one result needs to be delivered. An Array form of this method is also available to deliver multiple results.

Parameters:
objectPathThe object path to deliver to the CIM Server.
Exceptions:
ExceptionMay be thrown if the data that is delivered is not consistent with the corresponding request or associated schema.
virtual void ObjectPathResponseHandler::deliver ( const Array< CIMObjectPath > &  objectPaths) [pure virtual]

Delivers multiple object path results to the CIM Server. This method may be invoked multiple times, if necessary.

Parameters:
objectPathsThe object paths to deliver to the CIM Server.
Exceptions:
ExceptionMay be thrown if the data that is delivered is not consistent with the corresponding request or associated schema.

The documentation for this class was generated from the following file: