class CreateResourceRequest

Class to handle the arguments in a CreateResourceRequest.

Inheritance:


Public Methods

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


Inherited from AkentiRequest:

Public Methods

ovoid setID(int id)
oint getID() const
ostring toString() const
otemplate<class T> 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.
o CreateResourceRequest()
Constructor

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

oconst 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.
Friends:
class AkentiRequest
class AkentiRequestResponseImplFactory
See Also:
AkentiRequest

Alphabetic index HTML hierarchy of classes or Java



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