# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAIAGENT::CScriptMailBox Class Reference

#include <mailbox.h>

Inheritance diagram for NLAIAGENT::CScriptMailBox

Inheritance graph
[legend]
Collaboration diagram for NLAIAGENT::CScriptMailBox:

Collaboration graph
[legend]
List of all members.

Public Methods

 CScriptMailBox (const IWordNumRef *parent)
 CScriptMailBox (NLMISC::IStream &is)
 CScriptMailBox (const CScriptMailBox &A)
virtual ~CScriptMailBox ()
virtual const IObjectIA::CProcessResultrun ()
 Some where Run method define the process of the agen. More...

virtual void fillMailBox ()
 Gets messages from its father. More...

void setIndex (sint32)
sint32 getIndex ()
virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...


Static Public Attributes

const NLAIC::CIdentType IdScriptMailBox

Private Methods

const IMessageBasetranslateMsg (const IMessageBase *)

Private Attributes

sint32 _CIndex

Constructor & Destructor Documentation

NLAIAGENT::CScriptMailBox::CScriptMailBox ( const IWordNumRef * parent )
 

Definition at line 496 of file mailbox.cpp.

NLAIAGENT::CScriptMailBox::CScriptMailBox ( NLMISC::IStream & is )
 

Definition at line 500 of file mailbox.cpp.

NLAIAGENT::CScriptMailBox::CScriptMailBox ( const CScriptMailBox & a )
 

Definition at line 505 of file mailbox.cpp.

NLAIAGENT::CScriptMailBox::~CScriptMailBox ( ) [virtual]
 

Definition at line 516 of file mailbox.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CScriptMailBox::clone ( void ) const [virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 564 of file mailbox.cpp.

void NLAIAGENT::CScriptMailBox::fillMailBox ( ) [virtual]
 

Gets messages from its father.

Definition at line 534 of file mailbox.cpp.

sint32 NLAIAGENT::CScriptMailBox::getIndex ( )
 

Definition at line 543 of file mailbox.cpp.

const NLAIC::CIdentType & NLAIAGENT::CScriptMailBox::getType ( void ) const [virtual]
 

getType return a unique string how represente the class, it can be the name of the class.

This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 580 of file mailbox.cpp.

const NLAIC::IBasicType * NLAIAGENT::CScriptMailBox::newInstance ( void ) const [virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 570 of file mailbox.cpp.

const IObjectIA::CProcessResult & NLAIAGENT::CScriptMailBox::run ( void ) [virtual]
 

Some where Run method define the process of the agen.

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 526 of file mailbox.cpp.

void NLAIAGENT::CScriptMailBox::setIndex ( sint32 i )
 

Definition at line 538 of file mailbox.cpp.

const IMessageBase * NLAIAGENT::CScriptMailBox::translateMsg ( const IMessageBase * msg ) [private]
 

Definition at line 548 of file mailbox.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::CScriptMailBox::IdScriptMailBox [static]
 

Definition at line 180 of file mailbox.h.

sint32 NLAIAGENT::CScriptMailBox::_CIndex [private]
 

Definition at line 177 of file mailbox.h.


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