# 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:

NLAIAGENT::CSimpleLocalMailBox NLAIAGENT::IMailBox NLAIAGENT::IConnectIA NLAIAGENT::IRefrence NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable 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 560 of file mailbox.cpp.

Referenced by clone, and newInstance.

NLAIAGENT::CScriptMailBox::CScriptMailBox NLMISC::IStream   is
 

Definition at line 564 of file mailbox.cpp.

References NLAIAGENT::CSimpleLocalMailBox::load.

NLAIAGENT::CScriptMailBox::CScriptMailBox const CScriptMailBox &    A
 

Definition at line 569 of file mailbox.cpp.

References NLAIAGENT::CSimpleLocalMailBox::_ListMessage, and NLAIAGENT::CSimpleLocalMailBox::_RunState.

NLAIAGENT::CScriptMailBox::~CScriptMailBox   [virtual]
 

Definition at line 580 of file mailbox.cpp.

References NLAIAGENT::CSimpleLocalMailBox::_ListMessage.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CScriptMailBox::clone   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 627 of file mailbox.cpp.

References CScriptMailBox.

void NLAIAGENT::CScriptMailBox::fillMailBox   [virtual]
 

Gets messages from its father.

Definition at line 598 of file mailbox.cpp.

Referenced by run.

sint32 NLAIAGENT::CScriptMailBox::getIndex  
 

Definition at line 607 of file mailbox.cpp.

References _CIndex.

const NLAIC::CIdentType & NLAIAGENT::CScriptMailBox::getType   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 643 of file mailbox.cpp.

References IdScriptMailBox.

const NLAIC::IBasicType * NLAIAGENT::CScriptMailBox::newInstance   const [virtual]
 

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

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 633 of file mailbox.cpp.

References CScriptMailBox, and NLAIAGENT::IConnectIA::getParent.

const IObjectIA::CProcessResult & NLAIAGENT::CScriptMailBox::run   [virtual]
 

Some where Run method define the process of the agen.

Reimplemented from NLAIAGENT::CSimpleLocalMailBox.

Definition at line 590 of file mailbox.cpp.

References fillMailBox.

void NLAIAGENT::CScriptMailBox::setIndex sint32   
 

Definition at line 602 of file mailbox.cpp.

References _CIndex.

const IMessageBase * NLAIAGENT::CScriptMailBox::translateMsg const IMessageBase   [private]
 

Definition at line 612 of file mailbox.cpp.

References _CIndex, NLAIAGENT::IConnectIA::getParent, and index.


Member Data Documentation

sint32 NLAIAGENT::CScriptMailBox::_CIndex [private]
 

Definition at line 201 of file mailbox.h.

Referenced by getIndex, setIndex, and translateMsg.

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

Referenced by getType.


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