org.commonreality.message.request.connect
Class ConnectionRequest

java.lang.Object
  extended by org.commonreality.message.impl.BaseMessage
      extended by org.commonreality.message.request.connect.ConnectionRequest
All Implemented Interfaces:
java.io.Serializable, IMessage, IConnectionRequest, IRequest

public class ConnectionRequest
extends BaseMessage
implements IConnectionRequest, java.io.Serializable

Author:
developer
See Also:
Serialized Form

Constructor Summary
ConnectionRequest(java.lang.String requestedName, IIdentifier.Type type, ICredentials credentials, IAddressingInformation address)
           
 
Method Summary
 boolean acknowledgementRequired()
          if the sender of this request requires acknowledgment
 IMessage copy()
           
 IAddressingInformation getAddressingInformation()
           
 ICredentials getCredentials()
           
 
Methods inherited from class org.commonreality.message.impl.BaseMessage
getMessageId, getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.commonreality.message.IMessage
getMessageId, getSource
 

Constructor Detail

ConnectionRequest

public ConnectionRequest(java.lang.String requestedName,
                         IIdentifier.Type type,
                         ICredentials credentials,
                         IAddressingInformation address)
Method Detail

copy

public IMessage copy()
Specified by:
copy in interface IMessage

acknowledgementRequired

public boolean acknowledgementRequired()
Description copied from interface: IRequest
if the sender of this request requires acknowledgment

Specified by:
acknowledgementRequired in interface IRequest
Returns:
See Also:
IRequest.acknowledgementRequired()

getCredentials

public ICredentials getCredentials()
Specified by:
getCredentials in interface IConnectionRequest

getAddressingInformation

public IAddressingInformation getAddressingInformation()
Specified by:
getAddressingInformation in interface IConnectionRequest