org.springframework.integration.history
Interface TrackableComponent

All Superinterfaces:
NamedComponent
All Known Implementing Classes:
AbstractInboundFileSynchronizingMessageSource, AbstractInternetProtocolReceivingChannelAdapter, AbstractInternetProtocolSendingMessageHandler, AbstractJmsChannel, AbstractMessageChannel, AbstractMessageHandler, AbstractMessageRouter, AbstractMessageSplitter, AbstractPollableChannel, AbstractRemoteFileOutboundGateway, AbstractRemotingOutboundGateway, AbstractReplyProducingMessageHandler, AbstractSubscribableChannel, AbstractWebServiceInboundGateway, AbstractWebServiceOutboundGateway, AbstractXmppConnectionAwareEndpoint, AbstractXmppConnectionAwareMessageHandler, AmqpInboundChannelAdapter, AmqpInboundGateway, AmqpOutboundEndpoint, ApplicationEventListeningMessageProducer, ApplicationEventPublishingMessageHandler, BridgeHandler, ByteStreamWritingMessageHandler, CacheListeningMessageProducer, CacheWritingMessageHandler, ChannelPublishingJmsMessageListener, CharacterStreamWritingMessageHandler, ChatMessageListeningEndpoint, ChatMessageSendingMessageHandler, ContinuousQueryMessageProducer, CorrelatingMessageBarrier, CorrelatingMessageHandler, DefaultMessageSplitter, DirectChannel, DirectMessageSendingMessageHandler, ErrorMessageExceptionTypeRouter, ExecutorChannel, ExpressionEvaluatingRouter, ExpressionEvaluatingSplitter, FileTransferringMessageHandler, FileWritingMessageHandler, FtpInboundFileSynchronizingMessageSource, FtpOutboundGateway, GatewayProxyFactoryBean, HeaderValueRouter, HttpRequestExecutingMessageHandler, HttpRequestHandlingController, HttpRequestHandlingMessagingGateway, ImapIdleChannelAdapter, JdbcMessageHandler, JdbcOutboundGateway, JmsOutboundGateway, JmsSendingMessageHandler, LoggingHandler, MailSendingMessageHandler, MarshallingWebServiceInboundGateway, MarshallingWebServiceOutboundGateway, MessageFilter, MessageHandlerChain, MessageProducerSupport, MessageTransformingHandler, MessagingGatewaySupport, MethodInvokingMessageHandler, MethodInvokingRouter, MethodInvokingSplitter, MulticastReceivingChannelAdapter, MulticastSendingMessageHandler, NotificationListeningMessageProducer, NotificationPublishingMessageHandler, OperationInvokingMessageHandler, PayloadTypeRouter, PollableJmsChannel, PresenceListeningEndpoint, PresenceSendingMessageHandler, PriorityChannel, PublishSubscribeChannel, QueueChannel, RecipientListRouter, RedisInboundChannelAdapter, RemotingInboundGatewaySupport, RendezvousChannel, RmiInboundGateway, RmiOutboundGateway, ServiceActivatingHandler, SftpInboundFileSynchronizingMessageSource, SftpOutboundGateway, SimpleWebServiceInboundGateway, SimpleWebServiceOutboundGateway, SourcePollingChannelAdapter, StatusUpdatingMessageHandler, SubscribableJmsChannel, SubscribableRedisChannel, TcpInboundGateway, TcpOutboundGateway, TcpReceivingChannelAdapter, TcpSendingMessageHandler, UnicastReceivingChannelAdapter, UnicastSendingMessageHandler, XPathMessageSplitter, XPathRouter

@ManagedResource
public interface TrackableComponent
extends NamedComponent

Since:
2.0

Method Summary
 void setShouldTrack(boolean shouldTrack)
           
 
Methods inherited from interface org.springframework.integration.context.NamedComponent
getComponentName, getComponentType
 

Method Detail

setShouldTrack

@ManagedOperation
void setShouldTrack(boolean shouldTrack)