Interface HasStatistics

All Superinterfaces:
org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.Aware, IConfigurationAware, IScopeProvider
All Known Subinterfaces:
IAdapter
All Known Implementing Classes:
AbstractPipe, Adapter, ApiPrincipalPipe, Base64Pipe, BlobLineIteratingPipe, BytesOutputPipe, ChecksumPipe, ClobLineIteratingPipe, CollectorPipeBase, CompareIntegerPipe, CompareStringPipe, CompressPipe, CounterSwitchPipe, CredentialCheckingPipe, CrlPipe, CsvParserPipe, DelayPipe, DirectQuerySender, DomainTransformerPipe, EchoPipe, EscapePipe, EtagHandlerPipe, ExceptionPipe, FileLineIteratorPipe, FilenameSwitch, FixedForwardPipe, FixedQuerySender, FixedResult, FixedResultPipe, ForEachChildElementPipe, GetFromSession, GetPrincipalPipe, HashPipe, IfMultipart, IncreaseIntegerPipe, IsUserInRolePipe, IsXmlPipe, IteratingPipe, JdbcIteratingPipeBase, JdbcIteratingPipeBase.MixedQuerySender, JdbcQuerySenderBase, JdbcSenderBase, Json2XmlValidator, JsonPipe, JsonValidator, JsonWellFormedChecker, JsonXsltPipe, JwtPipe, LdapChallengePipe, LdapFindGroupMembershipsPipe, LdapFindMemberPipe, LdapQueryPipeBase, LobLineIteratingPipeBase, LogContextPipe, MailSenderPipe, MessageSendingPipe, PasswordGeneratorPipe, PasswordHashPipe, PGPPipe, PipeLine, PostboxRetrieverPipe, PutInSession, PutParametersInSession, PutSystemDateInSession, Receiver, RemoveCacheKeyPipe, RemoveFromSession, ReplacerPipe, ResultSet2FileSender, ResultSetIteratingPipe, SenderPipe, SignaturePipe, SizePipe, SkipPipe, SoapValidator, SoapWrapperPipe, StoredProcedureQuerySender, Stream2StringPipe, StreamLineIteratorPipe, StreamPipe, StringIteratorPipe, Text2XmlPipe, TextSplitterPipe, TimeoutGuardPipe, UnzipPipe, UUIDGeneratorPipe, ValidatorBase, 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