public class ServiceContainer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContainer.ServiceFilterObjects |
| Modifier | Constructor and Description |
|---|---|
protected |
ServiceContainer(MessageDispatcherImpl dispatcher,
List<DispatcherChannelSetup.BoundedByChannelId> boundByIdList,
List<DispatcherChannelSetup.BoundedByChannelConfiguration> boundedByQueueConfigurationList,
List<DispatcherChannelSetup.ChannelServiceConfiguration> serviceConfigurationList) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
List<DispatcherChannelSetup.BoundedByChannelId> |
getBoundByIdList() |
List<DispatcherChannelSetup.BoundedByChannelConfiguration> |
getBoundedByChannelConfigurationList() |
IChannelService |
getChannelService() |
Set<String> |
getFilterAttributeSet() |
List<ServiceContainer.ServiceFilterObjects> |
getFilterObjectList() |
DispatcherChannelSetup.ChannelServiceConfiguration |
getServiceConfiguration() |
boolean |
isRegistered() |
void |
setChannelService(IChannelService queueService) |
void |
setRegistered(boolean registered) |
protected ServiceContainer(MessageDispatcherImpl dispatcher, List<DispatcherChannelSetup.BoundedByChannelId> boundByIdList, List<DispatcherChannelSetup.BoundedByChannelConfiguration> boundedByQueueConfigurationList, List<DispatcherChannelSetup.ChannelServiceConfiguration> serviceConfigurationList)
public IChannelService getChannelService()
public void setChannelService(IChannelService queueService)
public boolean isRegistered()
public void setRegistered(boolean registered)
public void clean()
public List<ServiceContainer.ServiceFilterObjects> getFilterObjectList()
public List<DispatcherChannelSetup.BoundedByChannelId> getBoundByIdList()
public List<DispatcherChannelSetup.BoundedByChannelConfiguration> getBoundedByChannelConfigurationList()
public DispatcherChannelSetup.ChannelServiceConfiguration getServiceConfiguration()
Copyright © 2020. All rights reserved.