Interface HasStatistics

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurationAware, IScopeProvider
All Known Implementing Classes:
AbstractCollectorPipe, AbstractHttpSender, AbstractHttpSession, AbstractJdbcQuerySender, AbstractJdbcSender, AbstractLdapQueryPipe, AbstractPipe, AbstractValidator, Adapter, ApiPrincipalPipe, AsyncSenderWithListenerPipe, Base64Pipe, BlobLineIteratingPipe, BytesOutputPipe, ChecksumPipe, ClobLineIteratingPipe, CompareIntegerPipe, CompareStringPipe, CompressPipe, CounterSwitchPipe, CredentialCheckingPipe, CrlPipe, CsvParserPipe, DataSonnetPipe, DelayPipe, DirectQuerySender, DomainTransformerPipe, EchoPipe, EscapePipe, EtagHandlerPipe, ExceptionPipe, FileLineIteratorPipe, FilenameSwitch, FixedForwardPipe, FixedQuerySender, FixedResultPipe, ForEachChildElementPipe, ForPipe, GetFromSession, GetPrincipalPipe, HashPipe, HttpSender, HttpSession, IncreaseIntegerPipe, IsUserInRolePipe, IsXmlPipe, IteratingPipe, JdbcIteratingPipeBase, JdbcIteratingPipeBase.MixedQuerySender, JmsSender, Json2XmlValidator, JsonPipe, JsonValidator, JsonWellFormedChecker, JsonXsltPipe, JwtPipe, LdapChallengePipe, LdapFindGroupMembershipsPipe, LdapFindMemberPipe, LobLineIteratingPipeBase, LogContextPipe, MailSenderPipe, MessageSendingPipe, MultipartHttpSender, PasswordGeneratorPipe, PasswordHashPipe, PGPPipe, PipeLine, PostboxRetrieverPipe, PutInSession, PutParametersInSession, PutSystemDateInSession, Receiver, RegExPipe, RemoveCacheKeyPipe, RemoveFromSession, ReplacerPipe, RestSender, ResultSet2FileSender, ResultSetIteratingPipe, SenderPipe, SignaturePipe, SizePipe, SkipPipe, SoapValidator, SoapWrapperPipe, StoredProcedureQuerySender, Stream2StringPipe, StreamLineIteratorPipe, StreamPipe, StringIteratorPipe, Text2XmlPipe, TextSplitterPipe, TimeoutGuardPipe, UnzipPipe, UUIDGeneratorPipe, WebServiceSender, WsdlGeneratorPipe, WsdlXmlValidator, XmlBuilderPipe, XmlFileElementIteratorPipe, XmlIf, XmlQuerySender, XmlSwitch, XmlValidator, XmlWellFormedChecker, XQueryPipe, XsltPipe, ZipIteratorPipe, ZipWriterPipe

public interface HasStatistics extends IConfigurationAware
Interface to be implemented by objects like Pipes or Senders that maintain additional statistics themselves.
Since:
4.9
Author:
Gerrit van Brakel
  • Method Details