TibrvVcTransport.getConnectSubject()
Method
Declaration
java.lang.StringgetConnectSubject()
throws TibrvException
Purpose
Return the connect subject of an accept terminal.
Remarks
After creating an accept terminal, the program must use this method to extract its connect subject, and send it in a message to another program, inviting it to establish a virtual circuit. Furthermore, the reply subject of that invitation message must be this connect subject. To complete the virtual circuit, the second program must extract this subject from the invitation, and supply it to TibrvVcTransport.createConnectVc().