Class HandshakeRejectionMessage
java.lang.Object
jadex.ipc.impl.security.handshake.BasicSecurityMessage
jadex.ipc.impl.security.handshake.HandshakeRejectionMessage
Message signaling the rejection of the handshake.
-
Field Summary
Fields inherited from class jadex.ipc.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.ipc.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.
-