Uses of Class
org.marketcetera.util.misc.ClassVersion
-
Packages that use ClassVersion Package Description org.marketcetera.util.collections org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support.org.marketcetera.util.exec Process execution.org.marketcetera.util.file Miscellaneous utilities for file management.org.marketcetera.util.l10n Message localization tools.org.marketcetera.util.log Multi-tiered logging and internationalization (i18n) framework.org.marketcetera.util.misc Miscellaneous general-purpose utilities.org.marketcetera.util.quickfix Miscellaneous utilities for QuickFIX/J.org.marketcetera.util.spring Miscellaneous utilities for the Spring framework.org.marketcetera.util.unicode Unicode en/decoding with BOMs, including I/O stream support.org.marketcetera.util.ws org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server.org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags.org.marketcetera.util.ws.wrappers Wrappers enabling certain web service data types to be marshalled. -
-
Uses of ClassVersion in org.marketcetera.util.collections
Classes in org.marketcetera.util.collections with annotations of type ClassVersion Modifier and Type Class Description classUnmodifiableDeque<T>Provides aDequeimplementation that cannot be modified.private classUnmodifiableDeque.UnmodifiableIteratorProvides anIteratorimplementation that cannot be used to modify the underlyingCollection. -
Uses of ClassVersion in org.marketcetera.util.except
Classes in org.marketcetera.util.except with annotations of type ClassVersion Modifier and Type Class Description classExceptUtilsGeneral-purpose utilities.classI18NErrorAn internationalized error.classI18NExceptionAn internationalized exception.(package private) classI18NExceptUtilsUtilities supporting message generation.classI18NInterruptedExceptionAn internationalized exception indicating interruption.classI18NInterruptedRuntimeExceptionAn internationalized runtime exception indicating interruption.classI18NRuntimeExceptionAn internationalized runtime exception.interfaceI18NThrowableAn internationalized throwable.interfaceMessagesThe internationalization constants used by this package. -
Uses of ClassVersion in org.marketcetera.util.exec
Classes in org.marketcetera.util.exec with annotations of type ClassVersion Modifier and Type Class Description classDispositionThe allowed destinations for the interleaved standard output and error streams of a process.classExecA simple process executor.classExecResultA container for the result of a process execution.(package private) classInputThreadA thread that consumes an input stream.interfaceMessagesThe internationalization constants used by this package. -
Uses of ClassVersion in org.marketcetera.util.file
Classes in org.marketcetera.util.file with annotations of type ClassVersion Modifier and Type Class Description classCloseableRegistryA registry ofCloseableinstances.classCopyBytesUtilsUtilities for copying binary data.classCopyCharsUnicodeUtilsUtilities for copying textual data, with Unicode BOM support.classCopyCharsUtilsUtilities for copying textual data, in the default JVM charset.classDeleterDeletes a file or directory recursively.private static classDeleter.RecursiveDeleterASmartLinksDirectoryWalkerthat does not follow symbolic links, and deletes all files it traverses.classFileTypeA file type.classInputStreamWrapperA wrapped input stream.interfaceMessagesThe internationalization constants used by this package.classOutputStreamWrapperA wrapped output stream.classReaderWrapperA wrapped reader.classSmartLinksDirectoryWalkerADirectoryWalkerwhich provides convenience methods to initiate traversal, and (optionally) does not follow symbolic links.interfaceSpecialNamesSpecial names used to denote standard streams or operations on regular files.classWriterWrapperA wrapped writer. -
Uses of ClassVersion in org.marketcetera.util.l10n
Classes in org.marketcetera.util.l10n with annotations of type ClassVersion Modifier and Type Class Description classContainerClassInfoHolder of meta-information about a message container class, such asMessages.classI18NMessageInfoHolder of meta-information about an internationalized message.classMessageComparatorA comparator of two message meta-information holders.classMessageInfoHolder of meta-information about a generic message.classMessageInfoPairHolder of dual meta-information about a message.interfaceMessageInfoProviderA provider of meta-information for a message collection.interfaceMessagesThe internationalization constants used by this package.classPropertiesFileInfoHolder of meta-information about a properties file that maps message keys to message text.classPropertyMessageInfoHolder of meta-information about a message stored in a properties file. -
Uses of ClassVersion in org.marketcetera.util.log
Classes in org.marketcetera.util.log with annotations of type ClassVersion Modifier and Type Class Description classActiveLocaleManages the active locale.interfaceI18NBoundMessageA bound message, representing the combination of anI18NMessageand its parameters, if any.classI18NBoundMessage0PA bound message, representing aI18NMessage0P.classI18NBoundMessage1PA bound message, representing the combination of anI18NMessage1Pand its one parameter.classI18NBoundMessage2PA bound message, representing the combination of anI18NMessage2Pand its two parameters.classI18NBoundMessage3PA bound message, representing the combination of anI18NMessage3Pand its three parameters.classI18NBoundMessage4PA bound message, representing the combination of anI18NMessage4Pand its four parameters.classI18NBoundMessage5PA bound message, representing the combination of anI18NMessage5Pand its five parameters.classI18NBoundMessage6PA bound message, representing the combination of anI18NMessage6Pand its six parameters.classI18NBoundMessageBase<T extends I18NMessage>A bound message implementation, representing the combination of anI18NMessageand its parameters, if any.classI18NBoundMessageNPA bound message, representing the combination of anI18NMessageNPand its arbitrary number of parameters.classI18NLoggerProxyA logger which supports internationalized messages.classI18NMessageAn internationalized message, represented using a pair of textual keys referencing the message text; keys-text maps are stored outside the source code.classI18NMessage0PAn internationalized message, requiring exactly zero parameters.classI18NMessage1PAn internationalized message, requiring exactly one parameter.classI18NMessage2PAn internationalized message, requiring exactly two parameters.classI18NMessage3PAn internationalized message, requiring exactly three parameters.classI18NMessage4PAn internationalized message, requiring exactly four parameters.classI18NMessage5PAn internationalized message, requiring exactly five parameters.classI18NMessage6PAn internationalized message, requiring exactly six parameters.classI18NMessageNPAn internationalized message, accepting an arbitrary number of parameters.classI18NMessageProviderAn internationalized message provider, mapping instances ofI18NMessageonto text.classLogUtilsGeneral-purpose utilities.interfaceMessagesThe internationalization constants used by this package.classSLF4JLoggerProxySLF4J proxy with automatic logger selection and variable number of arguments. -
Uses of ClassVersion in org.marketcetera.util.misc
Classes in org.marketcetera.util.misc with annotations of type ClassVersion Modifier and Type Class Description classCollectionUtilsUtilities for collections.classIterableUtilsUtilities for iterables.interfaceMessagesThe internationalization constants used by this package.classNamedThreadFactoryA Thread factory that creates threads whose names begin with a specified prefix.classOperatingSystemAn enumeration of operating systems.classRandomStringsUtilities for random string generation.classReflectUtilsUtilities for reflection.classStringUtilsUtilities for string management.classUCPFilterA filter for Unicode code points.private static classUCPFilter.UCPCharsetFilterA filter for Unicode characters that can be encoded by a specific charset.classUCPFilterInfoA meta-information holder for aUCPFilter. -
Uses of ClassVersion in org.marketcetera.util.quickfix
Classes in org.marketcetera.util.quickfix with annotations of type ClassVersion Modifier and Type Class Description classAnalyzedFieldAnalyzes a QuickFIX/J field, producing a human-readable representation of its contents.classAnalyzedGroupAnalyzes a QuickFIX/J group, producing a human-readable representation of its contents.classAnalyzedMessageAnalyzes a QuickFIX/J message, producing a human-readable representation of its contents.interfaceMessagesThe internationalization constants used by this package.classSpringSessionDescriptorA Spring-aware QuickFIX/J session descriptor.classSpringSessionSettingsA Spring-aware QuickFIX/J session settings. -
Uses of ClassVersion in org.marketcetera.util.spring
Classes in org.marketcetera.util.spring with annotations of type ClassVersion Modifier and Type Class Description classLazyBeanA base class for a Spring bean which allows for on-demand post-processing.interfaceMessagesThe internationalization constants used by this package.classSpringUtilsUtilities for the Spring framework.classSystemPropertiesSetterSets system properties from a map. -
Uses of ClassVersion in org.marketcetera.util.unicode
Classes in org.marketcetera.util.unicode with annotations of type ClassVersion Modifier and Type Class Description classDecodingStrategyA list of one or moreSerializationinstances.interfaceMessagesThe internationalization constants used by this package.classSerializationA list of signature/charset pairs.classSignatureA byte stream signature.classSignatureCharsetA byte stream signature (Signature) coupled with a charset (UnicodeCharset) that may follow the signature (aka a signature/charset pair).classUnicodeCharsetA thin wrapper aroundCharsetfor the Unicode charsets.classUnicodeFileReaderAUnicodeInputStreamReaderwhich gets its input from a file.classUnicodeFileWriterAUnicodeOutputStreamWriterwhich directs its output to a file.classUnicodeInputStreamReaderA variation ofInputStreamReaderthat is BOM-aware.classUnicodeOutputStreamWriterA variation ofOutputStreamWriterthat is BOM-aware. -
Uses of ClassVersion in org.marketcetera.util.ws
Classes in org.marketcetera.util.ws with annotations of type ClassVersion Modifier and Type Interface Description interfaceContextClassProviderProvides context classes with which to start a server. -
Uses of ClassVersion in org.marketcetera.util.ws.stateful
Classes in org.marketcetera.util.ws.stateful with annotations of type ClassVersion Modifier and Type Interface Description interfaceAuthenticatorAn authenticator of user credentials.interfaceAuthServiceAn authentication service interface.classAuthServiceImpl<T>An authentication service implementation.classClientA client node for stateful communication.classClientContextThe client context which the client must supply as an argument to every stateful remote call.classFixedAuthenticatorAn authenticator which accepts a single pair of user name/password credentials.interfaceMessagesThe internationalization constants used by this package.classRemoteCall<T>An implementation wrapper for stateful services.classRemoteCaller<S,T>An implementation wrapper for stateful services.classRemoteRunner<S>An implementation wrapper for stateful services.classServer<SessionClazz>A server node for stateful communication.interfaceServerProvider<T>Provides access to aServerobject.interfaceServiceBaseThe base interface for all stateful web services.classServiceBaseImpl<T>The base class for all stateful web services, which retains an optional session manager.interfaceSessionFactory<T>A session (data object) factory.classSessionHolder<T>A session holder.classSessionManager<T>A session manager.(package private) classSessionManager.ReaperThe reaper. -
Uses of ClassVersion in org.marketcetera.util.ws.stateless
Classes in org.marketcetera.util.ws.stateless with annotations of type ClassVersion Modifier and Type Interface Description interfaceMessagesThe internationalization constants used by this package.classNodeA communication endpoint.classServiceInterfaceA service interface handle.classStatelessClientA client node for stateless communication.classStatelessClientContextThe client context which the client must supply as an argument to every stateless remote call.classStatelessRemoteCallAn implementation wrapper for stateless services.classStatelessRemoteCaller<T>An implementation wrapper for stateless services.classStatelessRemoteRunnerAn implementation wrapper for stateless services.classStatelessServerA server node for stateless communication.interfaceStatelessServiceBaseThe base interface for all web services.classStatelessServiceBaseImplThe base class for all web services. -
Uses of ClassVersion in org.marketcetera.util.ws.tags
Classes in org.marketcetera.util.ws.tags with annotations of type ClassVersion Modifier and Type Class Description classAppIdAn application ID.classEqualsTagFilterA tag filter that accepts any tag that is equal to a specific target tag (which may be the null tag).interfaceMessagesThe internationalization constants used by this package.classNodeIdA node ID.classNonNullTagFilterA tag filter that accepts any non-null tag.classPassThruTagFilterA tag filter that accepts all tags.classSessionIdA session ID.classTagA generic ID tag.interfaceTagFilterA tag filter.classValidSessionTagFilter<T>A session ID filter that accepts any ID which maps to an active session.classVersionIdA version ID. -
Uses of ClassVersion in org.marketcetera.util.ws.wrappers
Classes in org.marketcetera.util.ws.wrappers with annotations of type ClassVersion Modifier and Type Class Description classBaseWrapper<T>A generic wrapper for marshalling a data value via JAXB.classCompSerWrapper<T extends Serializable & Comparable<? super T>>A dual-form wrapper for marshalling a comparable and serializable object.classDateWrapperA dual-form wrapper for marshalling a date.classDualWrapper<R,M>A dual-form wrapper for marshalling a data value via JAXB or regular Java serialization.classLocaleWrapperA dual-form wrapper for marshalling a locale.classMapWrapper<K,V>A wrapper for marshalling a map value via JAXB.classMarshalledLocaleThe marshalled form for a locale whose raw form isLocale.interfaceMessagesThe internationalization constants used by this package.classRemoteExceptionA remote exception.classRemoteI18NBoundMessageA wrapper for anI18NBoundMessage.classRemotePropertiesA container for the information marshalled/serialized by aRemoteException.classRemoteProxyExceptionA partial, client-side representation of a server exception, when the full exception cannot be reconstructed.classRootElementWrapper<T>A wrapper for any object, allowing it to become a root element in JAXB marshalling.classSerWrapper<T extends Serializable>A dual-form wrapper for marshalling a serializable object.
-