Data of Class remote_Context


aBase
uno_Context aBase;


getRemoteInstance
remote_getInstanceFunc getRemoteInstance;

Summary
The method is set by the remote-environment during environment initialization.
See Also
remote_getInstanceFunc

m_pProtocol
rtl_uString * m_pProtocol;

Description
The protocol, that the environment uses for communicating with the remote process. The format of the protocol string is : "protocolname,para1=para1value,..." The parameters are protocol dependend

m_pDescription
rtl_uString * m_pDescription;

Summary
It may be the same as m_pName. Livetime is handled by the context administration.

m_pName
rtl_uString * m_pName;

Description
The name of this context at context administration. A string, that uniquely describes this environment. Livetime is handled by the context administration.

m_pInstanceProvider
remote_InstanceProvider * m_pInstanceProvider;

Description
The instance-provider, which is used to look up unknown object identifiers. Is usually called on server side, when the first client request comes in. Maybe 0. Livetime is handled by the context administration.

m_pConnection
remote_Connection * m_pConnection;

Summary
The connection of this context. Livetime is handled by the context administration.

m_pAdditionalInformation
void * m_pAdditionalInformation;

Description
Here arbitrary data may be stored. It may be used by a connection service to store environment specific data. The bridge does not use it.

m_pBridgeImpl
remote_BridgeImpl * m_pBridgeImpl;

Summary
here the bridge stores its private per environment data.

Top of Page