Public member function documentation

virtual std::string buildFileTypeName()=0
Gets the connection point file name.
Returns

The connection point file name.

The value is constructed from the connection point parameters.

virtual void close()=0
Releases connection point resources.
Release all resources associated with the connection point.
virtual int getDataSliceId()=0
Gets the connection point dataslice ID.
Returns
The connection point dataslice ID.
virtual NZAECONPT_HANDLE getHandle()=0
virtual std::string getName()=0
Gets the connection Ppoint name.
Returns
The connection point name.
virtual int getRemoteDataSliceId()=0
Gets the remote dataslice ID used in the launcher.
Returns
The remote dataslice ID or -1 if not set.
virtual std::string getRemoteName()=0
Gets the remote name used in the launcher.
Returns
The remote name or an empty string if not set.
virtual int getRemoteSessionId()=0
Gets the remote session ID used in the launcher.
Returns
The remote sesion ID or -1 if not set.
virtual int64_t getRemoteTransactionId()=0
Gets the remote transaction ID used in the launcher.
Returns
The remote transaction ID or -1 if not set.
virtual int getSessionId()=0
Gets the connection point session ID.
Returns
The connection point session ID.
virtual int64_t getTransactionId()=0
Gets the connection point transaction ID.
Returns
The connection point transaction ID.
virtual void setDataSliceId(int dataSliceId)=0
Sets the connection point dataslice ID.
Parameters
dataSliceId
The connection point dataslice ID.
Determines if the connection point uses the dataslice ID.
virtual void setName(const char \*name)=0
Sets the connection point name.
Parameters
name
The connection point name.
A connection point name is the only required parameter for a connection point.
virtual void setSessionId(int sessionId)=0
Sets the connection point session ID.
Parameters
sessionId
The connection point session ID.
Determines if the connection point uses the session ID.
virtual void setTransactionId(int64)\_t transactionId)=0
Sets the connection point transaction ID.
Parameters
transactionId
The connection point transaction ID.
Determines if the connection point uses the transaction ID.
virtual \~NzaeConnectionPoint()