namespace Akenti class CreateResourceRequest : public AkentiRequest

Class to handle the arguments in a CreateResourceRequest

Inheritance:


Public Methods

CreateResourceRequest ()
Constructor
void setResource (const string& resource)
Sets the name of the resource base to create
const string& getResource () const
Extracts the name of the resource from the message structure

Inherited from AkentiRequest:

Public Methods

void setID(int id)
int getID() const
string toString() const
template bool instanceOf() const

Documentation

Class to handle the arguments in a CreateResourceRequest. This is the message that is sent to an Akenti server to create a resource in the given location.
CreateResourceRequest()
Constructor

void setResource(const string& resource)
Sets the name of the resource base to create. Used by the client making the request.

const string& getResource() const
Extracts the name of the resource from the message structure. Used by the Akenti server when reading a CreateResource message.


This class has no child classes.
See Also:
AkentiRequest

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de