public interface MDICommandHandler extends MDIHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleCommand(Class<?> cmdClz) |
Set<Class<? extends MDICommand>> |
getHandledCommands() |
BlockingQueue<MDICommand> |
getMDICommandQueue() |
BlockingQueue<MDINotification> |
getMDINotificationQueue() |
Set<BICEPSQoSPolicy> |
getPoliciesForCommand(Class<? extends MDICommand> commandClz) |
void |
setMDICommandQueue(BlockingQueue<MDICommand> queue) |
void |
startCommandQueueProcessing() |
void |
stopCommandQueueProcessing() |
canSendNotification, setMDINotificationQueueboolean canHandleCommand(Class<?> cmdClz)
void setMDICommandQueue(BlockingQueue<MDICommand> queue)
BlockingQueue<MDINotification> getMDINotificationQueue()
void startCommandQueueProcessing()
void stopCommandQueueProcessing()
Set<Class<? extends MDICommand>> getHandledCommands()
BlockingQueue<MDICommand> getMDICommandQueue()
Set<BICEPSQoSPolicy> getPoliciesForCommand(Class<? extends MDICommand> commandClz)
Copyright © 2017. All rights reserved.