InstanceResponseHandler Class Reference
#include <ResponseHandler.h>
Inheritance diagram for InstanceResponseHandler:
List of all members.
Public Member Functions
virtual void deliver (const CIMInstance &instance)=0 virtual void deliver (const Array< CIMInstance > &instances)=0 Detailed Description
The InstanceResponseHandler class is a subclass of the ResponseHandler class which allows delivery of instance results.
Member Function Documentation
virtual void InstanceResponseHandler::deliver ( const Array< CIMInstance > & instances ) [pure virtual]
Delivers multiple instance results to the CIM Server. This method may be invoked multiple times, if necessary.
- Parameters:
instances The instances to deliver to the CIM Server.
- Exceptions:
Exception May be thrown if the data that is delivered is not consistent with the corresponding request or associated schema.
virtual void InstanceResponseHandler::deliver ( const CIMInstance & instance ) [pure virtual]
Delivers an instance 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:
instance The instance to deliver to the CIM Server.
- Exceptions:
Exception May 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:
- /usr/src/startcom/BUILD/pegasus/src/Pegasus/Common/ResponseHandler.h