A B C D E F G H I L M N O P R S T U V W 

A

ActiveLocale - Class in org.marketcetera.util.log
Manages the active locale.
add(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
addAll(Collection<? extends T>) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
addFirst(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
addLast(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
addMessage(I18NMessage) - Method in class org.marketcetera.util.l10n.ContainerClassInfo
Adds the given message to the receiver's meta-information.
addPropertiesConfigurer(BeanDefinitionRegistry, String, String) - Static method in class org.marketcetera.util.spring.SpringUtils
Creates a preferences configurer bean in the given application context.
addStringBean(BeanDefinitionRegistry, String, String) - Static method in class org.marketcetera.util.spring.SpringUtils
Creates a string bean in the given application context.
ALNUM - Static variable in class org.marketcetera.util.misc.UCPFilter
A filter for Unicode code points that are letters or digits.
ALREADY_LOGGED_IN - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
AnalyzedField - Class in org.marketcetera.util.quickfix
Analyzes a QuickFIX/J field, producing a human-readable representation of its contents.
AnalyzedGroup - Class in org.marketcetera.util.quickfix
Analyzes a QuickFIX/J group, producing a human-readable representation of its contents.
AnalyzedMessage - Class in org.marketcetera.util.quickfix
Analyzes a QuickFIX/J message, producing a human-readable representation of its contents.
AnalyzedMessage(DataDictionary, Message) - Constructor for class org.marketcetera.util.quickfix.AnalyzedMessage
Creates a new analyzed message for the given QuickFIX/J message, interpreted using the given data dictionary.
append(CharSequence) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
append(CharSequence, int, int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
append(char) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
AppId - Class in org.marketcetera.util.ws.tags
An application ID.
AppId(String) - Constructor for class org.marketcetera.util.ws.tags.AppId
Creates a new application ID with the given ID value.
AppId() - Constructor for class org.marketcetera.util.ws.tags.AppId
Creates a new application ID.
apply(File) - Static method in class org.marketcetera.util.file.Deleter
Deletes the file tree rooted at the given root.
apply(String) - Static method in class org.marketcetera.util.file.Deleter
Deletes the file tree rooted at the file with the given name.
apply(File, Collection) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Traverses the file tree rooted at the given root.
apply(File) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Traverses the file tree rooted at the given root.
apply(String, Collection) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Traverses the file tree rooted at the file with the given name.
apply(String) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Traverses the file tree rooted at the file with the given name.
areEqual(Throwable, Object) - Static method in class org.marketcetera.util.except.ExceptUtils
Checks whether the given throwable is equal to the given object.
ARGUMENT_IS_NULL - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
ARGUMENT_WRAPS_NULL - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
assertFilterMatch(TagFilter, Tag) - Static method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Asserts that the given filter matches the given tag.
assertFilterMatch(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Asserts that the given client context matches all of the receiver's filters.
assertMatch(Tag) - Method in class org.marketcetera.util.ws.tags.EqualsTagFilter
 
assertMatch(Tag) - Method in class org.marketcetera.util.ws.tags.NonNullTagFilter
 
assertMatch(Tag) - Method in class org.marketcetera.util.ws.tags.PassThruTagFilter
 
assertMatch(Tag) - Method in interface org.marketcetera.util.ws.tags.TagFilter
Asserts that the given tag is acceptable to the receiver.
assertMatch(Tag) - Method in class org.marketcetera.util.ws.tags.ValidSessionTagFilter
 
assertNotProcessed() - Method in class org.marketcetera.util.spring.LazyBean
Asserts that the receiver is not processed.
assertSupported() - Method in enum org.marketcetera.util.unicode.SignatureCharset
Asserts that the JVM supports the receiver's charset.
assertSupported() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Asserts that the JVM supports the receiver's charset.
assertValidSession() - Method in class org.marketcetera.util.ws.stateful.Client
Asserts that an active session is in progress.
Authenticator - Interface in org.marketcetera.util.ws.stateful
An authenticator of user credentials.
AuthService - Interface in org.marketcetera.util.ws.stateful
An authentication service interface.
AuthServiceImpl<T> - Class in org.marketcetera.util.ws.stateful
An authentication service implementation.
AuthServiceImpl(Authenticator, SessionManager<T>) - Constructor for class org.marketcetera.util.ws.stateful.AuthServiceImpl
Creates a new authentication service implementation with the given authenticator and session manager.

B

BAD_CREDENTIALS - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
BAD_LOG_FACTORY - Static variable in interface org.marketcetera.util.quickfix.Messages
 
BAD_MESSAGE_STORE_FACTORY - Static variable in interface org.marketcetera.util.quickfix.Messages
 
BAD_TEXT - Static variable in interface org.marketcetera.util.l10n.Messages
 
BaseWrapper<T> - Class in org.marketcetera.util.ws.wrappers
A generic wrapper for marshalling a data value via JAXB.
BaseWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.BaseWrapper
Creates a new wrapper with the given value.
BaseWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.BaseWrapper
Creates a new wrapper.
BODY_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
 

C

call(ClientContext, SessionHolder<S>) - Method in class org.marketcetera.util.ws.stateful.RemoteCaller
The service implementation, executed on behalf of the client with the given context and associated session holder.
call(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
The service implementation, executed on behalf of the client with the given context.
CALL_FAILURE - Static variable in interface org.marketcetera.util.ws.stateless.Messages
 
CALL_START - Static variable in interface org.marketcetera.util.ws.stateless.Messages
 
CALL_SUCCESS - Static variable in interface org.marketcetera.util.ws.stateless.Messages
 
CANNOT_COPY_CSTREAMS - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_FILES - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_ISTREAM - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_MEMORY_DST - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_MEMORY_SRC - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_OSTREAM - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_OUTPUT - Static variable in interface org.marketcetera.util.exec.Messages
 
CANNOT_COPY_READER - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_STREAMS - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_COPY_WRITER - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_DELETE - Static variable in interface org.marketcetera.util.file.Messages
 
CANNOT_EXECUTE - Static variable in interface org.marketcetera.util.exec.Messages
 
CANNOT_GET_LENGTH - Static variable in interface org.marketcetera.util.unicode.Messages
 
CANNOT_GET_TYPE - Static variable in interface org.marketcetera.util.file.Messages
 
CHAR - Static variable in class org.marketcetera.util.misc.UCPFilter
A filter for Unicode characters that can be represented by a single char.
checkInterruption() - Static method in class org.marketcetera.util.except.ExceptUtils
Checks whether the calling thread has been interrupted, and, if so, throws an InterruptedException with the default interruption message and no underlying cause.
checkInterruption(String) - Static method in class org.marketcetera.util.except.ExceptUtils
Checks whether the calling thread has been interrupted, and, if so, throws an InterruptedException with the given interruption message, but without an underlying cause.
checkInterruption(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
Checks whether the calling thread has been interrupted, and, if so, throws an InterruptedException with the default interruption message and the given underlying cause.
checkInterruption(Throwable, String) - Static method in class org.marketcetera.util.except.ExceptUtils
Checks whether the calling thread has been interrupted, and, if so, throws an InterruptedException with the given interruption message and the given underlying cause.
checkInterruption() - Static method in exception org.marketcetera.util.except.I18NInterruptedException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(Throwable) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(Throwable, I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption() - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(Throwable) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
checkInterruption(Throwable, I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
ClassVersion - Annotation Type in org.marketcetera.util.misc
Annotation to retain subversion $Id$ during runtime.
clear() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
Client - Class in org.marketcetera.util.ws.stateful
A client node for stateful communication.
Client(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateful.Client
Create a new Client instance.
Client(String, int, AppId) - Constructor for class org.marketcetera.util.ws.stateful.Client
Creates a new client node with the given server host name, port, and client application ID.
Client(AppId) - Constructor for class org.marketcetera.util.ws.stateful.Client
Creates a new client node with the default server host name and port, and the given client application ID.
Client() - Constructor for class org.marketcetera.util.ws.stateful.Client
Creates a new client node with the default server host name and port, and no client application ID.
CLIENT_CONTEXT - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
ClientContext - Class in org.marketcetera.util.ws.stateful
The client context which the client must supply as an argument to every stateful remote call.
ClientContext() - Constructor for class org.marketcetera.util.ws.stateful.ClientContext
 
close() - Method in class org.marketcetera.util.file.CloseableRegistry
Closes all Closeable instances registered with the receiver.
close() - Method in class org.marketcetera.util.file.InputStreamWrapper
 
close() - Method in class org.marketcetera.util.file.OutputStreamWrapper
 
close() - Method in class org.marketcetera.util.file.ReaderWrapper
 
close() - Method in class org.marketcetera.util.file.WriterWrapper
 
close() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
close() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
CloseableRegistry - Class in org.marketcetera.util.file
A registry of Closeable instances.
CloseableRegistry() - Constructor for class org.marketcetera.util.file.CloseableRegistry
 
CLOSING_FAILED - Static variable in interface org.marketcetera.util.file.Messages
 
CollectionUtils - Class in org.marketcetera.util.misc
Utilities for collections.
COMBINE_MESSAGES - Static variable in interface org.marketcetera.util.except.Messages
 
compareTo(CompSerWrapper<T>) - Method in class org.marketcetera.util.ws.wrappers.CompSerWrapper
 
compareTo(DateWrapper) - Method in class org.marketcetera.util.ws.wrappers.DateWrapper
 
CompSerWrapper<T extends Serializable & Comparable<? super T>> - Class in org.marketcetera.util.ws.wrappers
A dual-form wrapper for marshalling a comparable and serializable object.
CompSerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
Creates a new wrapper for the given object, in its raw form.
CompSerWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
Creates a new wrapper.
CONFIG_ERROR - Static variable in interface org.marketcetera.util.quickfix.Messages
 
ContainerClassInfo - Class in org.marketcetera.util.l10n
Holder of meta-information about a message container class, such as Messages.
ContainerClassInfo(Class<?>) - Constructor for class org.marketcetera.util.l10n.ContainerClassInfo
Creates a new meta-information holder for the given message container class.
contains(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
containsAll(Collection<?>) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
ContextClassProvider - Interface in org.marketcetera.util.ws
Provides context classes with which to start a server.
copy(InputStream, boolean, OutputStream, boolean) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies a byte stream from the given source to the given sink.
copy(String, String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies a byte stream from one given location to another.
copy(InputStream, boolean, String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies a byte stream from the given source to the given location.
copy(String, OutputStream, boolean) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies a byte stream from the given location to the given sink.
copy(String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies a byte stream from the given location into memory, returning a byte array.
copy(byte[], String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
Copies an in-memory byte array into the given location.
copy(String, DecodingStrategy, String) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
Copies a character stream from one given location (and interpreted using the given strategy) to another, attempting to retain signature/charset information.
copy(Reader, boolean, String) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
Copies a character stream from the given source to the given location, attempting to retain signature/charset information.
copy(String, DecodingStrategy, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
Copies a character stream from the given location (and interpreted using the given strategy) to the given sink.
copy(String, DecodingStrategy) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
Copies the character stream at the given location (and interpreted using the given strategy) into memory, returning a character array.
copy(char[], String, SignatureCharset) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
Copies an in-memory character array into the given location and using the given signature/charset.
copy(Reader, boolean, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies a character stream from the given source to the given sink.
copy(String, String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies a character stream from one given location to another.
copy(Reader, boolean, String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies a character stream from the given source to the given location.
copy(String, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies a character stream from the given location to the given sink.
copy(String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies the character stream at the given location into memory, returning a character array.
copy(char[], String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
Copies an in-memory character array into the given location.
CopyBytesUtils - Class in org.marketcetera.util.file
Utilities for copying binary data.
CopyCharsUnicodeUtils - Class in org.marketcetera.util.file
Utilities for copying textual data, with Unicode BOM support.
CopyCharsUtils - Class in org.marketcetera.util.file
Utilities for copying textual data, in the default JVM charset.
createSession(StatelessClientContext, String, SessionId) - Method in interface org.marketcetera.util.ws.stateful.SessionFactory
Creates a new session (data object), for a new session initiated with the given creation context and on behalf of the user with the given name, and assigned the given ID.

D

DateWrapper - Class in org.marketcetera.util.ws.wrappers
A dual-form wrapper for marshalling a date.
DateWrapper(Date) - Constructor for class org.marketcetera.util.ws.wrappers.DateWrapper
Creates a new wrapper for the given date.
DateWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.DateWrapper
Creates a new wrapper.
debug(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
debug(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
debug(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
debug(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
debug(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given throwable under the given logging category at the debugging level.
debug(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the debugging level.
debug(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message under the given logging category at the debugging level.
debug(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
 
debug(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
 
debug(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
debug(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
debug(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
debug(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
debug(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
debug(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
debug(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
debug(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
debug(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
debug(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
debug(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
debug(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
debug(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
debug(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
debug(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message under the given logging category at the debugging level.
debug(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given throwable under the given logging category at the debugging level.
debug(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message and throwable under the given logging category at the debugging level.
debug(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message under the given logging category at the debugging level.
debug(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the debugging level.
decode(byte[]) - Method in enum org.marketcetera.util.unicode.DecodingStrategy
Decodes the given byte array using the charset paired to a signature (among the signature/charset pairs within the receiver's serializations) that matches the array header, and returns the result.
decode(Serialization[], byte[]) - Static method in enum org.marketcetera.util.unicode.Serialization
Decodes the given byte array using the charset paired to a signature (among the pairs of the given serializations) that matches the array header, and returns the result.
decode(byte[]) - Method in enum org.marketcetera.util.unicode.SignatureCharset
Decodes the given byte array using the receiver's charset, and returns the result.
decode(byte[], int, int) - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Decodes the given portion of the given byte array using the receiver's charset, and returns the result.
decode(byte[]) - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Decodes the given byte array using the receiver's charset, and returns the result.
DecodingStrategy - Enum in org.marketcetera.util.unicode
A list of one or more Serialization instances.
DEFAULT_DATA_DICTIONARY - Static variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
The sentinel value for the data dictionary parameter which forces validation using the default data dictionary appropriate for the FIX version implied by the descriptor's begin string.
DEFAULT_HOST - Static variable in class org.marketcetera.util.ws.stateless.Node
The default host name for the server and to which the client connects.
DEFAULT_LEN_STR_ALNUM - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points that are letters or digits; the minimum length is 1.
DEFAULT_LEN_STR_CHARSET - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points that can be encoded by some charset (supplied or implied); the minimum length is 1.
DEFAULT_LEN_STR_DIGIT - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points that are digits; the minimum length is 1.
DEFAULT_LEN_STR_ID - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points; in addition, the first character is always a letter, the second is always a digit, and the rest (if any) are either letters or digits; the minimum length is 2.
DEFAULT_LEN_STR_LETTER - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points that are letters; the minimum length is 1.
DEFAULT_LEN_STR_VALID - Static variable in class org.marketcetera.util.misc.RandomStrings
The default maximum length of a randomly generated string whose characters are all Unicode code points that are deemed valid by StringUtils.isValid(int); the minimum length is 1.
DEFAULT_PORT - Static variable in class org.marketcetera.util.ws.stateless.Node
The default port on which the server listens and to which the client connects.
DEFAULT_VERSION_FILTER - Static variable in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
The default version ID filter.
Deleter - Class in org.marketcetera.util.file
Deletes a file or directory recursively.
Deleter() - Constructor for class org.marketcetera.util.file.Deleter
 
descendingIterator() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
DESERIALIZATION_FAILED - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
DIGIT - Static variable in class org.marketcetera.util.misc.UCPFilter
A filter for Unicode code points that are digits.
Disposition - Enum in org.marketcetera.util.exec
The allowed destinations for the interleaved standard output and error streams of a process.
DualWrapper<R,M> - Class in org.marketcetera.util.ws.wrappers
A dual-form wrapper for marshalling a data value via JAXB or regular Java serialization.
DualWrapper(R) - Constructor for class org.marketcetera.util.ws.wrappers.DualWrapper
Creates a new wrapper with the given value, in its raw form.
DualWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.DualWrapper
Creates a new wrapper.

E

element() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
EMPTY_ARRAY - Static variable in class org.marketcetera.util.l10n.I18NMessageInfo
An empty array of class instances.
EMPTY_ARRAY - Static variable in class org.marketcetera.util.l10n.MessageInfo
An empty array of class instances.
EMPTY_ARRAY - Static variable in class org.marketcetera.util.l10n.MessageInfoPair
An empty array of class instances.
EMPTY_ARRAY - Static variable in class org.marketcetera.util.l10n.PropertyMessageInfo
An empty array of class instances.
EMPTY_ARRAY - Static variable in enum org.marketcetera.util.unicode.Signature
 
EMPTY_PARAMS - Static variable in interface org.marketcetera.util.log.I18NBoundMessage
An empty parameter list for a bound message.
encode(String) - Method in enum org.marketcetera.util.unicode.SignatureCharset
Encodes the given string using the receiver's charset, and returns the result.
encode(String) - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Encodes the given string using the receiver's charset, and returns the result.
ensureProcessed() - Method in class org.marketcetera.util.spring.LazyBean
Ensures that the receiver is already processed, possibly by invoking LazyBean.process().
ENUM_FIELD_VALUE - Static variable in interface org.marketcetera.util.quickfix.Messages
 
equals(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
equals(Object) - Method in error org.marketcetera.util.except.I18NError
 
equals(Object) - Method in exception org.marketcetera.util.except.I18NException
 
equals(Object) - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
equals(Object) - Method in class org.marketcetera.util.l10n.I18NMessageInfo
 
equals(Object) - Method in class org.marketcetera.util.l10n.MessageInfo
 
equals(Object) - Method in class org.marketcetera.util.l10n.MessageInfoPair
 
equals(Object) - Method in class org.marketcetera.util.l10n.PropertyMessageInfo
 
equals(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
equals(Object) - Method in class org.marketcetera.util.log.I18NLoggerProxy
 
equals(Object) - Method in class org.marketcetera.util.log.I18NMessage
 
equals(Object) - Method in class org.marketcetera.util.log.I18NMessageProvider
 
equals(Object) - Method in class org.marketcetera.util.ws.stateful.ClientContext
 
equals(Object) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
 
equals(Object) - Method in class org.marketcetera.util.ws.tags.Tag
 
equals(Object) - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
 
equals(Object) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
 
equals(Object) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
 
equals(Object) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
 
equals(Object) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
 
equals(Object) - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
EqualsTagFilter - Class in org.marketcetera.util.ws.tags
A tag filter that accepts any tag that is equal to a specific target tag (which may be the null tag).
EqualsTagFilter(Tag, I18NMessage2P) - Constructor for class org.marketcetera.util.ws.tags.EqualsTagFilter
Creates a new filter with the given target tag and mismatch message.
error(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
error(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
error(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
error(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
error(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given throwable under the given logging category at the error level.
error(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the error level.
error(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message under the given logging category at the error level.
error(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
 
error(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
 
error(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
error(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
error(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
error(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
error(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
error(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
error(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
error(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
error(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
error(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
error(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
error(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
error(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
error(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
error(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message under the given logging category at the error level.
error(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given throwable under the given logging category at the error level.
error(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message and throwable under the given logging category at the error level.
error(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message under the given logging category at the error level.
error(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the error level.
ExceptUtils - Class in org.marketcetera.util.except
General-purpose utilities.
Exec - Class in org.marketcetera.util.exec
A simple process executor.
Exec() - Constructor for class org.marketcetera.util.exec.Exec
 
ExecResult - Class in org.marketcetera.util.exec
A container for the result of a process execution.
ExecResult(int, byte[]) - Constructor for class org.marketcetera.util.exec.ExecResult
Creates a new container for the given exit code and captured output.
execute(ClientContext) - Method in class org.marketcetera.util.ws.stateful.RemoteCaller
Invokes the service implementation on behalf of the client with the given context.
execute(ClientContext) - Method in class org.marketcetera.util.ws.stateful.RemoteRunner
Invokes the service implementation on behalf of the client with the given context.
execute(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
Invokes the service implementation on behalf of the client with the given context.
execute(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
Invokes the service implementation on behalf of the client with the given context.
EXTRA_DST_MESSAGE - Static variable in interface org.marketcetera.util.l10n.Messages
 
EXTRA_SRC_MESSAGE - Static variable in interface org.marketcetera.util.l10n.Messages
 

F

FIELD_REQUIRED - Static variable in interface org.marketcetera.util.quickfix.Messages
 
FileType - Enum in org.marketcetera.util.file
A file type.
fillContext(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessClient
Sets the properties of the given client context, so that it may be used for remote calls made via proxies obtained from the receiver.
FixedAuthenticator - Class in org.marketcetera.util.ws.stateful
An authenticator which accepts a single pair of user name/password credentials.
FixedAuthenticator() - Constructor for class org.marketcetera.util.ws.stateful.FixedAuthenticator
 
flush() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
forCharset(Charset) - Static method in class org.marketcetera.util.misc.UCPFilter
Returns a filter for Unicode code points that can be encoded by the given charset.
fromUCP(int[]) - Static method in class org.marketcetera.util.misc.StringUtils
Returns a string containing the characters with the given Unicode code points.
fromUCP(int) - Static method in class org.marketcetera.util.misc.StringUtils
Returns a string containing a single character, namely the given Unicode code point.

G

generate() - Static method in class org.marketcetera.util.ws.tags.NodeId
Returns a new, unique node ID.
generate() - Static method in class org.marketcetera.util.ws.tags.SessionId
Returns a new, unique session ID.
generateService() - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
 
genStr(UCPFilter, int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a generated string of the given length whose characters are all Unicode code points that meet the constraints of the given filter.
genStrAlNum(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that are letters or digits.
genStrAlNum() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_ALNUM) whose characters are all Unicode code points that are letters or digits.
genStrCharset(Charset, int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that can be encoded by the given charset.
genStrCharset(Charset) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all Unicode code points that can be encoded by the given charset.
genStrDefCharset(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that can be encoded by the default JVM charset.
genStrDefCharset() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all Unicode code points that can be encoded by the default JVM charset.
genStrDigit(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that are digits.
genStrDigit() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_DIGIT) whose characters are all Unicode code points that are digits.
genStrFileSystem(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that can be encoded by the current system file encoding/charset (as specified in the system property file.encoding).
genStrFileSystem() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all Unicode code points that can be encoded by the current system file encoding/charset (as specified in the system property file.encoding).
genStrId(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points; in addition, the first character (if any) is always a letter, the second (if any) is always a digit, and the rest (if any) are either letters or digits.
genStrId() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_ID) whose characters are all Unicode code points; in addition, the first character is always a letter, the second is always a digit, and the rest (if any) are either letters or digits.
genStrLetter(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that are letters.
genStrLetter() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_LETTER) whose characters are all Unicode code points that are letters.
genStrValid(int) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of the given length whose characters are all Unicode code points that are deemed valid by StringUtils.isValid(int).
genStrValid() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated string of random length (bound by RandomStrings.DEFAULT_LEN_STR_VALID) whose characters are all Unicode code points that are deemed valid by StringUtils.isValid(int).
genUCP() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point within the full range of valid Unicode scalar values.
genUCP(UCPFilter) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that meets the constraints of the given filter.
genUCPAlNum() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that is either a letter or a digit.
genUCPCharset(Charset) - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that can be encoded by the given charset.
genUCPDefCharset() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that can be encoded by the default JVM charset.
genUCPDigit() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that is a digit.
genUCPFileSystem() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that can be encoded by the current system file encoding/charset (as specified in the system property file.encoding).
genUCPLetter() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that is a letter.
genUCPValid() - Static method in class org.marketcetera.util.misc.RandomStrings
Returns a randomly generated Unicode code point that is deemed valid by StringUtils.isValid(int).
get(File) - Static method in enum org.marketcetera.util.file.FileType
Returns the enumerated constant representing the type of the given file.
get(String) - Static method in enum org.marketcetera.util.file.FileType
Returns the enumerated constant representing the type of the file with the given name.
get(String) - Static method in enum org.marketcetera.util.misc.OperatingSystem
Returns the enumerated constant associated with the given expected value for the os.name system property.
get(SessionId) - Method in class org.marketcetera.util.ws.stateful.SessionManager
Returns the holder that the receiver associates with the given session ID.
getAllClasses(Class<?>) - Static method in class org.marketcetera.util.misc.ReflectUtils
Returns all superclasses and interfaces of the given class, incl.
getAllFields(Class<?>) - Static method in class org.marketcetera.util.misc.ReflectUtils
Returns all fields of the given class, incl.
getAppId() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the appId value.
getAppId() - Method in class org.marketcetera.util.ws.stateless.StatelessClient
Returns the receiver's application ID.
getAppId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Returns the receiver's application ID.
getAppIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Returns the receiver's application ID filter.
getAuthenticator() - Method in class org.marketcetera.util.rpc.RpcServer
Get the authenticator value.
getAuthenticator() - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
Returns the receiver's authenticator.
getAuthenticator() - Method in class org.marketcetera.util.ws.stateful.Server
Returns the receiver's authenticator.
getBody() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
Returns the analyzed fields that comprise the receiver's body.
getCause() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's underlying cause, as implemented by Throwable.getCause().
getCharset() - Method in enum org.marketcetera.util.unicode.SignatureCharset
Returns the receiver's charset.
getCharset() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Returns the receiver's wrapped Java charset.
getClientId() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the clientId value.
getClientId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Returns the receiver's client ID.
getClientIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Returns the receiver's client ID filter.
getConnectionUrl(Class<?>) - Method in class org.marketcetera.util.ws.stateless.Node
Returns the connection URL for the given service interface.
getContainer() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
Returns the receiver's container class.
getContext() - Method in class org.marketcetera.util.ws.stateful.Client
 
getContext() - Method in class org.marketcetera.util.ws.stateless.StatelessClient
Returns a client context which the client must supply as an argument to every remote call made via proxies obtained from the receiver.
getContextClasses() - Method in interface org.marketcetera.util.ws.ContextClassProvider
Gets the context classes used to marshal/unmarshal objects.
getContextClassProvider() - Method in class org.marketcetera.util.rpc.RpcServer
Get the contextClassProvider value.
getCountry() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Returns the receiver's country.
getCreationContext() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
Returns the receiver's creation context.
getDecodingStrategy() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
Returns the receiver's decoding strategy.
getDefaultCharset() - Static method in class org.marketcetera.util.misc.UCPFilter
Returns a filter for Unicode code points that can be encoded by the default JVM charset.
getDefaults() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Returns the receiver's defaults.
getDefaultSessionIdFilter(SessionManager<T>) - Static method in class org.marketcetera.util.ws.stateful.RemoteCall
Returns the default session ID filter for the given session manager.
getDescription() - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
 
getDescriptors() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Returns the receiver's session descriptors.
getDeserializationException() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
Returns the exception encountered during the most recent deserialization attempt; it is null if that attempt was successful, or no attempt has been made yet.
getDetail() - Method in error org.marketcetera.util.except.I18NError
 
getDetail() - Method in exception org.marketcetera.util.except.I18NException
 
getDetail() - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
getDetail() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's raw message, possibly combined with the raw message of the receiver's underlying cause.
getDictionary() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Returns the receiver's dictionary.
getDifferences() - Method in class org.marketcetera.util.l10n.MessageComparator
Returns a textual form of the differences between source and destination.
getDstInfo() - Method in class org.marketcetera.util.l10n.MessageInfoPair
Returns the receiver's destination meta-information.
getEntryId() - Method in class org.marketcetera.util.log.I18NMessage
Returns the receiver's entry ID.
getExitCode() - Method in class org.marketcetera.util.exec.ExecResult
Returns the exit code.
getExtraDstInfo() - Method in class org.marketcetera.util.l10n.MessageComparator
Returns the receiver's list of destination meta-information that is absent from the source.
getExtraSrcInfo() - Method in class org.marketcetera.util.l10n.MessageComparator
Returns the receiver's list of source meta-information that is absent from the destination.
getFields() - Method in class org.marketcetera.util.quickfix.AnalyzedGroup
Returns the receiver's fields.
getFileSystemCharset() - Static method in class org.marketcetera.util.misc.UCPFilter
Returns a filter for Unicode code points that can be encoded by the current system file encoding/charset (as specified in the system property file.encoding).
getFirst() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
getFollowLinks() - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Returns true if symbolic links to directories should be followed during traversal.
getGroups() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's groups.
getHashCode(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
Returns the hash code of the given throwable.
getHeader() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
Returns the analyzed fields that comprise the receiver's header.
getHost() - Method in class org.marketcetera.util.ws.stateless.Node
Returns the receiver's host name.
getI18NBoundMessage() - Method in error org.marketcetera.util.except.I18NError
 
getI18NBoundMessage() - Method in exception org.marketcetera.util.except.I18NException
 
getI18NBoundMessage() - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
getI18NBoundMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's message.
getId() - Method in class org.marketcetera.util.ws.stateless.Node
Returns the receiver's node ID.
getInfo(UCPFilter) - Static method in class org.marketcetera.util.misc.UCPFilterInfo
Returns the meta-information holder for the given filter.
getInstance(String, Class<?>[], Object[]) - Static method in class org.marketcetera.util.misc.ReflectUtils
Returns an instance of the class by the given name, using its constructor with the given parameter types, and invoked using the given parameters.
getJavaName() - Method in enum org.marketcetera.util.misc.OperatingSystem
Returns the expected value of the os.name property for the receiver.
getKey() - Method in class org.marketcetera.util.l10n.MessageInfo
Returns the receiver's message key.
getLanguage() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Returns the receiver's language.
getLast() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
getLastNonNull(List<E>) - Static method in class org.marketcetera.util.misc.CollectionUtils
Returns the last non-null element in the given list; or, if there is no non-null element, it returns null.
getLength() - Method in enum org.marketcetera.util.unicode.Signature
Returns the receiver's BOM length.
getLifespan() - Method in class org.marketcetera.util.ws.stateful.SessionManager
Returns the lifespan of the sessions managed by the receiver.
getList(MessageInfo[]) - Static method in class org.marketcetera.util.l10n.MessageInfo
Returns the given collection of message information as a properties object.
getListText(Object...) - Static method in class org.marketcetera.util.log.LogUtils
Returns a textual representation of the given object list.
getLocale() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
Returns the receiver's locale.
getLocale() - Static method in class org.marketcetera.util.log.ActiveLocale
Returns the caller's active locale.
getLocale() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the locale value.
getLocale() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Returns the receiver's (wrapped) locale.
getLocalizedDetail() - Method in error org.marketcetera.util.except.I18NError
 
getLocalizedDetail() - Method in exception org.marketcetera.util.except.I18NException
 
getLocalizedDetail() - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
getLocalizedDetail() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's localized message, possibly combined with the localized message of the receiver's underlying cause.
getLocalizedMessage() - Method in error org.marketcetera.util.except.I18NError
 
getLocalizedMessage() - Method in exception org.marketcetera.util.except.I18NException
 
getLocalizedMessage() - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
getLocalizedMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's localized message, as implemented by Throwable.getLocalizedMessage().
getLoggerProxy() - Method in interface org.marketcetera.util.log.I18NBoundMessage
Returns the logger proxy that can log the receiver.
getLoggerProxy() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getLoggerProxy() - Method in class org.marketcetera.util.log.I18NMessage
Returns the logger proxy that can log the receiver.
getLongestLength() - Static method in enum org.marketcetera.util.unicode.Signature
Returns the maximum length of any signature BOM.
getMap() - Method in class org.marketcetera.util.ws.wrappers.MapWrapper
Returns the receiver's map.
getMark() - Method in enum org.marketcetera.util.unicode.Signature
Returns the receiver's BOM.
getMarshalled() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Returns the receiver's data, in its marshalled form.
getMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
Returns the receiver's raw message, as implemented by Throwable.getMessage().
getMessage() - Method in class org.marketcetera.util.l10n.I18NMessageInfo
Returns the receiver's internationalized message.
getMessage() - Method in interface org.marketcetera.util.log.I18NBoundMessage
Returns the receiver's message.
getMessage() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getMessage() - Method in class org.marketcetera.util.log.I18NMessage0P
 
getMessage() - Method in class org.marketcetera.util.ws.tags.EqualsTagFilter
Returns the message for the exception thrown when the receiver filter rejects a tag.
getMessage() - Method in class org.marketcetera.util.ws.tags.NonNullTagFilter
Returns the message for the exception thrown when the receiver filter rejects a tag.
getMessageId() - Method in class org.marketcetera.util.log.I18NMessage
Returns the receiver's message ID.
getMessageInfo() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
 
getMessageInfo() - Method in interface org.marketcetera.util.l10n.MessageInfoProvider
Returns the receiver's meta-information.
getMessageInfo() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
 
getMessageProvider() - Method in interface org.marketcetera.util.log.I18NBoundMessage
Returns the message provider that can map the receiver.
getMessageProvider() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getMessageProvider() - Method in class org.marketcetera.util.log.I18NLoggerProxy
Returns the receiver's message provider.
getMessageProvider() - Method in class org.marketcetera.util.log.I18NMessage
Returns the message provider that can map the receiver.
getMessageText() - Method in class org.marketcetera.util.l10n.PropertyMessageInfo
Returns the receiver's message text.
getMismatches() - Method in class org.marketcetera.util.l10n.MessageComparator
Returns the receiver's mismatches.
getName() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's name.
getName() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Returns the receiver's name.
getNoDelay() - Method in class org.marketcetera.util.rpc.RpcServer
Get the noDelay value.
getObject() - Method in class org.marketcetera.util.ws.wrappers.RootElementWrapper
Returns the receiver's wrapped object.
getOutput() - Method in class org.marketcetera.util.exec.ExecResult
Returns the captured output.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage1P
Returns the receiver's first parameter.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage2P
Returns the receiver's first parameter.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
Returns the receiver's first parameter.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
Returns the receiver's first parameter.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
Returns the receiver's first parameter.
getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's first parameter.
getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage2P
Returns the receiver's second parameter.
getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
Returns the receiver's second parameter.
getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
Returns the receiver's second parameter.
getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
Returns the receiver's second parameter.
getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's second parameter.
getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
Returns the receiver's third parameter.
getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
Returns the receiver's third parameter.
getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
Returns the receiver's third parameter.
getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's third parameter.
getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
Returns the receiver's fourth parameter.
getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
Returns the receiver's fourth parameter.
getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's fourth parameter.
getParam5() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
Returns the receiver's fifth parameter.
getParam5() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's fifth parameter.
getParam6() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
Returns the receiver's sixth parameter.
getParamCount() - Method in class org.marketcetera.util.l10n.MessageInfo
Returns the receiver's parameter count.
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage
Returns the number of parameters the receiver expects.
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage0P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage1P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage2P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage3P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage4P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage5P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessage6P
 
getParamCount() - Method in class org.marketcetera.util.log.I18NMessageNP
 
getParams() - Method in interface org.marketcetera.util.log.I18NBoundMessage
Returns the receiver's parameters.
getParams() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getParams() - Method in class org.marketcetera.util.log.I18NMessage0P
 
getParamsAsObjects() - Method in interface org.marketcetera.util.log.I18NBoundMessage
Returns the receiver's parameters as objects.
getParamsAsObjects() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getParamsAsObjects() - Method in class org.marketcetera.util.log.I18NMessage0P
 
getPassword() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the password value.
getPort() - Method in class org.marketcetera.util.ws.stateless.Node
Returns the receiver's port.
getPrefixMatch(byte[]) - Method in enum org.marketcetera.util.unicode.DecodingStrategy
Checks whether any of the signatures among the signature/charset pairs within the receiver's serializations matches the header of the given byte array, and returns the matching pair.
getPrefixMatch(Serialization[], byte[]) - Static method in enum org.marketcetera.util.unicode.Serialization
Checks whether any of the signatures among the pairs of the given serializations matches the header of the given byte array, and returns the matching signature/charset pair.
getPrefixMatch(Signature[], byte[]) - Static method in enum org.marketcetera.util.unicode.Signature
Checks whether any of the given signatures matches the header of the given byte array.
getProcessLocale() - Static method in class org.marketcetera.util.log.ActiveLocale
Returns the process-specific (more precisely, specific to the caller's classloader) locale.
getProperties() - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
Returns the receiver's properties.
getProvider() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
Returns the internationalized message provider declared in the receiver's container class.
getProvider() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
Returns the receiver's message provider.
getProviderId() - Method in class org.marketcetera.util.log.I18NMessageProvider
Returns the receiver's provider ID.
getQDictionary() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Returns the receiver's QuickFIX/J dictionary.
getQField() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's QuickFIX/J field.
getQFieldTag() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's QuickFIX/J field tag.
getQFieldValue() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's QuickFIX/J field value.
getQFieldValueAsString() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's QuickFIX/J field value in string form.
getQLogFactory() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Returns the receiver's QuickFIX/J log factory.
getQMessageStoreFactory() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Returns the receiver's QuickFIX/J message store factory.
getQSessionID() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Returns the receiver's QuickFIX/J session ID.
getQSettings() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Returns the receiver's QuickFIX/J session settings.
getQType() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's QuickFIX/J field type.
getRaw() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Returns the receiver's data, in its raw form.
getReader() - Method in class org.marketcetera.util.file.ReaderWrapper
Returns the receiver's underlying reader.
getReceiveBufferSize() - Method in class org.marketcetera.util.rpc.RpcServer
Get the receiveBufferSize value.
getRequestedSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
Returns the receiver's requested signature/charset.
getRequestedSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Returns the receiver's requested signature/charset.
getRequired() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns true if the receiver is a required field.
getRootCauseMessage(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
Gets the root cause message.
getRpcHostname() - Method in class org.marketcetera.util.rpc.RpcServer
Get the rpcHostname value.
getRpcPort() - Method in class org.marketcetera.util.rpc.RpcServer
Get the rpcPort value.
getSendBufferSize() - Method in class org.marketcetera.util.rpc.RpcServer
Get the sendBufferSize value.
getSerializationException() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
Returns the exception encountered during the most recent serialization attempt; it is null if that attempt was successful, or no attempt has been made yet.
getSerializations() - Method in enum org.marketcetera.util.unicode.DecodingStrategy
Returns the receiver's serializations.
getServer() - Method in interface org.marketcetera.util.ws.stateful.ServerProvider
Gets the server value.
getServerId() - Method in class org.marketcetera.util.ws.stateful.SessionManager
Returns the receiver's server ID.
getServerMessage() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns the receiver's server-localized message.
getServerName() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns the receiver's server class name.
getServerName() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
Returns the receiver's server class name.
getServerString() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns the receiver's server string representation.
getService(Class<T>) - Method in class org.marketcetera.util.ws.stateless.StatelessClient
Retrieves the client-side proxy for the given service interface.
getServiceSpecs() - Method in class org.marketcetera.util.rpc.RpcServer
Get the serviceSpecs value.
getSession() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
Returns the receiver's session data.
getSessionFactory() - Method in class org.marketcetera.util.ws.stateful.SessionManager
Returns the receiver's session factory.
getSessionHolder(ClientContext) - Method in class org.marketcetera.util.ws.stateful.RemoteCall
Asserts that the given client context matches all of the receiver's filters.
getSessionId() - Method in class org.marketcetera.util.ws.stateful.Client
Returns the receiver's session ID.
getSessionId() - Method in class org.marketcetera.util.ws.stateful.ClientContext
Returns the receiver's session ID.
getSessionIdFilter() - Method in class org.marketcetera.util.ws.stateful.RemoteCall
Returns the receiver's session ID filter.
getSessionManager() - Method in class org.marketcetera.util.rpc.RpcServer
Get the sessionManager value.
getSessionManager() - Method in class org.marketcetera.util.ws.stateful.RemoteCall
Returns the receiver's session manager.
getSessionManager() - Method in class org.marketcetera.util.ws.stateful.Server
Returns the receiver's session manager.
getSessionManager() - Method in class org.marketcetera.util.ws.stateful.ServiceBaseImpl
Returns the receiver's session manager.
getSessionManager() - Method in class org.marketcetera.util.ws.tags.ValidSessionTagFilter
Returns the receiver's session manager.
getSettings() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Returns the receiver's session settings.
getSignature() - Method in enum org.marketcetera.util.unicode.SignatureCharset
Returns the receiver's signature.
getSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
Returns the receiver's actual signature/charset (that is, the one in use to decode the stream).
getSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Returns the receiver's actual signature/charset (that is, the one in use to encode the stream).
getSignatureCharsets() - Method in enum org.marketcetera.util.unicode.Serialization
Returns the receiver's signature/charset pairs.
getSimpleMessage(I18NMessageProvider, I18NMessage, Object...) - Static method in class org.marketcetera.util.log.LogUtils
Returns a simplified textual representation of the given provider and parameterized message.
getSimpleMessage(I18NMessage, Object...) - Static method in class org.marketcetera.util.log.LogUtils
Returns a simplified textual representation of the parameterized message.
getSimpleMessage(I18NBoundMessage) - Static method in class org.marketcetera.util.log.LogUtils
Returns a simplified textual representation of the parameterized message.
getSkipClose() - Method in class org.marketcetera.util.file.InputStreamWrapper
Returns true if the receiver's underlying stream will not be closed when InputStreamWrapper.close() is called.
getSkipClose() - Method in class org.marketcetera.util.file.OutputStreamWrapper
Returns true if the receiver's underlying stream will not be closed when OutputStreamWrapper.close() is called.
getSkipClose() - Method in class org.marketcetera.util.file.ReaderWrapper
Returns true if the receiver's underlying reader will not be closed when ReaderWrapper.close() is called.
getSkipClose() - Method in class org.marketcetera.util.file.WriterWrapper
Returns true if the receiver's underlying writer will not be closed when WriterWrapper.close() is called.
getSrcInfo() - Method in class org.marketcetera.util.l10n.MessageInfoPair
Returns the receiver's source meta-information.
getStackTrace() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
getStream() - Method in class org.marketcetera.util.file.InputStreamWrapper
Returns the receiver's underlying stream.
getStream() - Method in class org.marketcetera.util.file.OutputStreamWrapper
Returns the receiver's underlying stream.
getString() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Returns the receiver's (server-localized) message.
getTarget() - Method in class org.marketcetera.util.ws.tags.EqualsTagFilter
Returns the receiver's target tag.
getText(Locale) - Method in interface org.marketcetera.util.log.I18NBoundMessage
getText() - Method in interface org.marketcetera.util.log.I18NBoundMessage
getText(Locale) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getText() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
getText(Locale) - Method in class org.marketcetera.util.log.I18NMessage0P
 
getText() - Method in class org.marketcetera.util.log.I18NMessage0P
 
getText(Locale, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
getText(Object) - Method in class org.marketcetera.util.log.I18NMessage1P
getText(Locale, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
getText(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
getText(Locale, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
getText(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
getText(Locale, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
getText(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
getText(Locale, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
getText(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
getText(Locale, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
getText(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
getText(Locale, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
getText(Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
getText(Locale, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NMessageProvider
Returns the text of the given message in the given locale, using the receiver's map.
getText(I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NMessageProvider
Returns the text of the given message in the active locale per ActiveLocale.
getText() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Returns the receiver's message text.
getThreadPoolCore() - Method in class org.marketcetera.util.rpc.RpcServer
Get the threadPoolCore value.
getThreadPoolMax() - Method in class org.marketcetera.util.rpc.RpcServer
Get the threadPoolMax value.
getThrowable() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns a best-effort reconstruction of the receiver's throwable, as described in RemoteException.
getTraceCapture() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns the receiver's stack trace capture.
getTraceCapture() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
Returns the receiver's stack trace capture.
getTrailer() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
Returns the analyzed fields that comprise the receiver's trailer.
getUCPs() - Method in class org.marketcetera.util.misc.UCPFilterInfo
Returns the code points acceptable to the receiver's associated filter, in ascending numerical order.
getUser() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
Returns the receiver's user.
getUsername() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the username value.
getValidationException() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
Returns the receiver's validation exception.
getValue() - Method in class org.marketcetera.util.quickfix.AnalyzedField
Returns the receiver's (analyzed) value.
getValue() - Method in class org.marketcetera.util.ws.tags.Tag
Returns the receiver's ID value.
getValue() - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
Returns the receiver's data.
getVariant() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Returns the receiver's variant.
getVersionId() - Method in class org.marketcetera.util.rpc.RpcCredentials
Get the versionId value.
getVersionId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Returns the receiver's version ID.
getVersionIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Returns the receiver's version ID filter.
getWrapper() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Returns the receiver's message (wrapper).
getWrapper() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Returns the receiver's throwable (wrapper).
getWriter() - Method in class org.marketcetera.util.file.WriterWrapper
Returns the receiver's underlying writer.
GROUP_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
 

H

handleDirectory(File, int, Collection) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
Returns false if the given directory is a symbolic link to a directory, and links are not to be followed, thereby blocking following the link during traversal.
handleSuccess(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Called by subclasses after custom processing of a service call on behalf of the client with the given context completes successfully.
hashCode() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
hashCode() - Method in error org.marketcetera.util.except.I18NError
 
hashCode() - Method in exception org.marketcetera.util.except.I18NException
 
hashCode() - Method in exception org.marketcetera.util.except.I18NRuntimeException
 
hashCode() - Method in class org.marketcetera.util.l10n.I18NMessageInfo
 
hashCode() - Method in class org.marketcetera.util.l10n.MessageInfo
 
hashCode() - Method in class org.marketcetera.util.l10n.MessageInfoPair
 
hashCode() - Method in class org.marketcetera.util.l10n.PropertyMessageInfo
 
hashCode() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
hashCode() - Method in class org.marketcetera.util.log.I18NLoggerProxy
 
hashCode() - Method in class org.marketcetera.util.log.I18NMessage
 
hashCode() - Method in class org.marketcetera.util.log.I18NMessageProvider
 
hashCode() - Method in class org.marketcetera.util.ws.stateful.ClientContext
 
hashCode() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
 
hashCode() - Method in class org.marketcetera.util.ws.tags.Tag
 
hashCode() - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
 
hashCode() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
 
hashCode() - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
 
hashCode() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
 
hashCode() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
 
hashCode() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
HEADER_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
 

I

I18NBoundMessage - Interface in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage and its parameters, if any.
I18NBoundMessage0P - Class in org.marketcetera.util.log
A bound message, representing a I18NMessage0P.
I18NBoundMessage0P(I18NMessage0P) - Constructor for class org.marketcetera.util.log.I18NBoundMessage0P
Constructor mirroring superclass constructor.
I18NBoundMessage1P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage1P and its one parameter.
I18NBoundMessage1P(I18NMessage1P, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage1P
Constructor mirroring superclass constructor.
I18NBoundMessage2P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage2P and its two parameters.
I18NBoundMessage2P(I18NMessage2P, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage2P
Constructor mirroring superclass constructor.
I18NBoundMessage3P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage3P and its three parameters.
I18NBoundMessage3P(I18NMessage3P, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage3P
Constructor mirroring superclass constructor.
I18NBoundMessage4P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage4P and its four parameters.
I18NBoundMessage4P(I18NMessage4P, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage4P
Constructor mirroring superclass constructor.
I18NBoundMessage5P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage5P and its five parameters.
I18NBoundMessage5P(I18NMessage5P, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage5P
Constructor mirroring superclass constructor.
I18NBoundMessage6P - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessage6P and its six parameters.
I18NBoundMessage6P(I18NMessage6P, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage6P
Constructor mirroring superclass constructor.
I18NBoundMessageBase<T extends I18NMessage> - Class in org.marketcetera.util.log
A bound message implementation, representing the combination of an I18NMessage and its parameters, if any.
I18NBoundMessageNP - Class in org.marketcetera.util.log
A bound message, representing the combination of an I18NMessageNP and its arbitrary number of parameters.
I18NBoundMessageNP(I18NMessageNP, Serializable...) - Constructor for class org.marketcetera.util.log.I18NBoundMessageNP
Constructor mirroring superclass constructor.
I18NError - Error in org.marketcetera.util.except
An internationalized error.
I18NError() - Constructor for error org.marketcetera.util.except.I18NError
Constructs a new throwable without a message or an underlying cause.
I18NError(Throwable) - Constructor for error org.marketcetera.util.except.I18NError
Constructs a new throwable without a message, but with the given underlying cause.
I18NError(I18NBoundMessage) - Constructor for error org.marketcetera.util.except.I18NError
Constructs a new throwable with the given message, but without an underlying cause.
I18NError(Throwable, I18NBoundMessage) - Constructor for error org.marketcetera.util.except.I18NError
Constructs a new throwable with the given message and underlying cause.
I18NException - Exception in org.marketcetera.util.except
An internationalized exception.
I18NException() - Constructor for exception org.marketcetera.util.except.I18NException
Constructs a new throwable without a message or an underlying cause.
I18NException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NException
Constructs a new throwable without a message, but with the given underlying cause.
I18NException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NException
Constructs a new throwable with the given message, but without an underlying cause.
I18NException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NException
Constructs a new throwable with the given message and underlying cause.
I18NInterruptedException - Exception in org.marketcetera.util.except
An internationalized exception indicating interruption.
I18NInterruptedException() - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
Constructs a new throwable with the default interruption message and no underlying cause.
I18NInterruptedException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
Constructs a new throwable with the default interruption message and the given underlying cause.
I18NInterruptedException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
Constructs a new throwable with the given message, but without an underlying cause.
I18NInterruptedException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
Constructs a new throwable with the given message and underlying cause.
I18NInterruptedRuntimeException - Exception in org.marketcetera.util.except
An internationalized runtime exception indicating interruption.
I18NInterruptedRuntimeException() - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Constructs a new throwable with the default interruption message and no underlying cause.
I18NInterruptedRuntimeException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Constructs a new throwable with the default interruption message and the given underlying cause.
I18NInterruptedRuntimeException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Constructs a new throwable with the given message, but without an underlying cause.
I18NInterruptedRuntimeException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
Constructs a new throwable with the given message and underlying cause.
I18NLoggerProxy - Class in org.marketcetera.util.log
A logger which supports internationalized messages.
I18NLoggerProxy(I18NMessageProvider) - Constructor for class org.marketcetera.util.log.I18NLoggerProxy
Creates a new logger which uses the given message provider to map messages onto text.
I18NMessage - Class in org.marketcetera.util.log
An internationalized message, represented using a pair of textual keys referencing the message text; keys-text maps are stored outside the source code.
I18NMessage(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage
Creates a new internationalized message with the given message and entry IDs.
I18NMessage(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage
Creates a new internationalized message with the given message ID and the default entry ID.
I18NMessage0P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly zero parameters.
I18NMessage0P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
Constructor mirroring superclass constructor.
I18NMessage0P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
Constructor mirroring superclass constructor.
I18NMessage1P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly one parameter.
I18NMessage1P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
Constructor mirroring superclass constructor.
I18NMessage1P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
Constructor mirroring superclass constructor.
I18NMessage2P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly two parameters.
I18NMessage2P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
Constructor mirroring superclass constructor.
I18NMessage2P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
Constructor mirroring superclass constructor.
I18NMessage3P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly three parameters.
I18NMessage3P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
Constructor mirroring superclass constructor.
I18NMessage3P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
Constructor mirroring superclass constructor.
I18NMessage4P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly four parameters.
I18NMessage4P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
Constructor mirroring superclass constructor.
I18NMessage4P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
Constructor mirroring superclass constructor.
I18NMessage5P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly five parameters.
I18NMessage5P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
Constructor mirroring superclass constructor.
I18NMessage5P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
Constructor mirroring superclass constructor.
I18NMessage6P - Class in org.marketcetera.util.log
An internationalized message, requiring exactly six parameters.
I18NMessage6P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
Constructor mirroring superclass constructor.
I18NMessage6P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
Constructor mirroring superclass constructor.
I18NMessageInfo - Class in org.marketcetera.util.l10n
Holder of meta-information about an internationalized message.
I18NMessageInfo(String, int, I18NMessage) - Constructor for class org.marketcetera.util.l10n.I18NMessageInfo
Creates a new meta-information holder with the given message key, parameter count, and internationalized message.
I18NMessageNP - Class in org.marketcetera.util.log
An internationalized message, accepting an arbitrary number of parameters.
I18NMessageNP(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessageNP
Constructor mirroring superclass constructor.
I18NMessageNP(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessageNP
Constructor mirroring superclass constructor.
I18NMessageProvider - Class in org.marketcetera.util.log
An internationalized message provider, mapping instances of I18NMessage onto text.
I18NMessageProvider(String, ClassLoader) - Constructor for class org.marketcetera.util.log.I18NMessageProvider
Creates a new message provider with the given ID.
I18NMessageProvider(String) - Constructor for class org.marketcetera.util.log.I18NMessageProvider
Creates a new message provider with the given ID.
I18NRuntimeException - Exception in org.marketcetera.util.except
An internationalized runtime exception.
I18NRuntimeException() - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
Constructs a new throwable without a message or an underlying cause.
I18NRuntimeException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
Constructs a new throwable without a message, but with the given underlying cause.
I18NRuntimeException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
Constructs a new throwable with the given message, but without an underlying cause.
I18NRuntimeException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
Constructs a new throwable with the given message and underlying cause.
I18NThrowable - Interface in org.marketcetera.util.except
An internationalized throwable.
INFINITE_SESSION_LIFESPAN - Static variable in class org.marketcetera.util.ws.stateful.SessionManager
A sentinel value for an infinite session lifespan (non-expiring sessions).
info(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
info(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
info(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given throwable under the given logging category at the informational level.
info(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the informational level.
info(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message under the given logging category at the informational level.
info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
 
info(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
 
info(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
info(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
info(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
info(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
info(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
info(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
info(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
info(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
info(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
info(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
info(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
info(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
info(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
info(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
info(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message under the given logging category at the informational level.
info(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given throwable under the given logging category at the informational level.
info(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message and throwable under the given logging category at the informational level.
info(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message under the given logging category at the informational level.
info(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the informational level.
InputStreamWrapper - Class in org.marketcetera.util.file
A wrapped input stream.
InputStreamWrapper(String) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
Creates a new wrapped stream that wraps the regular file with the given name, or the standard input stream (if the name is SpecialNames.STANDARD_INPUT).
InputStreamWrapper(File) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
Creates a new wrapped stream that wraps the given regular file.
InputStreamWrapper(InputStream, boolean) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
Creates a new wrapped stream that wraps the given stream.
InputStreamWrapper(InputStream) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
Creates a new wrapped stream that wraps the given stream.
interrupt(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the calling thread is interrupted.
INTROSPECTION_FAILED - Static variable in interface org.marketcetera.util.l10n.Messages
 
INVALID_FIELD_VALUE - Static variable in interface org.marketcetera.util.quickfix.Messages
 
isAcceptable(int) - Method in class org.marketcetera.util.misc.UCPFilter
Checks whether the given Unicode code point is acceptable to the receiver.
isDebugEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Returns true if logging of debugging messages is enabled for the given logging category.
isDirectory() - Method in enum org.marketcetera.util.file.FileType
Returns true if the receiver represents a directory (possibly via a symbolic link).
isEmpty() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
isErrorEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Returns true if logging of error messages is enabled for the given logging category.
isFile() - Method in enum org.marketcetera.util.file.FileType
Returns true if the receiver represents a plain file (possibly via a symbolic link).
isInfoEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Returns true if logging of informational messages is enabled for the given logging category.
isInterruptException(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
isMatch() - Method in class org.marketcetera.util.l10n.MessageComparator
Checks whether the receiver found no differences between source and destination.
isRunning() - Method in class org.marketcetera.util.rpc.RpcServer
 
isSupported() - Method in enum org.marketcetera.util.unicode.SignatureCharset
Checks whether the JVM supports the receiver's charset.
isSupported() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
Checks whether the JVM supports the receiver's charset.
isSymbolicLink() - Method in enum org.marketcetera.util.file.FileType
Returns true if the receiver represents a symbolic link.
isTraceEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Returns true if logging of tracing messages is enabled for the given logging category.
isUnix() - Method in enum org.marketcetera.util.misc.OperatingSystem
Returns true if the receiver is a Unix variant.
isValid(int) - Static method in class org.marketcetera.util.misc.StringUtils
Checks whether the given integer represents a well-defined unicode code point that is also not an ISO control character or within the surrogate areas (high or low).
isWarnEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Returns true if logging of warning messages is enabled for the given logging category.
isWin32() - Method in enum org.marketcetera.util.misc.OperatingSystem
Returns true if the receiver is a Windows variant.
IterableUtils - Class in org.marketcetera.util.misc
Utilities for iterables.
iterator() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 

L

LABEL_UNIX - Static variable in enum org.marketcetera.util.misc.OperatingSystem
The label attached to UNIX variants by OperatingSystem.toString().
LABEL_WIN32 - Static variable in enum org.marketcetera.util.misc.OperatingSystem
The label attached to Windows variants by OperatingSystem.toString().
LAZY_ALREADY_PROCESSED - Static variable in interface org.marketcetera.util.spring.Messages
 
LAZY_IN_PROCESS - Static variable in interface org.marketcetera.util.spring.Messages
 
LazyBean - Class in org.marketcetera.util.spring
A base class for a Spring bean which allows for on-demand post-processing.
LazyBean() - Constructor for class org.marketcetera.util.spring.LazyBean
 
lengthUCP(String) - Static method in class org.marketcetera.util.misc.StringUtils
Returns the number of Unicode code points in the given string.
LETTER - Static variable in class org.marketcetera.util.misc.UCPFilter
A filter for Unicode code points that are letters.
LOADING_FAILED - Static variable in interface org.marketcetera.util.l10n.Messages
 
LOCAL - Static variable in enum org.marketcetera.util.misc.OperatingSystem
The operating system on which this JVM is running.
LocaleWrapper - Class in org.marketcetera.util.ws.wrappers
A dual-form wrapper for marshalling a locale.
LocaleWrapper(Locale) - Constructor for class org.marketcetera.util.ws.wrappers.LocaleWrapper
Creates a new wrapper for the given locale.
LocaleWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.LocaleWrapper
Creates a new wrapper.
LOG_FACTORY_CLASS_PARAM - Static variable in class org.marketcetera.util.quickfix.SpringSessionSettings
The parameter name for the QuickFIX/J log factory class extension parameter.
LOGGER - Static variable in interface org.marketcetera.util.except.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.exec.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.file.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.l10n.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.log.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.misc.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.quickfix.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.rpc.Messages
The message logger.
LOGGER - Static variable in interface org.marketcetera.util.spring.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.unicode.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.ws.stateful.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.ws.stateless.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.ws.tags.Messages
The logger.
LOGGER - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
The logger.
login(RpcCredentials) - Method in class org.marketcetera.util.rpc.RpcServer
 
login(RpcCredentials) - Method in interface org.marketcetera.util.rpc.RpcServerServices
Authenticates the given credentials.
login(StatelessClientContext, String, char[]) - Method in interface org.marketcetera.util.ws.stateful.AuthService
Logs in the client with the given context, provided the given credentials are acceptable.
login(StatelessClientContext, String, char[]) - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
 
login(String, char[]) - Method in class org.marketcetera.util.ws.stateful.Client
Initiates a new session using the given credentials.
logout(String) - Method in class org.marketcetera.util.rpc.RpcServer
 
logout(String) - Method in interface org.marketcetera.util.rpc.RpcServerServices
Invalidates the given session.
logout(ClientContext) - Method in interface org.marketcetera.util.ws.stateful.AuthService
Logs out the client with the given context.
logout(ClientContext) - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
 
logout() - Method in class org.marketcetera.util.ws.stateful.Client
Ends an ongoing session.
LogUtils - Class in org.marketcetera.util.log
General-purpose utilities.

M

MapWrapper<K,V> - Class in org.marketcetera.util.ws.wrappers
A wrapper for marshalling a map value via JAXB.
MapWrapper(Map<K, V>) - Constructor for class org.marketcetera.util.ws.wrappers.MapWrapper
Creates a new wrapper for the given map.
MapWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.MapWrapper
Creates a new wrapper.
mark(int) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
markSupported() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
marshal(Object) - Method in class org.marketcetera.util.rpc.RpcServer
 
marshal(Object) - Method in interface org.marketcetera.util.rpc.RpcServerServices
Marshals the given object to XML.
MarshalledLocale - Class in org.marketcetera.util.ws.wrappers
The marshalled form for a locale whose raw form is Locale.
MarshalledLocale(Locale) - Constructor for class org.marketcetera.util.ws.wrappers.MarshalledLocale
Creates a new marshalled form for the locale given in its raw form.
MarshalledLocale() - Constructor for class org.marketcetera.util.ws.wrappers.MarshalledLocale
Creates a new marshalled form.
MAX_SCAN_INTERVAL - Static variable in class org.marketcetera.util.ws.stateful.SessionManager
The maximum sleep interval between reaper scans, in ms.
MESSAGE_FILE_EXTENSION - Static variable in class org.marketcetera.util.log.I18NMessageProvider
The string added to the end of the provider ID to obtain the stream resource (file) containing the message mappings.
MESSAGE_FILE_NOT_FOUND - Static variable in interface org.marketcetera.util.log.Messages
 
MESSAGE_NOT_FOUND - Static variable in interface org.marketcetera.util.log.Messages
 
MESSAGE_STORE_FACTORY_CLASS_PARAM - Static variable in class org.marketcetera.util.quickfix.SpringSessionSettings
The parameter name for the QuickFIX/J message store factory class extension parameter.
MessageComparator - Class in org.marketcetera.util.l10n
A comparator of two message meta-information holders.
MessageComparator(List<MessageInfo>, List<MessageInfo>) - Constructor for class org.marketcetera.util.l10n.MessageComparator
Creates a new comparator for the given meta-information.
MessageComparator(MessageInfoProvider, MessageInfoProvider) - Constructor for class org.marketcetera.util.l10n.MessageComparator
Creates a new comparator for the given meta-information providers.
MessageComparator(ContainerClassInfo) - Constructor for class org.marketcetera.util.l10n.MessageComparator
Creates a new comparator for the given container class meta-information and the properties file deduced from the container's message provider.
MessageComparator(Class<?>, Locale) - Constructor for class org.marketcetera.util.l10n.MessageComparator
Creates a new comparator for the given container class and the properties file deduced from the class's message provider and the given locale.
MessageComparator(Class<?>) - Constructor for class org.marketcetera.util.l10n.MessageComparator
Creates a new comparator for the given container class and the fallback properties file deduced from the class's message provider.
MessageInfo - Class in org.marketcetera.util.l10n
Holder of meta-information about a generic message.
MessageInfo(String, int) - Constructor for class org.marketcetera.util.l10n.MessageInfo
Creates a new meta-information holder with the given message key and parameter count.
MessageInfoPair - Class in org.marketcetera.util.l10n
Holder of dual meta-information about a message.
MessageInfoPair(MessageInfo, MessageInfo) - Constructor for class org.marketcetera.util.l10n.MessageInfoPair
Creates a new meta-information holder from the given component holders.
MessageInfoProvider - Interface in org.marketcetera.util.l10n
A provider of meta-information for a message collection.
Messages - Interface in org.marketcetera.util.except
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.exec
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.file
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.l10n
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.log
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.misc
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.quickfix
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.rpc
Internationalized messages used by this package.
Messages - Interface in org.marketcetera.util.spring
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.unicode
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.ws.stateful
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.ws.stateless
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.ws.tags
The internationalization constants used by this package.
Messages - Interface in org.marketcetera.util.ws.wrappers
The internationalization constants used by this package.
MISSING_GROUP - Static variable in interface org.marketcetera.util.quickfix.Messages
 
MISSING_PROVIDER - Static variable in interface org.marketcetera.util.l10n.Messages
 
MISSING_SETTINGS - Static variable in interface org.marketcetera.util.quickfix.Messages
 
MISSING_TYPE - Static variable in interface org.marketcetera.util.quickfix.Messages
 
MULTIPLE_PROVIDERS - Static variable in interface org.marketcetera.util.l10n.Messages
 

N

NamedThreadFactory - Class in org.marketcetera.util.misc
A Thread factory that creates threads whose names begin with a specified prefix.
NamedThreadFactory(String) - Constructor for class org.marketcetera.util.misc.NamedThreadFactory
Creates an instance that will create threads whose names begin with the specified prefix.
newThread(Runnable) - Method in class org.marketcetera.util.misc.NamedThreadFactory
 
NO_DEFAULT_DATA_DICTIONARY - Static variable in interface org.marketcetera.util.quickfix.Messages
 
NO_SIGNATURE_MATCHES - Static variable in interface org.marketcetera.util.unicode.Messages
 
Node - Class in org.marketcetera.util.ws.stateless
A communication endpoint.
Node(String, int) - Constructor for class org.marketcetera.util.ws.stateless.Node
Creates a new communication node with the given host name and port.
Node() - Constructor for class org.marketcetera.util.ws.stateless.Node
Creates a new communication node with the default host name and port.
NodeId - Class in org.marketcetera.util.ws.tags
A node ID.
NodeId(String) - Constructor for class org.marketcetera.util.ws.tags.NodeId
Creates a new node ID with the given ID value.
NodeId() - Constructor for class org.marketcetera.util.ws.tags.NodeId
Create a new NodeId instance.
NONEXISTENT_RESOURCE - Static variable in interface org.marketcetera.util.l10n.Messages
 
NonNullTagFilter - Class in org.marketcetera.util.ws.tags
A tag filter that accepts any non-null tag.
NonNullTagFilter(I18NBoundMessage) - Constructor for class org.marketcetera.util.ws.tags.NonNullTagFilter
Creates a new filter with the given mismatch message.
NONSTATIC_FIELD_IGNORED - Static variable in interface org.marketcetera.util.l10n.Messages
 
NOT_LOGGED_IN - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
NULL_FIELD_IGNORED - Static variable in interface org.marketcetera.util.l10n.Messages
 

O

offer(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
offerFirst(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
offerLast(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
OperatingSystem - Enum in org.marketcetera.util.misc
An enumeration of operating systems.
org.marketcetera.util.collections - package org.marketcetera.util.collections
 
org.marketcetera.util.except - package org.marketcetera.util.except
Nested exception framework with internationalization (i18n) and thread interruption support.
org.marketcetera.util.exec - package org.marketcetera.util.exec
Process execution.
org.marketcetera.util.file - package org.marketcetera.util.file
Miscellaneous utilities for file management.
org.marketcetera.util.l10n - package org.marketcetera.util.l10n
Message localization tools.
org.marketcetera.util.log - package org.marketcetera.util.log
Multi-tiered logging and internationalization (i18n) framework.
org.marketcetera.util.misc - package org.marketcetera.util.misc
Miscellaneous general-purpose utilities.
org.marketcetera.util.quickfix - package org.marketcetera.util.quickfix
Miscellaneous utilities for QuickFIX/J.
org.marketcetera.util.rpc - package org.marketcetera.util.rpc
 
org.marketcetera.util.spring - package org.marketcetera.util.spring
Miscellaneous utilities for the Spring framework.
org.marketcetera.util.unicode - package org.marketcetera.util.unicode
Unicode en/decoding with BOMs, including I/O stream support.
org.marketcetera.util.ws - package org.marketcetera.util.ws
 
org.marketcetera.util.ws.stateful - package org.marketcetera.util.ws.stateful
Web services infrastructure.
org.marketcetera.util.ws.stateless - package org.marketcetera.util.ws.stateless
Infrastructure for stateless communication between client and server.
org.marketcetera.util.ws.tags - package org.marketcetera.util.ws.tags
Tags used to identify aspects of web services, and filters for those tags.
org.marketcetera.util.ws.wrappers - package org.marketcetera.util.ws.wrappers
Wrappers enabling certain web service data types to be marshalled.
OutputStreamWrapper - Class in org.marketcetera.util.file
A wrapped output stream.
OutputStreamWrapper(String) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
Creates a new wrapped stream that wraps: the regular file with the given name (data is appended to the file if the name is prefixed by SpecialNames.PREFIX_APPEND), or the standard output stream (if the name is SpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name is SpecialNames.STANDARD_ERROR).
OutputStreamWrapper(File) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
Creates a new wrapped stream that wraps the given regular file.
OutputStreamWrapper(OutputStream, boolean) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
Creates a new wrapped stream that wraps the given stream.
OutputStreamWrapper(OutputStream) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
Creates a new wrapped stream that wraps the given stream.

P

PARAM_COUNT_MISMATCH - Static variable in interface org.marketcetera.util.l10n.Messages
 
PassThruTagFilter - Class in org.marketcetera.util.ws.tags
A tag filter that accepts all tags.
PassThruTagFilter() - Constructor for class org.marketcetera.util.ws.tags.PassThruTagFilter
 
peek() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
peekFirst() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
peekLast() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
poll() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
pollFirst() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
pollLast() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
pop() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
popLocale() - Static method in class org.marketcetera.util.log.ActiveLocale
Pop the locale at the top of the thread-specific (that is, specific to the caller's thread) locale stack.
PREFIX_APPEND - Static variable in interface org.marketcetera.util.file.SpecialNames
When this prefix appears in front of an output file name, it indicates that new data must be appended to the end of the file, instead of overwriting existing data.
prefixMatch(byte[]) - Method in enum org.marketcetera.util.unicode.Signature
Checks whether the receiver's BOM matches the header of the given byte array.
print(PrintStream, String) - Method in class org.marketcetera.util.quickfix.AnalyzedField
Prints the receiver onto the given stream.
print(PrintStream, String) - Method in class org.marketcetera.util.quickfix.AnalyzedGroup
Prints the receiver onto the given stream.
print(PrintStream) - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
Prints the receiver onto the given stream.
printStackTrace() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
printStackTrace(PrintStream) - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
printStackTrace(PrintWriter) - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
process() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
 
process() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
 
process() - Method in class org.marketcetera.util.spring.LazyBean
Processes the receiver.
PropertiesFileInfo - Class in org.marketcetera.util.l10n
Holder of meta-information about a properties file that maps message keys to message text.
PropertiesFileInfo(I18NMessageProvider, Locale) - Constructor for class org.marketcetera.util.l10n.PropertiesFileInfo
Creates a new meta-information holder for the properties file associated with the given provider and locale.
PropertiesFileInfo(I18NMessageProvider) - Constructor for class org.marketcetera.util.l10n.PropertiesFileInfo
Creates a new meta-information holder for the fallback properties file associated with the given provider.
PropertyMessageInfo - Class in org.marketcetera.util.l10n
Holder of meta-information about a message stored in a properties file.
PropertyMessageInfo(String, int, String) - Constructor for class org.marketcetera.util.l10n.PropertyMessageInfo
Creates a new meta-information holder with the given message key, parameter count, and message text.
PROVIDER - Static variable in interface org.marketcetera.util.except.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.exec.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.file.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.l10n.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.log.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.misc.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.quickfix.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.rpc.Messages
The message provider
PROVIDER - Static variable in interface org.marketcetera.util.spring.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.unicode.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.ws.stateful.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.ws.stateless.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.ws.tags.Messages
The message provider.
PROVIDER - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
The message provider.
publish(T, Class<T>) - Method in class org.marketcetera.util.ws.stateless.StatelessServer
Publishes the given service interface, supported by the given implementation, and returns a handle that can be used to stop the interface.
push(T) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
pushLocale(Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
Pushes the given locale onto the thread-specific (that is, specific to the caller's thread) locale stack.
put(SessionId, SessionHolder<T>) - Method in class org.marketcetera.util.ws.stateful.SessionManager
Adds the given holder, associated with the given session ID, to the receiver.

R

RandomStrings - Class in org.marketcetera.util.misc
Utilities for random string generation.
read(CharBuffer) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
read() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
read(char[]) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
read(char[], int, int) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
ReaderWrapper - Class in org.marketcetera.util.file
A wrapped reader.
ReaderWrapper(String, DecodingStrategy) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the regular file with the given name, or the standard input stream (if the name is SpecialNames.STANDARD_INPUT).
ReaderWrapper(String) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the regular file with the given name, or the standard input stream (if the name is SpecialNames.STANDARD_INPUT).
ReaderWrapper(File, DecodingStrategy) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the given regular file.
ReaderWrapper(File) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the given regular file.
ReaderWrapper(Reader, boolean) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the given reader.
ReaderWrapper(Reader) - Constructor for class org.marketcetera.util.file.ReaderWrapper
Creates a new wrapped reader that wraps the given reader.
readExternal(ObjectInput) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
 
readExternal(ObjectInput) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
 
ready() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
REAPER_EXPIRED_SESSION - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
REAPER_TERMINATED - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
REAPER_THREAD_NAME - Static variable in interface org.marketcetera.util.ws.stateful.Messages
 
RECEIVER_WRAPS_NULL - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
ReflectUtils - Class in org.marketcetera.util.misc
Utilities for reflection.
register(Closeable) - Method in class org.marketcetera.util.file.CloseableRegistry
Registers a Closeable instance with the receiver.
REMOTE_EXCEPTION - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
RemoteCall<T> - Class in org.marketcetera.util.ws.stateful
An implementation wrapper for stateful services.
RemoteCall(TagFilter, TagFilter, TagFilter, SessionManager<T>, TagFilter) - Constructor for class org.marketcetera.util.ws.stateful.RemoteCall
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context.
RemoteCall(SessionManager<T>) - Constructor for class org.marketcetera.util.ws.stateful.RemoteCall
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context.
RemoteCaller<S,T> - Class in org.marketcetera.util.ws.stateful
An implementation wrapper for stateful services.
RemoteCaller(TagFilter, TagFilter, TagFilter, SessionManager<S>, TagFilter) - Constructor for class org.marketcetera.util.ws.stateful.RemoteCaller
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context.
RemoteCaller(SessionManager<S>) - Constructor for class org.marketcetera.util.ws.stateful.RemoteCaller
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context.
RemoteException - Exception in org.marketcetera.util.ws.wrappers
A remote exception.
RemoteException(Throwable) - Constructor for exception org.marketcetera.util.ws.wrappers.RemoteException
Creates a new exception that wraps the given throwable.
RemoteException() - Constructor for exception org.marketcetera.util.ws.wrappers.RemoteException
Creates a new exception.
RemoteI18NBoundMessage - Class in org.marketcetera.util.ws.wrappers
A wrapper for an I18NBoundMessage.
RemoteI18NBoundMessage(I18NBoundMessage) - Constructor for class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Creates a new message wrapper that wraps the given message.
RemoteProperties - Class in org.marketcetera.util.ws.wrappers
A container for the information marshalled/serialized by a RemoteException.
RemoteProperties(Throwable) - Constructor for class org.marketcetera.util.ws.wrappers.RemoteProperties
Creates a new container for a RemoteException that wraps the given throwable.
RemoteProperties() - Constructor for class org.marketcetera.util.ws.wrappers.RemoteProperties
Creates a new container.
RemoteProxyException - Exception in org.marketcetera.util.ws.wrappers
A partial, client-side representation of a server exception, when the full exception cannot be reconstructed.
RemoteProxyException(String, String[], String, String) - Constructor for exception org.marketcetera.util.ws.wrappers.RemoteProxyException
Creates a new client-side representation of a server exception, whose marshalled information is given.
RemoteRunner<S> - Class in org.marketcetera.util.ws.stateful
An implementation wrapper for stateful services.
RemoteRunner(TagFilter, TagFilter, TagFilter, SessionManager<S>, TagFilter) - Constructor for class org.marketcetera.util.ws.stateful.RemoteRunner
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies the given filters to the client context.
RemoteRunner(SessionManager<S>) - Constructor for class org.marketcetera.util.ws.stateful.RemoteRunner
Creates a new wrapper which uses the given (optional) session manager for session ID mappings, and which applies two filters to the client context.
remove() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
remove(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
remove(SessionId) - Method in class org.marketcetera.util.ws.stateful.SessionManager
Removes the holder that the receiver associates with the given session ID.
removeAll(Collection<?>) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
removedSession(T) - Method in interface org.marketcetera.util.ws.stateful.SessionFactory
Notifies the receiver that the session associated with the given session (data object) has been terminated.
removeFirst() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
removeFirstOccurrence(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
removeLast() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
removeLastOccurrence(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
resetGeneratorFixed() - Static method in class org.marketcetera.util.misc.RandomStrings
Resets the random number generator used by this class to a fixed seed value, which henceforth results in a repeatable, deterministic sequence of random code points and strings.
resetGeneratorRandom(long) - Static method in class org.marketcetera.util.misc.RandomStrings
Resets the random number generator used by this class to the given seed value, which henceforth results in a repeatable, deterministic sequence of random code points and strings.
resetGeneratorRandom() - Static method in class org.marketcetera.util.misc.RandomStrings
Resets the random number generator used by this class to a random seed value, and returns that value.
retainAll(Collection<?>) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
RootElementWrapper<T> - Class in org.marketcetera.util.ws.wrappers
A wrapper for any object, allowing it to become a root element in JAXB marshalling.
RootElementWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.RootElementWrapper
Creates a new wrapper that wraps the given object.
RpcCredentials - Class in org.marketcetera.util.rpc
Provides credentials to authenticate with an RpcServer.
RpcCredentials(String, String, String, String, String, Locale) - Constructor for class org.marketcetera.util.rpc.RpcCredentials
Create a new Credentials instance.
RpcServer<SessionClazz> - Class in org.marketcetera.util.rpc
Provides RPC services.
RpcServer() - Constructor for class org.marketcetera.util.rpc.RpcServer
 
RpcServerServices<SessionClazz> - Interface in org.marketcetera.util.rpc
Provides common RPC server services.
RpcServiceSpec<SessionClazz> - Interface in org.marketcetera.util.rpc
 
run(File, Disposition, String...) - Static method in class org.marketcetera.util.exec.Exec
Executes the process with the given arguments and returns the execution result.
run(String, Disposition, String...) - Static method in class org.marketcetera.util.exec.Exec
Executes the process with the given arguments and returns the execution result.
run(ClientContext, SessionHolder<S>) - Method in class org.marketcetera.util.ws.stateful.RemoteRunner
The service implementation, executed on behalf of the client with the given context and associated session holder.
run(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
The service implementation, executed on behalf of the client with the given context.
runWithLocale(Runnable, Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
Initiates execution of the given runnable within the context of the given locale as the active one.
runWithLocale(Callable<V>, Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
Initiates execution of the given callable within the context of the given locale as the active one.

S

SELF - Static variable in class org.marketcetera.util.ws.tags.VersionId
The JVM-wide version ID.
Serialization - Enum in org.marketcetera.util.unicode
A list of signature/charset pairs.
SERIALIZATION_FAILED - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
 
Server<SessionClazz> - Class in org.marketcetera.util.ws.stateful
A server node for stateful communication.
Server(String, int, Authenticator, SessionManager<SessionClazz>) - Constructor for class org.marketcetera.util.ws.stateful.Server
Creates a new server node with the given server host name, port, authenticator, and session manager.
Server(String, int, Authenticator, SessionManager<SessionClazz>, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateful.Server
Create a new Server instance.
Server(Authenticator, SessionManager<SessionClazz>) - Constructor for class org.marketcetera.util.ws.stateful.Server
Creates a new server node with the default server host name and port, and the given authenticator and session manager.
Server() - Constructor for class org.marketcetera.util.ws.stateful.Server
Creates a new server node with the default server host name and port, and no authenticator or session manager.
SERVER_STARTING - Static variable in interface org.marketcetera.util.rpc.Messages
 
SERVER_STOPPING - Static variable in interface org.marketcetera.util.rpc.Messages
 
ServerProvider<T> - Interface in org.marketcetera.util.ws.stateful
Provides access to a Server object.
SERVICE_STARTING - Static variable in interface org.marketcetera.util.rpc.Messages
 
ServiceBase - Interface in org.marketcetera.util.ws.stateful
The base interface for all stateful web services.
ServiceBaseImpl<T> - Class in org.marketcetera.util.ws.stateful
The base class for all stateful web services, which retains an optional session manager.
ServiceBaseImpl(SessionManager<T>) - Constructor for class org.marketcetera.util.ws.stateful.ServiceBaseImpl
Creates a new service implementation with the given session manager.
ServiceInterface - Class in org.marketcetera.util.ws.stateless
A service interface handle.
SerWrapper<T extends Serializable> - Class in org.marketcetera.util.ws.wrappers
A dual-form wrapper for marshalling a serializable object.
SerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
Creates a new wrapper for the given object, in its raw form.
SerWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
Creates a new wrapper.
SESSION_EXPIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
 
SESSION_REQUIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
 
SessionFactory<T> - Interface in org.marketcetera.util.ws.stateful
A session (data object) factory.
SessionHolder<T> - Class in org.marketcetera.util.ws.stateful
A session holder.
SessionHolder(String, StatelessClientContext) - Constructor for class org.marketcetera.util.ws.stateful.SessionHolder
Creates a new holder with the given authenticated user name and creation context.
SessionId - Class in org.marketcetera.util.ws.tags
A session ID.
SessionId(String) - Constructor for class org.marketcetera.util.ws.tags.SessionId
Create a new SessionId instance.
SessionId() - Constructor for class org.marketcetera.util.ws.tags.SessionId
Create a new SessionId instance.
SessionManager<T> - Class in org.marketcetera.util.ws.stateful
A session manager.
SessionManager(SessionFactory<T>, long) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
Creates a new session manager whose sessions are created by the given factory, and which have the given lifespan, in ms.
SessionManager(long) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
Creates a new session manager whose sessions have the given lifespan, in ms.
SessionManager(SessionFactory<T>) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
Creates a new session manager whose sessions are created by the given factory, and which never expire.
SessionManager() - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
Creates a new session manager whose sessions never expire.
setAppId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the appId value.
setAppId(AppId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Sets the receiver's application ID to the given one.
setAuthenticator(Authenticator) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the authenticator value.
setClientId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the clientId value.
setClientId(NodeId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Sets the receiver's client ID to the given one.
setContextClassProvider(ContextClassProvider) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the contextClassProvider value.
setCountry(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Set the receiver's country to the given one.
setDefaults(Map<Object, Object>) - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Sets the receiver's defaults to the given ones.
setDescriptors(List<SpringSessionDescriptor>) - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
Sets the receiver's session descriptors to the given ones.
setDictionary(Map<String, String>) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Sets the receiver's dictionary to the given one.
setHost(String) - Method in class org.marketcetera.util.ws.stateless.Node
Sets the receiver's host name to the given one.
setHostname(String) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the rpcHostname value.
setLanguage(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Set the receiver's language to the given one.
setLocale(Locale) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the locale value.
setLocale(LocaleWrapper) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Sets the receiver's (wrapped) locale to the given one.
setMap(Map<String, String>) - Method in class org.marketcetera.util.spring.SystemPropertiesSetter
For each entry in the given map, a system property is set wherein the key of each entry is the property name, and the entry value is the property value.
setMap(Map<K, V>) - Method in class org.marketcetera.util.ws.wrappers.MapWrapper
Sets the receiver's map to the given one.
setMarshalled(M) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the receiver's data to the given value, in its marshalled form.
setMarshalledOnly(M) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the receiver's data to the given value, in its marshalled form.
setNoDelay(boolean) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the noDelay value.
setObject(T) - Method in class org.marketcetera.util.ws.wrappers.RootElementWrapper
Sets the receiver's wrapped object to the given one.
setPassword(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the password value.
setPort(int) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the rpcPort value.
setPort(int) - Method in class org.marketcetera.util.ws.stateless.Node
Sets the port value.
setProcessLocale(Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
Sets the process-specific (more precisely, specific to the caller's classloader) locale to the given one.
setProperties(RemoteProperties) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
Set the receiver's properties to the given ones.
setRaw(R) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the receiver's data to the given value, in its raw form.
setRawOnly(R) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the receiver's data to the given value, in its raw form.
setReceiveBufferSize(int) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the receiveBufferSize value.
setRpcServerServices(RpcServerServices<SessionClazz>) - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
 
setSendBufferSize(int) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the sendBufferSize value.
setServerMessage(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Sets the receiver's server-localized message to the given one.
setServerName(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Sets the receiver's server class name to the given one.
setServerString(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Sets the receiver's server string representation to the given one.
setServiceSpecs(List<RpcServiceSpec<SessionClazz>>) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the serviceSpecs value.
setSession(T) - Method in class org.marketcetera.util.ws.stateful.SessionHolder
Sets the receiver's session data to the given value.
setSessionId(SessionId) - Method in class org.marketcetera.util.ws.stateful.ClientContext
Sets the receiver's session ID to the given one.
setSessionManager(SessionManager<SessionClazz>) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the sessionManager value.
setSettings(SpringSessionSettings) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
Sets the receiver's session settings to the given ones.
setString(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Sets the receiver's (server-localized) message to the given one.
setThreadLocale(Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
Sets the locale at the top of the thread-specific (that is, specific to the caller's thread) locale stack to the given locale.
setThreadPoolCore(int) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the threadPoolCore value.
setThreadPoolMax(int) - Method in class org.marketcetera.util.rpc.RpcServer
Sets the threadPoolMax value.
setTraceCapture(String[]) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Set the receiver's stack trace capture to the given one.
setUsername(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the username value.
setValue(String) - Method in class org.marketcetera.util.ws.tags.Tag
Sets the receiver's ID value.
setValue(T) - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
Sets the receiver's data to the given value.
setVariant(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Set the receiver's variant to the given one.
setVersionId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
Sets the versionId value.
setVersionId(VersionId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
Sets the receiver's version ID to the given one.
setWrapper(SerWrapper<I18NBoundMessage>) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
Sets the receiver's message (wrapper) to the given one.
setWrapper(SerWrapper<Throwable>) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
Set the receiver's throwable (wrapper) to the given one.
shouldAllow(StatelessClientContext, String, char[]) - Method in interface org.marketcetera.util.ws.stateful.Authenticator
Checks whether the given credentials can be used to initiate a new session on behalf of the client with the given context.
shouldAllow(StatelessClientContext, String, char[]) - Method in class org.marketcetera.util.ws.stateful.FixedAuthenticator
 
Signature - Enum in org.marketcetera.util.unicode
A byte stream signature.
SignatureCharset - Enum in org.marketcetera.util.unicode
A byte stream signature (Signature) coupled with a charset (UnicodeCharset) that may follow the signature (aka a signature/charset pair).
SINGLE_FIELD - Static variable in interface org.marketcetera.util.quickfix.Messages
 
size() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
size(Iterable<?>) - Static method in class org.marketcetera.util.misc.IterableUtils
Returns the size of the given iterable.
skip(long) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
 
SLF4JLoggerProxy - Class in org.marketcetera.util.log
SLF4J proxy with automatic logger selection and variable number of arguments.
SmartLinksDirectoryWalker - Class in org.marketcetera.util.file
A DirectoryWalker which provides convenience methods to initiate traversal, and (optionally) does not follow symbolic links.
SmartLinksDirectoryWalker(boolean) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
Constructor mirroring superclass constructor.
SmartLinksDirectoryWalker(boolean, FileFilter, int) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
Constructor mirroring superclass constructor.
SmartLinksDirectoryWalker(boolean, IOFileFilter, IOFileFilter, int) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
Constructor mirroring superclass constructor.
SpecialNames - Interface in org.marketcetera.util.file
Special names used to denote standard streams or operations on regular files.
SpringSessionDescriptor - Class in org.marketcetera.util.quickfix
A Spring-aware QuickFIX/J session descriptor.
SpringSessionDescriptor() - Constructor for class org.marketcetera.util.quickfix.SpringSessionDescriptor
 
SpringSessionSettings - Class in org.marketcetera.util.quickfix
A Spring-aware QuickFIX/J session settings.
SpringSessionSettings() - Constructor for class org.marketcetera.util.quickfix.SpringSessionSettings
 
SpringUtils - Class in org.marketcetera.util.spring
Utilities for the Spring framework.
STANDARD_ERROR - Static variable in interface org.marketcetera.util.file.SpecialNames
The standard error stream.
STANDARD_INPUT - Static variable in interface org.marketcetera.util.file.SpecialNames
The standard input stream.
STANDARD_OUTPUT - Static variable in interface org.marketcetera.util.file.SpecialNames
The standard output stream.
start() - Method in class org.marketcetera.util.rpc.RpcServer
 
startCall(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Called by subclasses before starting custom processing of a service call on behalf of the client with the given context.
STATELESS_CLIENT_CONTEXT - Static variable in interface org.marketcetera.util.ws.stateless.Messages
 
StatelessClient - Class in org.marketcetera.util.ws.stateless
A client node for stateless communication.
StatelessClient(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
Create a new StatelessClient instance.
StatelessClient(String, int, AppId) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
Creates a new client node with the given server host name, port, and client application ID.
StatelessClient(AppId) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
Creates a new client node with the default server host name and port, and the given client application ID.
StatelessClient() - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
Creates a new client node with the default server host name and port, and no client application ID.
StatelessClientContext - Class in org.marketcetera.util.ws.stateless
The client context which the client must supply as an argument to every stateless remote call.
StatelessClientContext() - Constructor for class org.marketcetera.util.ws.stateless.StatelessClientContext
 
StatelessRemoteCall - Class in org.marketcetera.util.ws.stateless
An implementation wrapper for stateless services.
StatelessRemoteCall(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Creates a new wrapper which applies the given filters to the client context.
StatelessRemoteCall() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Creates a new wrapper which applies a single filter to the client context.
StatelessRemoteCaller<T> - Class in org.marketcetera.util.ws.stateless
An implementation wrapper for stateless services.
StatelessRemoteCaller(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
Creates a new wrapper which applies the given filters to the client context.
StatelessRemoteCaller() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
Creates a new wrapper which applies a single filter to the client context.
StatelessRemoteRunner - Class in org.marketcetera.util.ws.stateless
An implementation wrapper for stateless services.
StatelessRemoteRunner(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
Creates a new wrapper which applies the given filters to the client context.
StatelessRemoteRunner() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
Creates a new wrapper which applies a single filter to the client context.
StatelessServer - Class in org.marketcetera.util.ws.stateless
A server node for stateless communication.
StatelessServer(String, int, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
Create a new StatelessServer instance.
StatelessServer(String, int) - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
Creates a new server node with the given server host name and port.
StatelessServer() - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
Creates a new server node with the default server host name and port.
StatelessServiceBase - Interface in org.marketcetera.util.ws.stateless
The base interface for all web services.
StatelessServiceBaseImpl - Class in org.marketcetera.util.ws.stateless
The base class for all web services.
StatelessServiceBaseImpl() - Constructor for class org.marketcetera.util.ws.stateless.StatelessServiceBaseImpl
 
stop() - Method in class org.marketcetera.util.rpc.RpcServer
 
stop() - Method in class org.marketcetera.util.ws.stateful.Server
 
stop() - Method in class org.marketcetera.util.ws.stateless.ServiceInterface
Stops the receiver's service.
stop() - Method in class org.marketcetera.util.ws.stateless.StatelessServer
Shuts down the receiver.
STREAM_ACCESS_ERROR - Static variable in interface org.marketcetera.util.unicode.Messages
 
STREAM_CLOSED - Static variable in interface org.marketcetera.util.unicode.Messages
 
StringUtils - Class in org.marketcetera.util.misc
Utilities for string management.
swallow(Throwable, Object, I18NBoundMessage) - Static method in class org.marketcetera.util.except.ExceptUtils
Swallows the given throwable.
swallow(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
Swallows the given throwable.
SystemPropertiesSetter - Class in org.marketcetera.util.spring
Sets system properties from a map.
SystemPropertiesSetter() - Constructor for class org.marketcetera.util.spring.SystemPropertiesSetter
 

T

Tag - Class in org.marketcetera.util.ws.tags
A generic ID tag.
Tag(String) - Constructor for class org.marketcetera.util.ws.tags.Tag
Creates a new tag with the given ID value.
Tag() - Constructor for class org.marketcetera.util.ws.tags.Tag
Creates a new tag.
TagFilter - Interface in org.marketcetera.util.ws.tags
A tag filter.
THREAD_INTERRUPTED - Static variable in interface org.marketcetera.util.except.Messages
 
THROWABLE_IGNORED - Static variable in interface org.marketcetera.util.except.Messages
 
toArray() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
toArray(C[]) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
toArray(List<Integer>) - Static method in class org.marketcetera.util.misc.CollectionUtils
Returns the non-null integers in the given list as an array.
toArray(Iterable<?>) - Static method in class org.marketcetera.util.misc.IterableUtils
Converts the given iterable to an array and returns the result.
toLocale() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
Returns the raw form of the receiver.
toMarshalled() - Method in class org.marketcetera.util.ws.wrappers.DateWrapper
 
toMarshalled() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the marshalled form of the receiver's value so that it corresponds to its raw form.
toMarshalled() - Method in class org.marketcetera.util.ws.wrappers.LocaleWrapper
 
toMarshalled() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
 
toRaw() - Method in class org.marketcetera.util.ws.wrappers.DateWrapper
 
toRaw() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
Sets the raw form of the receiver's value so that it corresponds to its marshalled form.
toRaw() - Method in class org.marketcetera.util.ws.wrappers.LocaleWrapper
 
toRaw() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
 
toString() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
 
toString() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
toString() - Method in class org.marketcetera.util.log.I18NMessage0P
 
toString() - Method in enum org.marketcetera.util.misc.OperatingSystem
 
toString() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
 
toString() - Method in class org.marketcetera.util.ws.stateful.ClientContext
 
toString() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
 
toString() - Method in class org.marketcetera.util.ws.tags.Tag
 
toString() - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
 
toString() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
 
toString() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
 
toString() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
 
toUCPArray(String) - Static method in class org.marketcetera.util.misc.StringUtils
Returns an array containing the Unicode code points of the given string.
toUCPArrayStr(String) - Static method in class org.marketcetera.util.misc.StringUtils
Returns a string containing the integer representations, in uppercase hex, of the Unicode code points of the given string.
trace(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
trace(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
trace(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
trace(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
trace(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given throwable under the given logging category at the tracing level.
trace(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the tracing level.
trace(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message under the given logging category at the tracing level.
trace(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
 
trace(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
 
trace(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
trace(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
trace(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
trace(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
trace(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
trace(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
trace(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
trace(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
trace(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
trace(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
trace(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
trace(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
trace(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
trace(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
trace(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message under the given logging category at the tracing level.
trace(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given throwable under the given logging category at the tracing level.
trace(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message and throwable under the given logging category at the tracing level.
trace(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message under the given logging category at the tracing level.
trace(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the tracing level.
TRAILER_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
 

U

UCPFilter - Class in org.marketcetera.util.misc
A filter for Unicode code points.
UCPFilter() - Constructor for class org.marketcetera.util.misc.UCPFilter
 
UCPFilterInfo - Class in org.marketcetera.util.misc
A meta-information holder for a UCPFilter.
UNEXPECTED_EXCEPTION - Static variable in interface org.marketcetera.util.log.Messages
 
UNEXPECTED_TERMINATION - Static variable in interface org.marketcetera.util.exec.Messages
 
UnicodeCharset - Enum in org.marketcetera.util.unicode
A thin wrapper around Charset for the Unicode charsets.
UnicodeFileReader - Class in org.marketcetera.util.unicode
A UnicodeInputStreamReader which gets its input from a file.
UnicodeFileReader(String) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file name, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream) and FileInputStream.FileInputStream(String) constructors.
UnicodeFileReader(String, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file name and signature/charset, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, SignatureCharset) and FileInputStream.FileInputStream(String) constructors.
UnicodeFileReader(String, DecodingStrategy) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file name and decoding strategy, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, DecodingStrategy) and FileInputStream.FileInputStream(String) constructors.
UnicodeFileReader(File) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream) and FileInputStream.FileInputStream(File) constructors.
UnicodeFileReader(File, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file and signature/charset, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, SignatureCharset) and FileInputStream.FileInputStream(File) constructors.
UnicodeFileReader(File, DecodingStrategy) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file and decoding strategy, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, DecodingStrategy) and FileInputStream.FileInputStream(File) constructors.
UnicodeFileReader(FileDescriptor) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file descriptor, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream) and FileInputStream.FileInputStream(FileDescriptor) constructors.
UnicodeFileReader(FileDescriptor, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file descriptor and signature/charset, and the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, SignatureCharset) and FileInputStream.FileInputStream(FileDescriptor) constructors.
UnicodeFileReader(FileDescriptor, DecodingStrategy) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
Creates a new reader using the given file descriptor and decoding strategy, the UnicodeInputStreamReader.UnicodeInputStreamReader(InputStream, DecodingStrategy) and FileInputStream.FileInputStream(FileDescriptor) constructors.
UnicodeFileWriter - Class in org.marketcetera.util.unicode
A UnicodeOutputStreamWriter which directs its output to a file.
UnicodeFileWriter(String) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file name, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream) and FileOutputStream.FileOutputStream(String) constructors.
UnicodeFileWriter(String, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file name and signature/charset, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, SignatureCharset) and FileOutputStream.FileOutputStream(String) constructors.
UnicodeFileWriter(String, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file name and reader, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, Reader) and FileOutputStream.FileOutputStream(String) constructors.
UnicodeFileWriter(String, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
UnicodeFileWriter(String, boolean, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file name and signature/charset, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, SignatureCharset) and FileOutputStream.FileOutputStream(String,boolean) constructors.
UnicodeFileWriter(String, boolean, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file name and reader, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, Reader) and FileOutputStream.FileOutputStream(String,boolean) constructors.
UnicodeFileWriter(File) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream) and FileOutputStream.FileOutputStream(File) constructors.
UnicodeFileWriter(File, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file and signature/charset, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, SignatureCharset) and FileOutputStream.FileOutputStream(File) constructors.
UnicodeFileWriter(File, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file and reader, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, Reader) and FileOutputStream.FileOutputStream(File) constructors.
UnicodeFileWriter(File, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
UnicodeFileWriter(File, boolean, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file and signature/charset, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, SignatureCharset) and FileOutputStream.FileOutputStream(File,boolean) constructors.
UnicodeFileWriter(File, boolean, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file and reader, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, Reader) and FileOutputStream.FileOutputStream(File,boolean) constructors.
UnicodeFileWriter(FileDescriptor) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file descriptor, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream) and FileOutputStream.FileOutputStream(FileDescriptor) constructors.
UnicodeFileWriter(FileDescriptor, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file descriptor and signature/charset, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, SignatureCharset) and FileOutputStream.FileOutputStream(FileDescriptor) constructors.
UnicodeFileWriter(FileDescriptor, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
Creates a new writer using the given file descriptor and reader, and the UnicodeOutputStreamWriter.UnicodeOutputStreamWriter(OutputStream, Reader) and FileOutputStream.FileOutputStream(FileDescriptor) constructors.
UnicodeInputStreamReader - Class in org.marketcetera.util.unicode
A variation of InputStreamReader that is BOM-aware.
UnicodeInputStreamReader(InputStream) - Constructor for class org.marketcetera.util.unicode.UnicodeInputStreamReader
Creates a new reader over the given stream that uses the default JVM charset.
UnicodeInputStreamReader(InputStream, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeInputStreamReader
Creates a new reader over the given stream that normally assumes the given signature is present and its associated charset should be used.
UnicodeInputStreamReader(InputStream, DecodingStrategy) - Constructor for class org.marketcetera.util.unicode.UnicodeInputStreamReader
Creates a new reader over the given stream that normally uses the charset associated with a matching signature among those of the given decoding strategy.
UnicodeOutputStreamWriter - Class in org.marketcetera.util.unicode
A variation of OutputStreamWriter that is BOM-aware.
UnicodeOutputStreamWriter(OutputStream) - Constructor for class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Creates a new writer over the given stream that uses the default JVM charset (and no signature is injected).
UnicodeOutputStreamWriter(OutputStream, SignatureCharset, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Creates a new writer over the given stream that normally injects the given signature, and uses its associated charset for encoding.
UnicodeOutputStreamWriter(OutputStream, SignatureCharset) - Constructor for class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Creates a new writer over the given stream that normally injects the given signature, and uses its associated charset for encoding.
UnicodeOutputStreamWriter(OutputStream, Reader, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Creates a new writer over the given stream that uses the actual signature/charset of the given reader.
UnicodeOutputStreamWriter(OutputStream, Reader) - Constructor for class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
Creates a new writer over the given stream that uses the actual signature/charset of the given reader.
UNKNOWN_CHARSET - Static variable in interface org.marketcetera.util.unicode.Messages
 
UNKNOWN_ENTRY_ID - Static variable in class org.marketcetera.util.log.I18NMessage
The default entry ID.
UNKNOWN_LOGGER_NAME - Static variable in class org.marketcetera.util.log.SLF4JLoggerProxy
The name of the category used when no category is explicitly specified.
UNKNOWN_MESSAGE - Static variable in class org.marketcetera.util.log.SLF4JLoggerProxy
The logging message used when none is explicitly specified.
unmarshall(String) - Method in class org.marketcetera.util.rpc.RpcServer
 
unmarshall(String) - Method in interface org.marketcetera.util.rpc.RpcServerServices
Unmarshals the given XML stream.
UnmodifiableDeque<T> - Class in org.marketcetera.util.collections
Provides a Deque implementation that cannot be modified.
UnmodifiableDeque(Deque<T>) - Constructor for class org.marketcetera.util.collections.UnmodifiableDeque
Create a new UnmodifiableDeque instance.

V

VALID - Static variable in class org.marketcetera.util.misc.UCPFilter
A filter for Unicode characters deemed valid by StringUtils.isValid(int).
validateAndReturnSession(String) - Method in class org.marketcetera.util.rpc.RpcServer
 
validateAndReturnSession(String) - Method in interface org.marketcetera.util.rpc.RpcServerServices
Validates that the given session is active.
VALIDATION_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
 
ValidSessionTagFilter<T> - Class in org.marketcetera.util.ws.tags
A session ID filter that accepts any ID which maps to an active session.
ValidSessionTagFilter(SessionManager<T>) - Constructor for class org.marketcetera.util.ws.tags.ValidSessionTagFilter
Creates a new filter which uses the given (optional) session manager for session ID mappings.
valueOf(String) - Static method in enum org.marketcetera.util.exec.Disposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.file.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.misc.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.unicode.DecodingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.unicode.Serialization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.unicode.Signature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.unicode.SignatureCharset
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.marketcetera.util.unicode.UnicodeCharset
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.marketcetera.util.exec.Disposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.file.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.misc.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.unicode.DecodingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.unicode.Serialization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.unicode.Signature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.unicode.SignatureCharset
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.marketcetera.util.unicode.UnicodeCharset
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_MISMATCH - Static variable in interface org.marketcetera.util.ws.stateless.Messages
 
VersionId - Class in org.marketcetera.util.ws.tags
A version ID.
VersionId(String) - Constructor for class org.marketcetera.util.ws.tags.VersionId
Creates a new version ID with the given ID value.
VersionId() - Constructor for class org.marketcetera.util.ws.tags.VersionId
Create a new VersionId instance.

W

warn(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
warn(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
warn(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
warn(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
 
warn(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given throwable under the given logging category at the warning level.
warn(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the warning level.
warn(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
Logs the given parameterized message under the given logging category at the warning level.
warn(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
 
warn(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
 
warn(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
warn(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
warn(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
warn(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
warn(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
warn(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
warn(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
warn(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
warn(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
warn(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
warn(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
warn(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
warn(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
warn(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
warn(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message under the given logging category at the warning level.
warn(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given throwable under the given logging category at the warning level.
warn(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given message and throwable under the given logging category at the warning level.
warn(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message under the given logging category at the warning level.
warn(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
Logs the given parameterized message and throwable under the given logging category at the warning level.
wrap(Throwable, I18NBoundMessage) - Static method in class org.marketcetera.util.except.ExceptUtils
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedException, and this exception is returned; also, the calling thread is interrupted.
wrap(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedException, and this exception is returned; also, the calling thread is interrupted.
wrapFailure(StatelessClientContext, Throwable) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
Called by subclasses after custom processing of a service call on behalf of the client with the given context completes unsuccessfully.
wrapRuntime(Throwable, I18NBoundMessage) - Static method in class org.marketcetera.util.except.ExceptUtils
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted.
wrapRuntime(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted.
write(int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
write(char[]) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
write(char[], int, int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
write(String) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
write(String, int, int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
 
writeExternal(ObjectOutput) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
 
writeExternal(ObjectOutput) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
 
WriterWrapper - Class in org.marketcetera.util.file
A wrapped writer.
WriterWrapper(String, SignatureCharset) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps: the regular file with the given name (data is appended to the file if the name is prefixed by SpecialNames.PREFIX_APPEND), or the standard output stream (if the name is SpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name is SpecialNames.STANDARD_ERROR). A writer that can inject unicode BOMs is used as a proxy; that writer uses the given signature/charset.
WriterWrapper(String) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps: the regular file with the given name (data is appended to the file if the name is prefixed by SpecialNames.PREFIX_APPEND), or the standard output stream (if the name is SpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name is SpecialNames.STANDARD_ERROR). The default JVM charset is used to convert characters into bytes.
WriterWrapper(File, SignatureCharset) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps the given regular file.
WriterWrapper(File) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps the given regular file.
WriterWrapper(Writer, boolean) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps the given writer.
WriterWrapper(Writer) - Constructor for class org.marketcetera.util.file.WriterWrapper
Creates a new wrapped writer that wraps the given writer.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2015. All Rights Reserved.