Public Member Functions

virtual std::string buildFileTypeName()=0
Gets the connection point file name.
virtual void close()=0
Releases connection point resources.
virtual int getDataSliceId()=0
Gets the connection point dataslice ID.
virtual NZAECONPT_HANDLE getHandle()=0
virtual std::string getName()=0
Gets the connection Ppoint name.
virtual int getRemoteDataSliceId()=0
Gets the remote dataslice ID used in the launcher.
virtual std::string getRemoteName()=0
Gets the remote name used in the launcher.
virtual int getRemoteSessionId()=0
Gets the remote session ID used in the launcher.
virtual int64_t getRemoteTransactionId()=0
Gets the remote transaction ID used in the launcher.
virtual int getSessionId()=0
Gets the connection point session ID.
virtual int64_t getTransactionId()=0
Gets the connection point transaction ID.
virtual void setDataSliceId(int dataSliceId)=0
Sets the connection point dataslice ID.
virtual void setName(const char \*name)=0
Sets the connection point name.
virtual void setSessionId(int sessionId)=0
Sets the connection point session ID.
virtual void setTransactionId(int64)\_t transactionId)=0
Sets the connection point transaction ID.
virtual \~NzaeConnectionPoint()