An external reference string, chosen on the initiator side and
given back as return parameter on the responder side.
- Version:
- $Revision: 1.2 $ $Date: 1996/09/03 11:27:41 $
- Author:
- N. Asokan ([email protected])
- See Also:
- openInitiatorChannel, openResponderChannel
-
ChannelSetupMessage()
- Constructor without args
-
ChannelSetupMessage(long, long, String)
- Constructor with arguments.
-
getExtRef()
- Get the external reference
-
getInitiatorTransactionID()
- Get the initiator transaction id
-
getResponderTransactionID()
- Get the responder transaction id
-
myStreamSize()
- Implementing the Streamable interface
-
readObject(StreamInputInterface)
- Implementing the Streamable interface
-
writeObject(StreamOutputInterface)
- Implementing the Streamable interface
ChannelSetupMessage
public ChannelSetupMessage()
- Constructor without args
ChannelSetupMessage
public ChannelSetupMessage(long initiator_transaction_id,
long responder_transaction_id,
String ext_ref)
- Constructor with arguments.
- Parameters:
- initiator_transaction_id - transaction_id at the initiator side
- responder_transaction_id - transaction_id at the responder side
- ext_ref - external reference string
- See Also:
- openInitiatorChannel, openResponderChannel
getInitiatorTransactionID
public long getInitiatorTransactionID()
- Get the initiator transaction id
getResponderTransactionID
public long getResponderTransactionID()
- Get the responder transaction id
getExtRef
public String getExtRef()
- Get the external reference
writeObject
public void writeObject(StreamOutputInterface s) throws StreamIOException
- Implementing the Streamable interface
- Throws: StreamIOException
- as usual
readObject
public void readObject(StreamInputInterface s) throws StreamIOException
- Implementing the Streamable interface
- Throws: StreamIOException
- as usual
myStreamSize
public int myStreamSize() throws StreamIOException
- Implementing the Streamable interface
All Packages Class Hierarchy This Package Previous Next Index