Package jadex.platform.service.security
Class SecurityAgent.ReencryptRequestHandler
- java.lang.Object
- 
- jadex.platform.service.security.SecurityAgent.ReencryptRequestHandler
 
- 
- All Implemented Interfaces:
- IMessageHandler,- IUntrustedMessageHandler
 - Enclosing class:
- SecurityAgent
 
 protected class SecurityAgent.ReencryptRequestHandler extends java.lang.Object implements IUntrustedMessageHandler Handler dealing with remote reencryption requests.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedReencryptRequestHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Handle the message.booleanisHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg)Test if handler should handle a message.booleanisRemove()Test if handler should be removed.
 
- 
- 
- 
Method Detail- 
isHandlingpublic boolean isHandling(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg) Description copied from interface:IMessageHandlerTest if handler should handle a message.- Specified by:
- isHandlingin interface- IMessageHandler
- Returns:
- True if it should handle the message.
 
 - 
isRemovepublic boolean isRemove() Description copied from interface:IMessageHandlerTest if handler should be removed.- Specified by:
- isRemovein interface- IMessageHandler
- Returns:
- True if it should be removed.
 
 - 
handleMessagepublic void handleMessage(ISecurityInfo secinfos, IMsgHeader header, java.lang.Object msg) Description copied from interface:IMessageHandlerHandle the message.- Specified by:
- handleMessagein interface- IMessageHandler
- header- The header.
- msg- The message.
 
 
- 
 
-