org.springframework.integration.history
Interface TrackableComponent

All Superinterfaces:
NamedComponent
All Known Implementing Classes:
AbstractAmqpChannel, AbstractCorrelatingMessageHandler, AbstractInboundFileSynchronizingMessageSource, AbstractInternetProtocolReceivingChannelAdapter, AbstractInternetProtocolSendingMessageHandler, AbstractJmsChannel, AbstractMappingMessageRouter, AbstractMessageChannel, AbstractMessageHandler, AbstractMessageRouter, AbstractMessageSplitter, AbstractPollableChannel, AbstractRemoteFileOutboundGateway, AbstractReplyProducingMessageHandler, AbstractSubscribableChannel, AbstractWebServiceInboundGateway, AbstractWebServiceOutboundGateway, AbstractXmppConnectionAwareEndpoint, AbstractXmppConnectionAwareMessageHandler, AggregatingMessageHandler, AmqpInboundChannelAdapter, AmqpInboundGateway, AmqpOutboundEndpoint, ApplicationEventListeningMessageProducer, ApplicationEventPublishingMessageHandler, BridgeHandler, ByteStreamWritingMessageHandler, CacheListeningMessageProducer, CacheWritingMessageHandler, ChannelPublishingJmsMessageListener, CharacterStreamWritingMessageHandler, ChatMessageListeningEndpoint, ChatMessageSendingMessageHandler, ContentEnricher, ContinuousQueryMessageProducer, CorrelatingMessageBarrier, DefaultMessageSplitter, DirectChannel, DirectMessageSendingMessageHandler, ErrorMessageExceptionTypeRouter, ExecutorChannel, ExpressionEvaluatingMessageHandler, 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, PointToPointSubscribableAmqpChannel, PollableAmqpChannel, PollableJmsChannel, PresenceListeningEndpoint, PresenceSendingMessageHandler, PriorityChannel, PublishSubscribeAmqpChannel, PublishSubscribeChannel, QueueChannel, RecipientListRouter, RedisInboundChannelAdapter, RendezvousChannel, ResequencingMessageHandler, RmiInboundGateway, RmiOutboundGateway, ServiceActivatingHandler, SftpInboundFileSynchronizingMessageSource, SftpOutboundGateway, SimpleWebServiceInboundGateway, SimpleWebServiceOutboundGateway, SourcePollingChannelAdapter, StatusUpdatingMessageHandler, StoredProcMessageHandler, StoredProcOutboundGateway, 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)