Class HandshakeRejectionMessage
java.lang.Object
jadex.communication.impl.security.handshake.BasicSecurityMessage
jadex.communication.impl.security.handshake.HandshakeRejectionMessage
Message signaling the rejection of the handshake.
-
Field Summary
Fields inherited from class jadex.communication.impl.security.handshake.BasicSecurityMessage
conversationid, messageid, sender -
Constructor Summary
ConstructorsConstructorDescriptionCreates the message.HandshakeRejectionMessage(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid) Creates the message. -
Method Summary
Methods inherited from class jadex.communication.impl.security.handshake.BasicSecurityMessage
getConversationId, getMessageId, getSender, setConversationId, setMessageId, setSender, toString
-
Constructor Details
-
HandshakeRejectionMessage
public HandshakeRejectionMessage()Creates the message. -
HandshakeRejectionMessage
public HandshakeRejectionMessage(jadex.core.impl.GlobalProcessIdentifier sender, String conversationid) Creates the message.
-