| 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.rpc | |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableDeque<T>
Provides a
Deque implementation that cannot be modified. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Messages
Internationalized messages used by this package.
|
class |
RpcCredentials
Provides credentials to authenticate with an
RpcServer. |
class |
RpcServer<SessionClazz>
Provides RPC services.
|
interface |
RpcServerServices<SessionClazz>
Provides common RPC server services.
|
interface |
RpcServiceSpec<SessionClazz> |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContextClassProvider
Provides context classes with which to start a server.
|
| Modifier and Type | Interface and Description |
|---|---|
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<SessionClazz>
A server node for stateful communication.
|
interface |
ServerProvider<T>
Provides access to a
Server object. |
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.
|
| Modifier and Type | Interface and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2015. All Rights Reserved.