|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClassVersion | |
|---|---|
| org.marketcetera.util.auth | Multi-context gathering of credentials for authentication. |
| 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.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.auth |
|---|
| Classes in org.marketcetera.util.auth with annotations of type ClassVersion | |
|---|---|
class |
AuthenticationSystem
An authentication system. |
class |
CliContext
A context for command-line setters ( CliSetter). |
class |
CliSetter<T extends Holder<?>>
A setter that obtains holder data via a command-line. |
class |
CliSetterCharArray
A setter for a character array holder that obtains the data via a command-line. |
class |
CliSetterString
A setter for a string holder that obtains the data via a command-line. |
class |
ConsoleContext
A context for console setters ( ConsoleSetter). |
class |
ConsoleSetter<T extends Holder<?>>
A setter that obtains holder data via the console. |
class |
ConsoleSetterCharArray
A setter for a character array holder that obtains the data via the console. |
class |
ConsoleSetterString
A setter for a string holder that obtains the data via the console. |
class |
Context<T extends Setter<?>>
A context, comprising a group of setters. |
class |
Holder<T>
A holder of a piece of data. |
class |
HolderCharArray
A holder of a character array. |
interface |
Messages
The internationalization constants used by this package. |
interface |
OptionsProvider
A provider of extra command line options. |
class |
Setter<T extends Holder<?>>
A wrapper around a data holder that sets the holder's data. |
class |
SpringContext
A context for Spring setters ( SpringSetter). |
class |
SpringSetter<T extends Holder<?>>
A setter that obtains holder data via Spring configuration properties. |
class |
SpringSetterCharArray
A setter for a character array holder that obtains the data via Spring configuration properties. |
class |
SpringSetterString
A setter for a string holder that obtains the data via Spring configuration properties. |
class |
StandardAuthentication
A standard authentication system. |
| Uses of ClassVersion in org.marketcetera.util.collections |
|---|
| Classes in org.marketcetera.util.collections with annotations of type ClassVersion | |
|---|---|
class |
UnmodifiableDeque<T>
Provides a Deque implementation that cannot be modified. |
| Uses of ClassVersion in org.marketcetera.util.except |
|---|
| Classes in org.marketcetera.util.except with annotations of type ClassVersion | |
|---|---|
class |
ExceptUtils
General-purpose utilities. |
class |
I18NError
An internationalized error. |
class |
I18NException
An internationalized exception. |
class |
I18NInterruptedException
An internationalized exception indicating interruption. |
class |
I18NInterruptedRuntimeException
An internationalized runtime exception indicating interruption. |
class |
I18NRuntimeException
An internationalized runtime exception. |
interface |
I18NThrowable
An internationalized throwable. |
interface |
Messages
The 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 | |
|---|---|
class |
Disposition
The allowed destinations for the interleaved standard output and error streams of a process. |
class |
Exec
A simple process executor. |
class |
ExecResult
A container for the result of a process execution. |
interface |
Messages
The 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 | |
|---|---|
class |
CloseableRegistry
A registry of Closeable instances. |
class |
CopyBytesUtils
Utilities for copying binary data. |
class |
CopyCharsUnicodeUtils
Utilities for copying textual data, with Unicode BOM support. |
class |
CopyCharsUtils
Utilities for copying textual data, in the default JVM charset. |
class |
Deleter
Deletes a file or directory recursively. |
class |
FileType
A file type. |
class |
InputStreamWrapper
A wrapped input stream. |
interface |
Messages
The internationalization constants used by this package. |
class |
OutputStreamWrapper
A wrapped output stream. |
class |
ReaderWrapper
A wrapped reader. |
class |
SmartLinksDirectoryWalker
A DirectoryWalker which provides convenience methods to
initiate traversal, and (optionally) does not follow symbolic
links. |
interface |
SpecialNames
Special names used to denote standard streams or operations on regular files. |
class |
WriterWrapper
A wrapped writer. |
| Uses of ClassVersion in org.marketcetera.util.l10n |
|---|
| Classes in org.marketcetera.util.l10n with annotations of type ClassVersion | |
|---|---|
class |
ContainerClassInfo
Holder of meta-information about a message container class, such as Messages. |
class |
I18NMessageInfo
Holder of meta-information about an internationalized message. |
class |
MessageComparator
A comparator of two message meta-information holders. |
class |
MessageInfo
Holder of meta-information about a generic message. |
class |
MessageInfoPair
Holder of dual meta-information about a message. |
interface |
MessageInfoProvider
A provider of meta-information for a message collection. |
interface |
Messages
The internationalization constants used by this package. |
class |
PropertiesFileInfo
Holder of meta-information about a properties file that maps message keys to message text. |
class |
PropertyMessageInfo
Holder 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 | |
|---|---|
class |
ActiveLocale
Manages the active locale. |
interface |
I18NBoundMessage
A bound message, representing the combination of an I18NMessage and its parameters, if any. |
class |
I18NBoundMessage0P
A bound message, representing a I18NMessage0P. |
class |
I18NBoundMessage1P
A bound message, representing the combination of an I18NMessage1P and its one parameter. |
class |
I18NBoundMessage2P
A bound message, representing the combination of an I18NMessage2P and its two parameters. |
class |
I18NBoundMessage3P
A bound message, representing the combination of an I18NMessage3P and its three parameters. |
class |
I18NBoundMessage4P
A bound message, representing the combination of an I18NMessage4P and its four parameters. |
class |
I18NBoundMessage5P
A bound message, representing the combination of an I18NMessage5P and its five parameters. |
class |
I18NBoundMessage6P
A bound message, representing the combination of an I18NMessage6P and its six parameters. |
class |
I18NBoundMessageBase<T extends I18NMessage>
A bound message implementation, representing the combination of an I18NMessage and its parameters, if any. |
class |
I18NBoundMessageNP
A bound message, representing the combination of an I18NMessageNP and its arbitrary number of parameters. |
class |
I18NLoggerProxy
A logger which supports internationalized messages. |
class |
I18NMessage
An internationalized message, represented using a pair of textual keys referencing the message text; keys-text maps are stored outside the source code. |
class |
I18NMessage0P
An internationalized message, requiring exactly zero parameters. |
class |
I18NMessage1P
An internationalized message, requiring exactly one parameter. |
class |
I18NMessage2P
An internationalized message, requiring exactly two parameters. |
class |
I18NMessage3P
An internationalized message, requiring exactly three parameters. |
class |
I18NMessage4P
An internationalized message, requiring exactly four parameters. |
class |
I18NMessage5P
An internationalized message, requiring exactly five parameters. |
class |
I18NMessage6P
An internationalized message, requiring exactly six parameters. |
class |
I18NMessageNP
An internationalized message, accepting an arbitrary number of parameters. |
class |
I18NMessageProvider
An internationalized message provider, mapping instances of I18NMessage onto text. |
class |
LogUtils
General-purpose utilities. |
interface |
Messages
The internationalization constants used by this package. |
class |
SLF4JLoggerProxy
SLF4J 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 | |
|---|---|
class |
CollectionUtils
Utilities for collections. |
class |
IterableUtils
Utilities for iterables. |
interface |
Messages
The internationalization constants used by this package. |
class |
NamedThreadFactory
A Thread factory that creates threads whose names begin with a specified prefix. |
class |
OperatingSystem
An enumeration of operating systems. |
class |
RandomStrings
Utilities for random string generation. |
class |
ReflectUtils
Utilities for reflection. |
class |
StringUtils
Utilities for string management. |
class |
UCPFilter
A filter for Unicode code points. |
class |
UCPFilterInfo
A meta-information holder for a UCPFilter. |
| Uses of ClassVersion in org.marketcetera.util.quickfix |
|---|
| Classes in org.marketcetera.util.quickfix with annotations of type ClassVersion | |
|---|---|
class |
AnalyzedField
Analyzes a QuickFIX/J field, producing a human-readable representation of its contents. |
class |
AnalyzedGroup
Analyzes a QuickFIX/J group, producing a human-readable representation of its contents. |
class |
AnalyzedMessage
Analyzes a QuickFIX/J message, producing a human-readable representation of its contents. |
interface |
Messages
The internationalization constants used by this package. |
class |
SpringSessionDescriptor
A Spring-aware QuickFIX/J session descriptor. |
class |
SpringSessionSettings
A 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 | |
|---|---|
class |
LazyBean
A base class for a Spring bean which allows for on-demand post-processing. |
interface |
Messages
The internationalization constants used by this package. |
class |
SpringUtils
Utilities for the Spring framework. |
class |
SystemPropertiesSetter
Sets system properties from a map. |
| Uses of ClassVersion in org.marketcetera.util.unicode |
|---|
| Classes in org.marketcetera.util.unicode with annotations of type ClassVersion | |
|---|---|
class |
DecodingStrategy
A list of one or more Serialization instances. |
interface |
Messages
The internationalization constants used by this package. |
class |
Serialization
A list of signature/charset pairs. |
class |
Signature
A byte stream signature. |
class |
SignatureCharset
A byte stream signature ( Signature) coupled with a charset
(UnicodeCharset) that may follow the signature (aka a
signature/charset pair). |
class |
UnicodeCharset
A thin wrapper around Charset for the Unicode charsets. |
class |
UnicodeFileReader
A UnicodeInputStreamReader which gets its input from a
file. |
class |
UnicodeFileWriter
A UnicodeOutputStreamWriter which directs its output to a
file. |
class |
UnicodeInputStreamReader
A variation of InputStreamReader that is BOM-aware. |
class |
UnicodeOutputStreamWriter
A variation of OutputStreamWriter that is BOM-aware. |
| Uses of ClassVersion in org.marketcetera.util.ws.stateful |
|---|
| Classes in org.marketcetera.util.ws.stateful with annotations of type ClassVersion | |
|---|---|
interface |
Authenticator
An authenticator of user credentials. |
interface |
AuthService
An authentication service interface. |
class |
AuthServiceImpl<T>
An authentication service implementation. |
class |
Client
A client node for stateful communication. |
class |
ClientContext
The client context which the client must supply as an argument to every stateful remote call. |
class |
FixedAuthenticator
An authenticator which accepts a single pair of user name/password credentials. |
interface |
Messages
The internationalization constants used by this package. |
class |
RemoteCall<T>
An implementation wrapper for stateful services. |
class |
RemoteCaller<S,T>
An implementation wrapper for stateful services. |
class |
RemoteRunner<S>
An implementation wrapper for stateful services. |
class |
Server<T>
A server node for stateful communication. |
interface |
ServiceBase
The base interface for all stateful web services. |
class |
ServiceBaseImpl<T>
The base class for all stateful web services, which retains an optional session manager. |
interface |
SessionFactory<T>
A session (data object) factory. |
class |
SessionHolder<T>
A session holder. |
class |
SessionManager<T>
A session manager. |
| Uses of ClassVersion in org.marketcetera.util.ws.stateless |
|---|
| Classes in org.marketcetera.util.ws.stateless with annotations of type ClassVersion | |
|---|---|
interface |
Messages
The internationalization constants used by this package. |
class |
Node
A communication endpoint. |
class |
ServiceInterface
A service interface handle. |
class |
StatelessClient
A client node for stateless communication. |
class |
StatelessClientContext
The client context which the client must supply as an argument to every stateless remote call. |
class |
StatelessRemoteCall
An implementation wrapper for stateless services. |
class |
StatelessRemoteCaller<T>
An implementation wrapper for stateless services. |
class |
StatelessRemoteRunner
An implementation wrapper for stateless services. |
class |
StatelessServer
A server node for stateless communication. |
interface |
StatelessServiceBase
The base interface for all web services. |
class |
StatelessServiceBaseImpl
The 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 | |
|---|---|
class |
AppId
An application ID. |
class |
EqualsTagFilter
A tag filter that accepts any tag that is equal to a specific target tag (which may be the null tag). |
interface |
Messages
The internationalization constants used by this package. |
class |
NodeId
A node ID. |
class |
NonNullTagFilter
A tag filter that accepts any non-null tag. |
class |
PassThruTagFilter
A tag filter that accepts all tags. |
class |
SessionId
A session ID. |
class |
Tag
A generic ID tag. |
interface |
TagFilter
A tag filter. |
class |
ValidSessionTagFilter<T>
A session ID filter that accepts any ID which maps to an active session. |
class |
VersionId
A version ID. |
| Uses of ClassVersion in org.marketcetera.util.ws.wrappers |
|---|
| Classes in org.marketcetera.util.ws.wrappers with annotations of type ClassVersion | |
|---|---|
class |
BaseWrapper<T>
A generic wrapper for marshalling a data value via JAXB. |
class |
CompSerWrapper<T extends Serializable & Comparable<? super T>>
A dual-form wrapper for marshalling a comparable and serializable object. |
class |
DateWrapper
A dual-form wrapper for marshalling a date. |
class |
DualWrapper<R,M>
A dual-form wrapper for marshalling a data value via JAXB or regular Java serialization. |
class |
LocaleWrapper
A dual-form wrapper for marshalling a locale. |
class |
MapWrapper<K,V>
A wrapper for marshalling a map value via JAXB. |
class |
MarshalledLocale
The marshalled form for a locale whose raw form is Locale. |
interface |
Messages
The internationalization constants used by this package. |
class |
RemoteException
A remote exception. |
class |
RemoteI18NBoundMessage
A wrapper for an I18NBoundMessage. |
class |
RemoteProperties
A container for the information marshalled/serialized by a RemoteException. |
class |
RemoteProxyException
A partial, client-side representation of a server exception, when the full exception cannot be reconstructed. |
class |
RootElementWrapper<T>
A wrapper for any object, allowing it to become a root element in JAXB marshalling. |
class |
SerWrapper<T extends Serializable>
A dual-form wrapper for marshalling a serializable object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||