class GetResourceInfoResponse

Class to handle the contents of the response message to to a get resource info request.

Inheritance:


Public Methods

[more] GetResourceInfoResponse ()
Constuctor
[more]void setResourceInfo (const string& resourceInfo)
Put the Resource hints file into the response message structure
[more]const string& getResourceInfo () const
Read the Resource hints file from the response message structure


Inherited from AkentiResponse:

Public Methods

ovoid setID(int id)
oint getID() const
ovoid setAkentiMessage(const AkentiMessage& mesg)
oconst AkentiMessage& getAkentiMessage() const
ostring toString() const
otemplate<class T> bool instanceOf()


Documentation

Class to handle the contents of the response message to to a get resource info request. A GetResourceInfo response inherits the message unique id and an Akenti status message from AkentiResponse.

o GetResourceInfoResponse()
Constuctor

ovoid setResourceInfo(const string& resourceInfo)
Put the Resource hints file into the response message structure

oconst string& getResourceInfo() const
Read the Resource hints file from the response message structure


This class has no child classes.
Friends:
class AkentiRequestResponseImplFactory
class AkentiResponse
See Also:
AkentiResponse
AkentiMessage

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.