org.commonreality.message.request.connect
Interface IConnectionRequest

All Superinterfaces:
IMessage, IRequest, java.io.Serializable
All Known Implementing Classes:
ConnectionRequest

public interface IConnectionRequest
extends IRequest

request a connection. The source participant identifier will be used to create a the actual participant identifier that the requester will use.

Author:
developer

Method Summary
 IAddressingInformation getAddressingInformation()
           
 ICredentials getCredentials()
           
 
Methods inherited from interface org.commonreality.message.request.IRequest
acknowledgementRequired
 
Methods inherited from interface org.commonreality.message.IMessage
copy, getMessageId, getSource
 

Method Detail

getCredentials

ICredentials getCredentials()

getAddressingInformation

IAddressingInformation getAddressingInformation()