public class ChannelManagerContainer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelManagerContainer.ControllerFilterObjects |
| Modifier | Constructor and Description |
|---|---|
protected |
ChannelManagerContainer(MessageDispatcherImpl dispatcher,
IChannelManager queueController,
List<DispatcherChannelSetup.BoundedByChannelId> boundByIdList,
List<DispatcherChannelSetup.BoundedByChannelConfiguration> boundedByQueueConfigurationList) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
detectControllerImplementions() |
List<DispatcherChannelSetup.BoundedByChannelId> |
getBoundByIdList() |
List<DispatcherChannelSetup.BoundedByChannelConfiguration> |
getBoundedByChannelConfigurationList() |
IChannelManager |
getChannelManager() |
List<DispatcherChannelSetup> |
getComponentConfigurationList() |
Set<String> |
getFilterAttributeSet() |
List<ChannelManagerContainer.ControllerFilterObjects> |
getFilterObjectList() |
boolean |
isImplementingIOnQueueAttach() |
boolean |
isImplementingIOnQueueDetach() |
boolean |
isImplementingIOnQueueSignal() |
boolean |
isImplementingIOnRemoveEvent() |
boolean |
isImplementingIOnScheduleEvent() |
boolean |
isImplementingIOnTaskDone() |
boolean |
isImplementingIOnTaskError() |
boolean |
isImplementingIOnTaskTimeout() |
boolean |
isRegistered() |
void |
setRegistered(boolean registered) |
protected ChannelManagerContainer(MessageDispatcherImpl dispatcher, IChannelManager queueController, List<DispatcherChannelSetup.BoundedByChannelId> boundByIdList, List<DispatcherChannelSetup.BoundedByChannelConfiguration> boundedByQueueConfigurationList)
public void detectControllerImplementions()
public IChannelManager getChannelManager()
public boolean isRegistered()
public void setRegistered(boolean registered)
public List<DispatcherChannelSetup.BoundedByChannelConfiguration> getBoundedByChannelConfigurationList()
public List<DispatcherChannelSetup.BoundedByChannelId> getBoundByIdList()
public List<ChannelManagerContainer.ControllerFilterObjects> getFilterObjectList()
public void clean()
public boolean isImplementingIOnTaskDone()
public boolean isImplementingIOnTaskError()
public boolean isImplementingIOnQueueAttach()
public boolean isImplementingIOnQueueDetach()
public boolean isImplementingIOnQueueSignal()
public boolean isImplementingIOnScheduleEvent()
public boolean isImplementingIOnRemoveEvent()
public boolean isImplementingIOnTaskTimeout()
public List<DispatcherChannelSetup> getComponentConfigurationList()
Copyright © 2020. All rights reserved.