#include <ObjectReference.h>
Public Methods | |
SqContext* | GetContext () const |
SqObjectReference (SqContext *pContext, unsigned long ObjSeq, const char *IOR) | |
Constructor method. More... | |
virtual | ~SqObjectReference () |
Destructor method. More... | |
const CString& | GetIOR () const |
Returns the value of member 'm_IOR'. More... | |
void | SetIOR (const CString &rIOR) |
Set the value of member 'm_IOR' to 'rIOR'. More... | |
unsigned long | GetObjSeq () const |
Returns the value of member 'm_ObjSeq'. More... | |
void | SetObjSeq (unsigned long objSeq) |
Set the value of member 'm_ObjSeq' to 'objSeq'. More... | |
Public Attributes | |
SqContext* | _refContext |
SqObjectReference* | _parentContext |
SqObjectReference* | _leftContext |
SqObjectReference* | _rightContext |
Private Methods | |
void | ConstructorInclude (SqContext *pContext) |
Method which must be called first in a constructor. More... | |
void | DestructorInclude () |
Method which must be called first in a destructor. More... | |
Private Attributes | |
CString | m_IOR |
unsigned long | m_ObjSeq |
Definition at line 45 of file ObjectReference.h.
|
Constructor method.
Definition at line 53 of file ObjectReference.cpp. |
|
Destructor method.
Definition at line 67 of file ObjectReference.cpp. |
|
Method which must be called first in a constructor.
Definition at line 97 of file ObjectReference.cpp. |
|
Method which must be called first in a destructor.
Definition at line 112 of file ObjectReference.cpp. Referenced by ~SqObjectReference(). |
|
Definition at line 56 of file ObjectReference.h. |
|
Returns the value of member 'm_IOR'.
Definition at line 97 of file ObjectReference.h. Referenced by SOAPBridge_ObjectContextManager_i::resolveStoredObjectReference(). |
|
Returns the value of member 'm_ObjSeq'.
Definition at line 117 of file ObjectReference.h. Referenced by SqContext::AddObjectReference(), SqContext::FindObjectReference(), and SqContext::ReplaceObjectReference(). |
|
Set the value of member 'm_IOR' to 'rIOR'.
Definition at line 107 of file ObjectReference.h. |
|
Set the value of member 'm_ObjSeq' to 'objSeq'.
Definition at line 78 of file ObjectReference.cpp. |
|
Definition at line 52 of file ObjectReference.h. |
|
Definition at line 51 of file ObjectReference.h. |
|
Definition at line 50 of file ObjectReference.h. |
|
Definition at line 53 of file ObjectReference.h. |
|
Definition at line 63 of file ObjectReference.h. |
|
Definition at line 64 of file ObjectReference.h. |