#include <IRemoteObjectStub.hpp>

Public Member Functions | |
| virtual void MQUALIFIER | setClassName (const IString &rName)=0 |
| virtual void MQUALIFIER | setCodeModuleName (const IString &rName)=0 |
| virtual Retval MQUALIFIER | connect (const IString &rAddress, Uint uiPort)=0 |
| virtual void MQUALIFIER zeus::IRemoteObjectStub::setClassName | ( | const IString & | rName | ) | [pure virtual] |
Sets the classname of the remote object
| rName | : Return parameter |
Implemented in zeus::TAbstractStub.
| virtual void MQUALIFIER zeus::IRemoteObjectStub::setCodeModuleName | ( | const IString & | rName | ) | [pure virtual] |
Set the name of the codemodule for the remote object
| rName | : Return parameter |
Implemented in zeus::TAbstractStub.
| virtual Retval MQUALIFIER zeus::IRemoteObjectStub::connect | ( | const IString & | rAddress, | |
| Uint | uiPort | |||
| ) | [pure virtual] |
Connects to the remote object
Implemented in zeus::TCommPipe_Stub, and zeus::TAbstractStub.