A B C D E F G H I J L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ActiveLocale - Class in org.marketcetera.util.log
-
Manages the active locale.
- ActiveLocale() - Constructor for class org.marketcetera.util.log.ActiveLocale
-
Constructor.
- 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.
- AIX - org.marketcetera.util.misc.OperatingSystem
- 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.
- AnalyzedField(DataDictionary, DataDictionary, FieldMap, String, Field<?>) - Constructor for class org.marketcetera.util.quickfix.AnalyzedField
-
Creates a new analyzed field for the given QuickFIX/J field.
- AnalyzedGroup - Class in org.marketcetera.util.quickfix
-
Analyzes a QuickFIX/J group, producing a human-readable representation of its contents.
- AnalyzedGroup(DataDictionary, DataDictionary, Group, String) - Constructor for class org.marketcetera.util.quickfix.AnalyzedGroup
-
Creates a new analyzed group for the given QuickFIX/J group, which is part of the message with the given type.
- AnalyzedMessage - Class in org.marketcetera.util.quickfix
-
Analyzes a QuickFIX/J message, producing a human-readable representation of its contents.
- AnalyzedMessage(DataDictionary, FieldMap, String) - 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.
- 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.
- analyzeFields(DataDictionary, DataDictionary, FieldMap, String, Iterator<?>, List<AnalyzedField>) - Static method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Analyzes the given QuickFIX/J fields that are part of the given field map, and appends the results of the analysis to the given list.
- append(char) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- append(CharSequence) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- append(CharSequence, int, int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- AppId - Class in org.marketcetera.util.ws.tags
-
An application ID.
- AppId() - Constructor for class org.marketcetera.util.ws.tags.AppId
-
Creates a new application ID.
- AppId(String) - Constructor for class org.marketcetera.util.ws.tags.AppId
-
Creates a new application ID with the given ID value.
- apply(File) - Static method in class org.marketcetera.util.file.Deleter
-
Deletes 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(File, Collection<String>) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Traverses 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(String) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Traverses the file tree rooted at the file with the given name.
- apply(String, Collection<String>) - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Traverses the file tree rooted at the file with the given name.
- applyUnwrap(File) - Method in class org.marketcetera.util.file.Deleter.RecursiveDeleter
-
Deletes the given file.
- 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(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Asserts that the given client context matches all of the receiver's filters.
- assertFilterMatch(TagFilter, Tag) - Static method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Asserts that the given filter matches the given tag.
- 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.
- assertValueSet(String, String) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Asserts that the given key has a non-null value in the receiver's dictionary.
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.BaseWrapper
-
Creates a new wrapper.
- BaseWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.BaseWrapper
-
Creates a new wrapper with the given value.
- 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
InterruptedExceptionwith the default interruption message and no 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() - 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(String) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if so, throws an
InterruptedExceptionwith 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
InterruptedExceptionwith the default interruption message and the given underlying cause. - 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(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(Throwable, String) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if so, throws an
InterruptedExceptionwith the given interruption message and the given underlying cause. - 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(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.
- 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(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
- clear() - Static method in class org.marketcetera.util.log.ActiveLocale
-
Clears all management settings for the calling thread.
- Client - Class in org.marketcetera.util.ws.stateful
-
A client node for stateful communication.
- 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(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(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateful.Client
-
Create a new Client instance.
- 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_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
Closeableinstances 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
Closeableinstances. - 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.
- CollectionUtils() - Constructor for class org.marketcetera.util.misc.CollectionUtils
-
Constructor.
- COMBINE_MESSAGES - Static variable in interface org.marketcetera.util.except.Messages
- compareTo(PortDescriptor) - Method in class org.marketcetera.util.ws.stateful.PortDescriptor
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
-
Creates a new wrapper.
- CompSerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
-
Creates a new wrapper for the given object, in its raw form.
- 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 - Variable in class org.marketcetera.util.ws.stateless.StatelessClient
-
context classes to add to the client context, if any
- contextClassProvider - Variable in class org.marketcetera.util.ws.stateless.StatelessServer
-
context classes to add to the server context, if any
- ContextClassProvider - Interface in org.marketcetera.util.ws
-
Provides context classes with which to start a server.
- copy(byte[], String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies an in-memory byte array into the given location.
- copy(char[], String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies an in-memory character array into the given location.
- 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(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(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(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(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(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) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from the given location into memory, returning a byte array.
- 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(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, 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, String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from one given location to another.
- copy(String, String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies a character stream from one given location to another.
- 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(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, 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.
- CopyBytesUtils - Class in org.marketcetera.util.file
-
Utilities for copying binary data.
- CopyBytesUtils() - Constructor for class org.marketcetera.util.file.CopyBytesUtils
-
Constructor.
- CopyCharsUnicodeUtils - Class in org.marketcetera.util.file
-
Utilities for copying textual data, with Unicode BOM support.
- CopyCharsUnicodeUtils() - Constructor for class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Constructor.
- CopyCharsUtils - Class in org.marketcetera.util.file
-
Utilities for copying textual data, in the default JVM charset.
- CopyCharsUtils() - Constructor for class org.marketcetera.util.file.CopyCharsUtils
-
Constructor.
- CORRUPTED_STORE - Static variable in class org.marketcetera.util.log.I18NMessageProvider
- 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
- DARWIN - org.marketcetera.util.misc.OperatingSystem
- DATA_DICTIONARY_MAP - Static variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
The map of begin strings to default data dictionaries.
- DateService - Class in org.marketcetera.util.time
-
Provides date-related services.
- DateService() - Constructor for class org.marketcetera.util.time.DateService
- DateWrapper - Class in org.marketcetera.util.ws.wrappers
-
A dual-form wrapper for marshalling a date.
- DateWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.DateWrapper
-
Creates a new wrapper.
- DateWrapper(Date) - Constructor for class org.marketcetera.util.ws.wrappers.DateWrapper
-
Creates a new wrapper for the given date.
- debug(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.debug(Object,I18NMessage,Object...). - debug(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- debug(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
- debug(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a debug message.
- debug(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a debug message.
- debug(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a debug message.
- debug(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a debug message.
- debug(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a debug message.
- debug(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a debug message.
- debug(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a debug message.
- 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, 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, 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, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.debug(Object,Throwable,I18NMessage,Object...). - debug(Object, Throwable) - 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) - Method in class org.marketcetera.util.log.I18NMessage0P
- 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, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a debug message.
- debug(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a debug message.
- debug(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a debug message.
- debug(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a debug message.
- debug(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a debug message.
- debug(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a debug message.
- debug(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a debug message.
- 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.
- 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.
- debugProxy(String, Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the debugging level via the given logging proxy.
- debugProxy(String, 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 via the given logging proxy.
- debugProxy(String, 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 via the given logging proxy.
- debugProxy(String, Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at the debugging level via the given logging proxy.
- debugProxy(String, Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at the debugging level via the given logging proxy.
- debugProxy(String, 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 via the given logging proxy.
- debugProxy(String, 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 via the given logging proxy.
- debugProxy(String, 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 via the given logging proxy.
- 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(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[]) - Method in enum org.marketcetera.util.unicode.UnicodeCharset
-
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(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.
- DecodingStrategy - Enum in org.marketcetera.util.unicode
-
A list of one or more
Serializationinstances. - DecodingStrategy(Serialization[]) - Constructor for enum org.marketcetera.util.unicode.DecodingStrategy
-
Creates a new charset with the given serializations.
- DEFAULT_CLIENT_HOST - Static variable in class org.marketcetera.util.ws.stateless.Node
-
The default host name for the client
- 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_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_PASSWORD - Static variable in class org.marketcetera.util.ws.stateful.FixedAuthenticator
- 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_SERVER_HOST - Static variable in class org.marketcetera.util.ws.stateless.Node
-
The default host name for the server
- DEFAULT_USER - Static variable in class org.marketcetera.util.ws.stateful.FixedAuthenticator
- 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
- Deleter.RecursiveDeleter - Class in org.marketcetera.util.file
-
A
SmartLinksDirectoryWalkerthat does not follow symbolic links, and deletes all files it traverses. - deleteWrap(File) - Static method in class org.marketcetera.util.file.Deleter
-
Deletes the given file.
- descendingIterator() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
- description - Variable in class org.marketcetera.util.ws.stateful.PortDescriptor
-
description value
- description - Variable in class org.marketcetera.util.ws.stateful.PortUserProxy
-
description value
- 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.
- DIR - org.marketcetera.util.file.FileType
- Disposition - Enum in org.marketcetera.util.exec
-
The allowed destinations for the interleaved standard output and error streams of a process.
- Disposition() - Constructor for enum org.marketcetera.util.exec.Disposition
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.DualWrapper
-
Creates a new wrapper.
- DualWrapper(R) - Constructor for class org.marketcetera.util.ws.wrappers.DualWrapper
-
Creates a new wrapper with the given value, in its raw form.
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.stateful.PortDescriptor
- 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) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.error(Object,I18NMessage,Object...). - error(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- error(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
- error(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log an error message.
- error(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log an error message.
- error(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log an error message.
- error(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log an error message.
- error(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log an error message.
- error(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log an error message.
- error(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log an error message.
- 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, 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, 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, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.error(Object,Throwable,I18NMessage,Object...). - error(Object, Throwable) - 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) - Method in class org.marketcetera.util.log.I18NMessage0P
- 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, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log an error message.
- error(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log an error message.
- error(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log an error message.
- error(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log an error message.
- error(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log an error message.
- error(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log an error message.
- error(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log an error message.
- 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.
- 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.
- errorProxy(String, Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the error level via the given logging proxy.
- errorProxy(String, 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 via the given logging proxy.
- errorProxy(String, 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 via the given logging proxy.
- errorProxy(String, Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at the error level via the given logging proxy.
- errorProxy(String, Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at the error level via the given logging proxy.
- errorProxy(String, 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 via the given logging proxy.
- errorProxy(String, 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 via the given logging proxy.
- errorProxy(String, 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 via the given logging proxy.
- ExceptUtils - Class in org.marketcetera.util.except
-
General-purpose utilities.
- ExceptUtils() - Constructor for class org.marketcetera.util.except.ExceptUtils
-
Constructor.
- 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
- factory - Variable in class org.marketcetera.util.ws.stateless.StatelessServer
-
factory used to create server objects
- FIELD_REQUIRED - Static variable in interface org.marketcetera.util.quickfix.Messages
- FILE - org.marketcetera.util.file.FileType
- FileType - Enum in org.marketcetera.util.file
-
A file type.
- FileType() - Constructor for enum org.marketcetera.util.file.FileType
- 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
- forceProcess() - Method in class org.marketcetera.util.spring.LazyBean
-
Processes or re-processes the receiver, regardless of whether it has been processed before or not.
- 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.
- FREEBSD - org.marketcetera.util.misc.OperatingSystem
- fromUCP(int) - Static method in class org.marketcetera.util.misc.StringUtils
-
Returns a string containing a single character, namely the given Unicode code point.
- fromUCP(int[]) - Static method in class org.marketcetera.util.misc.StringUtils
-
Returns a string containing the characters with the given Unicode code points.
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.
- 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() - 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. - 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.
- 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. - 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.
- 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. - 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.
- 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. - 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.
- 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 propertyfile.encoding). - 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). - 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. - 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.
- 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. - 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.
- 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 byStringUtils.isValid(int). - 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). - 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.namesystem 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.
- getAllClasses(Set<Class<?>>, Class<?>) - Static method in class org.marketcetera.util.misc.ReflectUtils
-
Auguments the given set with 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.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.ws.stateful.AuthServiceImpl
-
Returns the receiver's authenticator.
- getAuthenticator() - Method in class org.marketcetera.util.ws.stateful.Server
-
Returns the receiver's authenticator.
- getAuthService() - Method in class org.marketcetera.util.ws.stateful.Server
-
Returns the receiver's authentication service interface.
- getBaseName() - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Returns the receiver's base name.
- 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.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.
- 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 class org.marketcetera.util.ws.stateful.PortDescriptor
-
Get the description value.
- getDescription() - Method in class org.marketcetera.util.ws.stateful.PortUserProxy
-
Get the description value.
- 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.
- getDetail(I18NThrowable) - Static method in class org.marketcetera.util.except.I18NExceptUtils
-
Returns the raw message of the given internationalized throwable, possibly combined with the raw message of the throwable'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.nameproperty for the receiver. - getKey() - Method in class org.marketcetera.util.l10n.MessageInfo
-
Returns the receiver's message key.
- getKeyValue(String) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Returns the value in the receiver's dictionary for the given 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
- getLastAccess() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Returns the receiver's most recent access timestamp.
- 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.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.
- getLocalizedDetail(I18NThrowable) - Static method in class org.marketcetera.util.except.I18NExceptUtils
-
Returns the localized message of the given internationalized throwable, possibly combined with the localized message of the throwable'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(). - getLogger(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns the logger for the given logging category.
- 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.stateful.SessionManager
-
Returns the receiver's map.
- 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 error org.marketcetera.util.except.I18NError
- getMessage() - Method in exception org.marketcetera.util.except.I18NException
- getMessage() - Method in exception org.marketcetera.util.except.I18NRuntimeException
- 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.
- getNodeDescription() - Method in class org.marketcetera.util.ws.stateless.Node
-
Get the nodeDescription 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
- getPort() - Method in class org.marketcetera.util.ws.stateful.PortDescriptor
-
Get the port value.
- getPort() - Method in class org.marketcetera.util.ws.stateful.PortUserProxy
-
Get the port value.
- getPort() - Method in class org.marketcetera.util.ws.stateless.Node
-
Returns the receiver's port.
- getPortDescriptors() - Method in class org.marketcetera.util.ws.stateful.JmxRemotePortUser
- getPortDescriptors() - Method in class org.marketcetera.util.ws.stateful.PortUserProxy
- getPortDescriptors() - Method in interface org.marketcetera.util.ws.stateful.UsesPort
-
Get the ports that this implementor uses.
- getPortDescriptors() - Method in class org.marketcetera.util.ws.stateless.Node
- 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.
- getProcessed() - Method in class org.marketcetera.util.spring.LazyBean
-
Returns the receiver's flag indicating that processing is complete.
- getProcessing() - Method in class org.marketcetera.util.spring.LazyBean
-
Returns the receiver's flag indicating that processing is ongoing.
- 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.
- 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.
- getScanInterval() - Method in class org.marketcetera.util.ws.stateful.SessionManager.Reaper
-
Returns the time interval between scans, in ms.
- 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 class org.marketcetera.util.ws.stateful.Server
- getServer() - Method in interface org.marketcetera.util.ws.stateful.ServerProvider
-
Gets the server value.
- getServer() - Method in class org.marketcetera.util.ws.stateless.ServiceInterface
-
Returns the receiver's CXF-specific representation.
- 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.
- 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
-
Get the sessionId value.
- getSessionIdFilter() - Method in class org.marketcetera.util.ws.stateful.RemoteCall
-
Returns the receiver's session ID filter.
- 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(I18NBoundMessage) - Static method in class org.marketcetera.util.log.LogUtils
-
Returns a simplified textual representation of the parameterized message.
- 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.
- 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() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NMessageProvider.getText(I18NMessage,Object...). - getText() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- getText() - Method in class org.marketcetera.util.log.I18NMessage0P
- getText() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Returns the receiver's message text.
- getText(Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Get the text value.
- getText(Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Get the text value.
- getText(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Get the text value.
- getText(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Get the text value.
- getText(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Get the text value.
- getText(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Get the text value.
- getText(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Get the text value.
- getText(Locale) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NMessageProvider.getText(Locale,I18NMessage,Object...). - getText(Locale) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- getText(Locale) - Method in class org.marketcetera.util.log.I18NMessage0P
- getText(Locale, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Get the text value.
- getText(Locale, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Get the text value.
- getText(Locale, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Get the text value.
- getText(Locale, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Get the text value.
- getText(Locale, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Get the text value.
- getText(Locale, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Get the text value.
- getText(Locale, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Get the text value.
- 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. - 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.
- getTransientMessage() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Returns the receiver's message.
- getTransientThrowable() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's throwable.
- 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.ws.stateful.Client
-
Get the username value.
- getUsername() - Method in class org.marketcetera.util.ws.stateful.ClientContext
-
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.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<String>) - 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.
- handleDirectoryEnd(File, int, Collection<String>) - Method in class org.marketcetera.util.file.Deleter.RecursiveDeleter
-
Deletes the given directory.
- handleFile(File, int, Collection<String>) - Method in class org.marketcetera.util.file.Deleter.RecursiveDeleter
-
Deletes the given file.
- 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.stateful.PortDescriptor
- 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
- hasNext() - Method in class org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
- HEADER_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
- host - Variable in class org.marketcetera.util.ws.stateless.Node
-
node host value
- HPUX - org.marketcetera.util.misc.OperatingSystem
I
- I18NBoundMessage - Interface in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessageand 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
-
Create a new I18NBoundMessage0P instance.
- I18NBoundMessage1P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage1Pand its one parameter. - I18NBoundMessage1P(I18NMessage1P, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage1P
-
Create a new I18NBoundMessage1P instance.
- I18NBoundMessage2P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage2Pand its two parameters. - I18NBoundMessage2P(I18NMessage2P, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage2P
-
Create a new I18NBoundMessage2P instance.
- I18NBoundMessage3P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage3Pand its three parameters. - I18NBoundMessage3P(I18NMessage3P, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage3P
-
Create a new I18NBoundMessage3P instance.
- I18NBoundMessage4P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage4Pand its four parameters. - I18NBoundMessage4P(I18NMessage4P, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage4P
-
Create a new I18NBoundMessage4P instance.
- I18NBoundMessage5P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage5Pand its five parameters. - I18NBoundMessage5P(I18NMessage5P, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage5P
-
Create a new I18NBoundMessage5P instance.
- I18NBoundMessage6P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage6Pand its six parameters. - I18NBoundMessage6P(I18NMessage6P, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage6P
-
Create a new I18NBoundMessage6P instance.
- I18NBoundMessageBase<T extends I18NMessage> - Class in org.marketcetera.util.log
-
A bound message implementation, representing the combination of an
I18NMessageand its parameters, if any. - I18NBoundMessageBase(T, Serializable...) - Constructor for class org.marketcetera.util.log.I18NBoundMessageBase
-
Creates a new bound message with the given message and parameters.
- I18NBoundMessageNP - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessageNPand its arbitrary number of parameters. - I18NBoundMessageNP(I18NMessageNP, Serializable...) - Constructor for class org.marketcetera.util.log.I18NBoundMessageNP
-
Create a new I18NBoundMessageNP instance.
- 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(Throwable, I18NBoundMessage) - Constructor for error org.marketcetera.util.except.I18NError
-
Constructs a new throwable with the given message and 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.
- 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(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NException
-
Constructs a new throwable with the given message and 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.
- I18NExceptUtils - Class in org.marketcetera.util.except
-
Utilities supporting message generation.
- I18NExceptUtils() - Constructor for class org.marketcetera.util.except.I18NExceptUtils
-
Constructor.
- 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(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
-
Constructs a new throwable with the given message and 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.
- 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(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Constructs a new throwable with the given message and 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.
- 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) - Constructor for class org.marketcetera.util.log.I18NMessage
-
Creates a new internationalized message with the given message ID and the default entry ID.
- I18NMessage(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage
-
Creates a new internationalized message with the given message and entry IDs.
- I18NMessage0P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly zero parameters.
- I18NMessage0P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
-
Create a new I18NMessage0P instance.
- I18NMessage0P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
-
Create a new I18NMessage0P instance.
- I18NMessage1P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly one parameter.
- I18NMessage1P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
-
Create a new I18NMessage1P instance.
- I18NMessage1P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
-
Create a new I18NMessage1P instance.
- I18NMessage2P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly two parameters.
- I18NMessage2P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
-
Create a new I18NMessage2P instance.
- I18NMessage2P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
-
Create a new I18NMessage2P instance.
- I18NMessage3P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly three parameters.
- I18NMessage3P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
-
Create a new I18NMessage3P instance.
- I18NMessage3P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
-
Create a new I18NMessage3P instance.
- I18NMessage4P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly four parameters.
- I18NMessage4P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
-
Create a new I18NMessage4P instance.
- I18NMessage4P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
-
Create a new I18NMessage4P instance.
- I18NMessage5P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly five parameters.
- I18NMessage5P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
-
Create a new I18NMessage5P instance.
- I18NMessage5P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
-
Create a new I18NMessage5P instance.
- I18NMessage6P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly six parameters.
- I18NMessage6P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
-
Create a new I18NMessage6P instance.
- I18NMessage6P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
-
Create a new I18NMessage6P instance.
- 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) - Constructor for class org.marketcetera.util.log.I18NMessageNP
-
Create a new I18NMessageNP instance.
- I18NMessageNP(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessageNP
-
Create a new I18NMessageNP instance.
- I18NMessageProvider - Class in org.marketcetera.util.log
-
An internationalized message provider, mapping instances of
I18NMessageonto text. - I18NMessageProvider(String) - Constructor for class org.marketcetera.util.log.I18NMessageProvider
-
Creates a new message provider with the given ID.
- I18NMessageProvider(String, ClassLoader) - 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(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
-
Constructs a new throwable with the given message and 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.
- 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) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.info(Object,I18NMessage,Object...). - info(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- info(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
- info(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log an info message.
- info(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log an info message.
- info(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log an info message.
- info(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log an info message.
- info(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log an info message.
- info(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log an info message.
- info(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log an info message.
- 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, 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, 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, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.info(Object,Throwable,I18NMessage,Object...). - info(Object, Throwable) - 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) - Method in class org.marketcetera.util.log.I18NMessage0P
- 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, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log an info message.
- info(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log an info message.
- info(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log an info message.
- info(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log an info message.
- info(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log an info message.
- info(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log an info message.
- info(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log an info message.
- 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.
- 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.
- infoProxy(String, Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the informational level via the given logging proxy.
- infoProxy(String, 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 via the given logging proxy.
- infoProxy(String, 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 via the given logging proxy.
- infoProxy(String, Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at the informational level via the given logging proxy.
- infoProxy(String, Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at the informational level via the given logging proxy.
- infoProxy(String, 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 via the given logging proxy.
- infoProxy(String, 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 via the given logging proxy.
- infoProxy(String, 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 via the given logging proxy.
- init() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
Initializes the receiver.
- init() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
-
Initializes the receiver.
- init(ClassLoader) - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Initializes the receiver.
- innerCollection - Variable in class org.marketcetera.util.collections.UnmodifiableDeque
-
underlying collection used to store managed data
- InputStreamWrapper - Class in org.marketcetera.util.file
-
A wrapped input stream.
- InputStreamWrapper(File) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given regular file.
- InputStreamWrapper(InputStream) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given stream.
- InputStreamWrapper(InputStream, boolean) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given 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). - InputThread - Class in org.marketcetera.util.exec
-
A thread that consumes an input stream.
- InputThread(String, InputStream, OutputStream, boolean) - Constructor for class org.marketcetera.util.exec.InputThread
-
Creates a new thread that consumes the given input stream of a process (which is fed by the standard output stream of the process).
- 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.
- isAcceptable(int) - Method in class org.marketcetera.util.misc.UCPFilter.UCPCharsetFilter
- 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
-
Checks if the given throwable is an instance of
InterruptedException,InterruptedIOException,I18NInterruptedException, orI18NInterruptedRuntimeException. - isMatch() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Checks whether the receiver found no differences between source and destination.
- 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.
- IterableUtils() - Constructor for class org.marketcetera.util.misc.IterableUtils
-
Constructor.
- iterator - Variable in class org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
-
underlying iterator used to track the cursor location
- iterator() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
J
- JMX_REMOTE_SERVICE_DESCRIPTION - Static variable in interface org.marketcetera.util.ws.stateful.Messages
- JmxRemotePortUser - Class in org.marketcetera.util.ws.stateful
-
Indicates the port in use for JMX Remote, if present.
- JmxRemotePortUser() - Constructor for class org.marketcetera.util.ws.stateful.JmxRemotePortUser
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.
- LINK_DIR - org.marketcetera.util.file.FileType
- LINK_FILE - org.marketcetera.util.file.FileType
- LINK_UNKNOWN - org.marketcetera.util.file.FileType
- LINUX - org.marketcetera.util.misc.OperatingSystem
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.LocaleWrapper
-
Creates a new wrapper.
- LocaleWrapper(Locale) - Constructor for class org.marketcetera.util.ws.wrappers.LocaleWrapper
-
Creates a new wrapper for the given locale.
- log(Logger, String, int, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Attempts to log the given message using the given logger at the given level and via the given logging proxy.
- log(Logger, String, int, String, Object[]) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Attempts to log the given parameterized message using the given logger at the given level and via the given logging proxy.
- log(Logger, String, int, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Attempts to log the given message and throwable using the given logger at the given level and via the given logging proxy.
- log(Logger, String, int, Throwable, String, Object[]) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Attempts to log the given parameterized message and throwable using the given logger at the given level and via the given logging proxy.
- 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.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(String, char[]) - Method in class org.marketcetera.util.ws.stateful.Client
-
Initiates a new session using 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
- loginImpl(StatelessClientContext, String, char[]) - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
-
Logs in the client with the given context, provided the given credentials are acceptable.
- logout() - Method in class org.marketcetera.util.ws.stateful.Client
-
Ends an ongoing 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(ClientContext, SessionHolder<T>) - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
-
Logs out the client with the given context and associated session holder.
- LogUtils - Class in org.marketcetera.util.log
-
General-purpose utilities.
- LogUtils() - Constructor for class org.marketcetera.util.log.LogUtils
-
Constructor.
M
- MAC_OS_X - org.marketcetera.util.misc.OperatingSystem
- mAppId - Variable in class org.marketcetera.util.ws.stateless.StatelessClient
- mAppId - Variable in class org.marketcetera.util.ws.stateless.StatelessClientContext
- mAppIdFilter - Variable in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
- MapWrapper<K,V> - Class in org.marketcetera.util.ws.wrappers
-
A wrapper for marshalling a map value via JAXB.
- MapWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.MapWrapper
-
Creates a new wrapper.
- MapWrapper(Map<K, V>) - Constructor for class org.marketcetera.util.ws.wrappers.MapWrapper
-
Creates a new wrapper for the given map.
- mark(int) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- markAccess() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Sets the receiver's most recent access timestamp to the present time.
- markSupported() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- MarshalledLocale - Class in org.marketcetera.util.ws.wrappers
-
The marshalled form for a locale whose raw form is
Locale. - MarshalledLocale() - Constructor for class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Creates a new marshalled form.
- MarshalledLocale(Locale) - Constructor for class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Creates a new marshalled form for the locale given in its raw form.
- mAuthenticator - Variable in class org.marketcetera.util.ws.stateful.AuthServiceImpl
- mAuthenticator - Variable in class org.marketcetera.util.ws.stateful.Server
- mAuthService - Variable in class org.marketcetera.util.ws.stateful.Server
- MAX_SCAN_INTERVAL - Static variable in class org.marketcetera.util.ws.stateful.SessionManager
-
The maximum sleep interval between reaper scans, in ms.
- mBody - Variable in class org.marketcetera.util.quickfix.AnalyzedMessage
- mCharset - Variable in enum org.marketcetera.util.unicode.SignatureCharset
- mCharset - Variable in enum org.marketcetera.util.unicode.UnicodeCharset
- mClientId - Variable in class org.marketcetera.util.ws.stateless.StatelessClientContext
- mClientIdFilter - Variable in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
- mCloseOut - Variable in class org.marketcetera.util.exec.InputThread
- mCommand - Variable in class org.marketcetera.util.exec.InputThread
- mContainer - Variable in class org.marketcetera.util.l10n.ContainerClassInfo
- mCountry - Variable in class org.marketcetera.util.ws.wrappers.MarshalledLocale
- mCreationContext - Variable in class org.marketcetera.util.ws.stateful.SessionHolder
- mDecodingStrategy - Variable in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- mDefaults - Variable in class org.marketcetera.util.quickfix.SpringSessionSettings
- mDelegate - Variable in class org.marketcetera.util.misc.NamedThreadFactory
- mDescriptors - Variable in class org.marketcetera.util.quickfix.SpringSessionSettings
- mDeserializationException - Variable in class org.marketcetera.util.ws.wrappers.SerWrapper
- mDictionary - Variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
- mDstInfo - Variable in class org.marketcetera.util.l10n.MessageInfoPair
- MEMORY - org.marketcetera.util.exec.Disposition
- mEncoder - Variable in class org.marketcetera.util.misc.UCPFilter.UCPCharsetFilter
- mEntryId - Variable in class org.marketcetera.util.log.I18NMessage
- 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 class org.marketcetera.util.log.I18NMessageProvider
- MESSAGE_FILE_NOT_FOUND - Static variable in interface org.marketcetera.util.log.Messages
- MESSAGE_NOT_FOUND - Static variable in class org.marketcetera.util.log.I18NMessageProvider
- 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(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.
- 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(List<MessageInfo>, List<MessageInfo>) - Constructor for class org.marketcetera.util.l10n.MessageComparator
-
Creates a new comparator for the given meta-information.
- 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(ContainerClassInfo, Locale) - 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 and the given locale.
- MessageComparator(MessageInfoProvider, MessageInfoProvider) - Constructor for class org.marketcetera.util.l10n.MessageComparator
-
Creates a new comparator for the given meta-information providers.
- 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.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.
- mExitCode - Variable in class org.marketcetera.util.exec.ExecResult
- mExtraDstInfo - Variable in class org.marketcetera.util.l10n.MessageComparator
- mExtraSrcInfo - Variable in class org.marketcetera.util.l10n.MessageComparator
- mFields - Variable in class org.marketcetera.util.quickfix.AnalyzedGroup
- mFollowLinks - Variable in class org.marketcetera.util.file.SmartLinksDirectoryWalker
- mGroups - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mHeader - Variable in class org.marketcetera.util.quickfix.AnalyzedMessage
- mIn - Variable in class org.marketcetera.util.exec.InputThread
- 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
- mJavaName - Variable in enum org.marketcetera.util.misc.OperatingSystem
- mKey - Variable in class org.marketcetera.util.l10n.MessageInfo
- mLanguage - Variable in class org.marketcetera.util.ws.wrappers.MarshalledLocale
- mLastAccess - Variable in class org.marketcetera.util.ws.stateful.SessionHolder
- mLocale - Variable in class org.marketcetera.util.l10n.PropertiesFileInfo
- mLocale - Variable in class org.marketcetera.util.ws.stateless.StatelessClientContext
- mLoggerProxy - Variable in class org.marketcetera.util.log.I18NMessage
- mMap - Static variable in class org.marketcetera.util.misc.UCPFilter
- mMap - Static variable in class org.marketcetera.util.misc.UCPFilterInfo
- mMap - Variable in class org.marketcetera.util.ws.stateful.SessionManager
- mMark - Variable in enum org.marketcetera.util.unicode.Signature
- mMarshalled - Variable in class org.marketcetera.util.ws.wrappers.DualWrapper
- mMessage - Variable in error org.marketcetera.util.except.I18NError
- mMessage - Variable in exception org.marketcetera.util.except.I18NException
- mMessage - Variable in exception org.marketcetera.util.except.I18NRuntimeException
- mMessage - Variable in class org.marketcetera.util.l10n.I18NMessageInfo
- mMessage - Variable in class org.marketcetera.util.log.I18NBoundMessageBase
- mMessage - Variable in class org.marketcetera.util.ws.tags.EqualsTagFilter
- mMessage - Variable in class org.marketcetera.util.ws.tags.NonNullTagFilter
- mMessage - Variable in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
- mMessageId - Variable in class org.marketcetera.util.log.I18NMessage
- mMessageInfo - Variable in class org.marketcetera.util.l10n.ContainerClassInfo
- mMessageInfo - Variable in class org.marketcetera.util.l10n.PropertiesFileInfo
- mMessageProvider - Variable in class org.marketcetera.util.log.I18NLoggerProxy
- mMessageText - Variable in class org.marketcetera.util.l10n.PropertyMessageInfo
- mMismatches - Variable in class org.marketcetera.util.l10n.MessageComparator
- mName - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mName - Variable in enum org.marketcetera.util.unicode.UnicodeCharset
- mNamePrefix - Variable in class org.marketcetera.util.misc.NamedThreadFactory
- mOut - Variable in class org.marketcetera.util.exec.InputThread
- mOutput - Variable in class org.marketcetera.util.exec.ExecResult
- mParamCount - Variable in class org.marketcetera.util.l10n.MessageInfo
- mParams - Variable in class org.marketcetera.util.log.I18NBoundMessageBase
- mProcessed - Variable in class org.marketcetera.util.spring.LazyBean
- mProcessing - Variable in class org.marketcetera.util.spring.LazyBean
- mProperties - Variable in exception org.marketcetera.util.ws.wrappers.RemoteException
- mProvider - Variable in class org.marketcetera.util.l10n.ContainerClassInfo
- mProvider - Variable in class org.marketcetera.util.l10n.PropertiesFileInfo
- mProviderId - Variable in class org.marketcetera.util.log.I18NMessageProvider
- mQDictionary - Variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
- mQField - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mQLogFactory - Variable in class org.marketcetera.util.quickfix.SpringSessionSettings
- mQMessageStoreFactory - Variable in class org.marketcetera.util.quickfix.SpringSessionSettings
- mQSessionID - Variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
- mQSettings - Variable in class org.marketcetera.util.quickfix.SpringSessionSettings
- mQType - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mReader - Variable in class org.marketcetera.util.file.ReaderWrapper
- mReader - Variable in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- mRegistry - Variable in class org.marketcetera.util.file.CloseableRegistry
- mRequestedSignatureCharset - Variable in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- mRequestedSignatureCharset - Variable in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- mRequired - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mScanInterval - Variable in class org.marketcetera.util.ws.stateful.SessionManager.Reaper
- mSerializationException - Variable in class org.marketcetera.util.ws.wrappers.SerWrapper
- mSerializations - Variable in enum org.marketcetera.util.unicode.DecodingStrategy
- mServer - Variable in class org.marketcetera.util.ws.stateless.ServiceInterface
- mServerId - Variable in class org.marketcetera.util.ws.stateful.SessionManager
- mServerMessage - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mServerName - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mServerName - Variable in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
- mServerString - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mServerString - Variable in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
- mSession - Variable in class org.marketcetera.util.ws.stateful.SessionHolder
- mSessionFactory - Variable in class org.marketcetera.util.ws.stateful.SessionManager
- mSessionId - Variable in class org.marketcetera.util.ws.stateful.Client
- mSessionIdFilter - Variable in class org.marketcetera.util.ws.stateful.RemoteCall
- mSessionLife - Variable in class org.marketcetera.util.ws.stateful.SessionManager
- mSessionManager - Variable in class org.marketcetera.util.ws.stateful.RemoteCall
- mSessionManager - Variable in class org.marketcetera.util.ws.stateful.Server
- mSessionManager - Variable in class org.marketcetera.util.ws.stateful.ServiceBaseImpl
- mSessionManager - Variable in class org.marketcetera.util.ws.tags.ValidSessionTagFilter
- mSettings - Variable in class org.marketcetera.util.quickfix.SpringSessionDescriptor
- mSignature - Variable in enum org.marketcetera.util.unicode.SignatureCharset
- mSignatureCharset - Variable in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- mSignatureCharset - Variable in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- mSignatureCharsets - Variable in enum org.marketcetera.util.unicode.Serialization
- mSkipClose - Variable in class org.marketcetera.util.file.InputStreamWrapper
- mSkipClose - Variable in class org.marketcetera.util.file.OutputStreamWrapper
- mSkipClose - Variable in class org.marketcetera.util.file.ReaderWrapper
- mSkipClose - Variable in class org.marketcetera.util.file.WriterWrapper
- mSrcInfo - Variable in class org.marketcetera.util.l10n.MessageInfoPair
- mStream - Variable in class org.marketcetera.util.file.InputStreamWrapper
- mStream - Variable in class org.marketcetera.util.file.OutputStreamWrapper
- mStream - Variable in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- mStream - Variable in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- mString - Variable in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
- mTarget - Variable in class org.marketcetera.util.ws.tags.EqualsTagFilter
- mThreadNumber - Variable in class org.marketcetera.util.misc.NamedThreadFactory
- mThrowable - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mTraceCapture - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mTraceCapture - Variable in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
- mTrailer - Variable in class org.marketcetera.util.quickfix.AnalyzedMessage
- mUCPs - Variable in class org.marketcetera.util.misc.UCPFilterInfo
- MULTIPLE_PROVIDERS - Static variable in interface org.marketcetera.util.l10n.Messages
- mUser - Variable in class org.marketcetera.util.ws.stateful.SessionHolder
- mValidationException - Variable in class org.marketcetera.util.quickfix.AnalyzedMessage
- mValue - Variable in class org.marketcetera.util.quickfix.AnalyzedField
- mValue - Variable in class org.marketcetera.util.ws.tags.Tag
- mValue - Variable in class org.marketcetera.util.ws.wrappers.BaseWrapper
- mVariant - Variable in class org.marketcetera.util.ws.wrappers.MarshalledLocale
- mVersionId - Variable in class org.marketcetera.util.ws.stateless.StatelessClientContext
- mVersionIdFilter - Variable in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
- mWrapper - Variable in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
- mWrapper - Variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- mWriter - Variable in class org.marketcetera.util.file.WriterWrapper
- mWriter - Variable in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- mWriteSignature - Variable in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
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
- next() - Method in class org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
- 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() - Constructor for class org.marketcetera.util.ws.stateless.Node
-
Creates a new communication node with the default host name and port.
- Node(String, int) - Constructor for class org.marketcetera.util.ws.stateless.Node
-
Creates a new communication node with the given host name and port.
- nodeDescription - Variable in class org.marketcetera.util.ws.stateless.Node
-
node description value
- nodeId - Variable in class org.marketcetera.util.ws.stateless.Node
-
node id for this node
- NodeId - Class in org.marketcetera.util.ws.tags
-
A node ID.
- NodeId() - Constructor for class org.marketcetera.util.ws.tags.NodeId
-
Create a new NodeId instance.
- NodeId(String) - Constructor for class org.marketcetera.util.ws.tags.NodeId
-
Creates a new node ID with the given ID value.
- NONE - org.marketcetera.util.unicode.Signature
- NONE_UTF16BE - org.marketcetera.util.unicode.SignatureCharset
- NONE_UTF16LE - org.marketcetera.util.unicode.SignatureCharset
- NONE_UTF32BE - org.marketcetera.util.unicode.SignatureCharset
- NONE_UTF32LE - org.marketcetera.util.unicode.SignatureCharset
- NONE_UTF8 - org.marketcetera.util.unicode.SignatureCharset
- NONEXISTENT - org.marketcetera.util.file.FileType
- 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.
- OperatingSystem(String) - Constructor for enum org.marketcetera.util.misc.OperatingSystem
-
Creates a new enumerated constant, associated with the given expected value for the
os.namesystem property. - 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.spring - package org.marketcetera.util.spring
-
Miscellaneous utilities for the Spring framework.
- org.marketcetera.util.time - package org.marketcetera.util.time
- 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(File) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
-
Creates a new wrapped stream that wraps the given regular file.
- OutputStreamWrapper(OutputStream) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
-
Creates a new wrapped stream that wraps the given stream.
- OutputStreamWrapper(OutputStream, boolean) - Constructor for class org.marketcetera.util.file.OutputStreamWrapper
-
Creates a new wrapped stream that wraps the given 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 isSpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name isSpecialNames.STANDARD_ERROR).
P
- PARAM_COUNT_MISMATCH - Static variable in interface org.marketcetera.util.l10n.Messages
- PARAM_PATTERN - Static variable in class org.marketcetera.util.l10n.PropertiesFileInfo
- 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.
- port - Variable in class org.marketcetera.util.ws.stateful.PortDescriptor
-
port value
- port - Variable in class org.marketcetera.util.ws.stateful.PortUserProxy
-
port value
- port - Variable in class org.marketcetera.util.ws.stateless.Node
-
node port value
- PortDescriptor - Class in org.marketcetera.util.ws.stateful
-
Describes the usage of a port.
- PortDescriptor(int, String) - Constructor for class org.marketcetera.util.ws.stateful.PortDescriptor
-
Create a new PortDescriptor instance.
- PortUserProxy - Class in org.marketcetera.util.ws.stateful
-
Allows a port that is implicitly used by the system to be identified.
- PortUserProxy() - Constructor for class org.marketcetera.util.ws.stateful.PortUserProxy
- 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) - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Prints the receiver onto the given stream.
- 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.
- printFields(PrintStream, String, List<AnalyzedField>) - Static method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Prints the given field list onto the given stream.
- printSection(PrintStream, I18NBoundMessage, List<AnalyzedField>) - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Prints the given section title and fields of 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) - Constructor for class org.marketcetera.util.l10n.PropertiesFileInfo
-
Creates a new meta-information holder for the fallback properties file associated with the given provider.
- 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.
- 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.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.
- RandomStrings() - Constructor for class org.marketcetera.util.misc.RandomStrings
-
Constructor.
- 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
- read(CharBuffer) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- ReaderWrapper - Class in org.marketcetera.util.file
-
A wrapped reader.
- ReaderWrapper(File) - Constructor for class org.marketcetera.util.file.ReaderWrapper
-
Creates a new wrapped reader that wraps the given regular file.
- ReaderWrapper(File, DecodingStrategy) - Constructor for class org.marketcetera.util.file.ReaderWrapper
-
Creates a new wrapped reader that wraps the given regular file.
- ReaderWrapper(Reader) - Constructor for class org.marketcetera.util.file.ReaderWrapper
-
Creates a new wrapped reader that wraps the given reader.
- ReaderWrapper(Reader, boolean) - Constructor for class org.marketcetera.util.file.ReaderWrapper
-
Creates a new wrapped reader that wraps the given reader.
- 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(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). - readExternal(ObjectInput) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
- readExternal(ObjectInput) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
- readObject(ObjectInputStream) - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Java deserialization.
- ready() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
- Reaper() - Constructor for class org.marketcetera.util.ws.stateful.SessionManager.Reaper
-
Creates a new reaper.
- 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
- RecursiveDeleter() - Constructor for class org.marketcetera.util.file.Deleter.RecursiveDeleter
-
Creates a new recursive deleter.
- ReflectUtils - Class in org.marketcetera.util.misc
-
Utilities for reflection.
- ReflectUtils() - Constructor for class org.marketcetera.util.misc.ReflectUtils
-
Constructor.
- register(Closeable) - Method in class org.marketcetera.util.file.CloseableRegistry
-
Registers a
Closeableinstance 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(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.
- 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.
- RemoteCaller<S,T> - Class in org.marketcetera.util.ws.stateful
-
An implementation wrapper for stateful services.
- 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.
- 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.
- RemoteException - Exception in org.marketcetera.util.ws.wrappers
-
A remote exception.
- RemoteException() - Constructor for exception org.marketcetera.util.ws.wrappers.RemoteException
-
Creates a new exception.
- RemoteException(Throwable) - Constructor for exception org.marketcetera.util.ws.wrappers.RemoteException
-
Creates a new exception that wraps the given throwable.
- RemoteI18NBoundMessage - Class in org.marketcetera.util.ws.wrappers
-
A wrapper for an
I18NBoundMessage. - RemoteI18NBoundMessage() - Constructor for class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Creates a new message wrapper.
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Creates a new container.
- RemoteProperties(Throwable) - Constructor for class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Creates a new container for a
RemoteExceptionthat wraps the given throwable. - 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(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.
- 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.
- remove() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
- remove() - Method in class org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
- 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() - 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.
- 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.
- 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() - Constructor for class org.marketcetera.util.ws.wrappers.RootElementWrapper
-
Creates a new wrapper.
- RootElementWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.RootElementWrapper
-
Creates a new wrapper that wraps the given object.
- run() - Method in class org.marketcetera.util.exec.InputThread
- run() - Method in class org.marketcetera.util.ws.stateful.SessionManager.Reaper
- 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.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NBoundMessageBase
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NLoggerProxy
-
The logging proxy name used when none is explicitly specified.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage0P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage1P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage2P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage3P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage4P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage5P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessage6P
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.I18NMessageNP
-
The logging proxy name.
- SELF_PROXY - Static variable in class org.marketcetera.util.log.SLF4JLoggerProxy
-
The logging proxy name used when none is explicitly specified.
- Serialization - Enum in org.marketcetera.util.unicode
-
A list of signature/charset pairs.
- Serialization(SignatureCharset) - Constructor for enum org.marketcetera.util.unicode.Serialization
-
Creates a new serialization with only the given signature/charset pair.
- Serialization(SignatureCharset[]) - Constructor for enum org.marketcetera.util.unicode.Serialization
-
Creates a new serialization with the given signature/charset pairs.
- SERIALIZATION_FAILED - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
- serialVersionUID - Static variable in error org.marketcetera.util.except.I18NError
- serialVersionUID - Static variable in exception org.marketcetera.util.except.I18NException
- serialVersionUID - Static variable in exception org.marketcetera.util.except.I18NInterruptedException
- serialVersionUID - Static variable in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
- serialVersionUID - Static variable in exception org.marketcetera.util.except.I18NRuntimeException
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage0P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage1P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage2P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage3P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage4P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage5P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessage6P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessageBase
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NBoundMessageNP
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NLoggerProxy
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage0P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage1P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage2P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage3P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage4P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage5P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessage6P
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessageNP
- serialVersionUID - Static variable in class org.marketcetera.util.log.I18NMessageProvider
- serialVersionUID - Static variable in class org.marketcetera.util.ws.tags.AppId
- serialVersionUID - Static variable in class org.marketcetera.util.ws.tags.NodeId
- serialVersionUID - Static variable in exception org.marketcetera.util.ws.tags.SessionExpiredException
- serialVersionUID - Static variable in class org.marketcetera.util.ws.tags.SessionId
- serialVersionUID - Static variable in exception org.marketcetera.util.ws.tags.SessionRequiredException
- serialVersionUID - Static variable in class org.marketcetera.util.ws.tags.Tag
- serialVersionUID - Static variable in class org.marketcetera.util.ws.tags.VersionId
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.CompSerWrapper
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.DateWrapper
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.DualWrapper
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.LocaleWrapper
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.MarshalledLocale
- serialVersionUID - Static variable in exception org.marketcetera.util.ws.wrappers.RemoteException
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.RemoteProperties
- serialVersionUID - Static variable in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
- serialVersionUID - Static variable in class org.marketcetera.util.ws.wrappers.SerWrapper
- server - Variable in class org.marketcetera.util.ws.stateless.StatelessServer
-
published server object
- Server<SessionClazz> - Class in org.marketcetera.util.ws.stateful
-
A server node for stateful communication.
- 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(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.
- ServerProvider<T> - Interface in org.marketcetera.util.ws.stateful
-
Provides access to a
Serverobject. - 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.
- ServiceInterface(Server) - Constructor for class org.marketcetera.util.ws.stateless.ServiceInterface
-
Creates a new handle wrapping the given CXF-specific service interface representation.
- SerWrapper<T extends Serializable> - Class in org.marketcetera.util.ws.wrappers
-
A dual-form wrapper for marshalling a serializable object.
- SerWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
-
Creates a new wrapper.
- SerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
-
Creates a new wrapper for the given object, in its raw form.
- SESSION_EXPIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
- SESSION_REQUIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
- SessionExpiredException - Exception in org.marketcetera.util.ws.tags
-
Indicates that a session has expired.
- SessionExpiredException() - Constructor for exception org.marketcetera.util.ws.tags.SessionExpiredException
-
Create a new SessionExpiredException instance.
- SessionExpiredException(Throwable) - Constructor for exception org.marketcetera.util.ws.tags.SessionExpiredException
-
Create a new SessionExpiredException instance.
- SessionExpiredException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.ws.tags.SessionExpiredException
-
Create a new SessionExpiredException instance.
- SessionExpiredException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.ws.tags.SessionExpiredException
-
Create a new SessionExpiredException instance.
- 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 - Variable in class org.marketcetera.util.ws.stateful.ClientContext
-
session ID value
- SessionId - Class in org.marketcetera.util.ws.tags
-
A session ID.
- SessionId() - Constructor for class org.marketcetera.util.ws.tags.SessionId
-
Create a new SessionId instance.
- SessionId(String) - 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() - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
-
Creates a new session manager whose sessions never expire.
- 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(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.Reaper - Class in org.marketcetera.util.ws.stateful
-
The reaper.
- sessionMapLock - Variable in class org.marketcetera.util.ws.stateful.SessionManager
- SessionRequiredException - Exception in org.marketcetera.util.ws.tags
-
Indicates that a session is required.
- SessionRequiredException() - Constructor for exception org.marketcetera.util.ws.tags.SessionRequiredException
-
Create a new SessionRequiredException instance.
- SessionRequiredException(Throwable) - Constructor for exception org.marketcetera.util.ws.tags.SessionRequiredException
-
Create a new SessionRequiredException instance.
- SessionRequiredException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.ws.tags.SessionRequiredException
-
Create a new SessionRequiredException instance.
- SessionRequiredException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.ws.tags.SessionRequiredException
-
Create a new SessionRequiredException instance.
- setAppId(AppId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's application ID to the given one.
- setClientId(NodeId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's client ID to the given one.
- 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.
- setDescription(String) - Method in class org.marketcetera.util.ws.stateful.PortUserProxy
-
Sets the description value.
- setDescriptors(List<SpringSessionDescriptor>) - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Sets the receiver's session descriptors to the given ones.
- setDeserializationException(SerializationException) - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
-
Sets the exception encountered during the most recent deserialization attempt to the given exception.
- 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.
- setLanguage(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Set the receiver's language to the given one.
- 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.
- setNodeDescription(String) - Method in class org.marketcetera.util.ws.stateless.Node
-
Sets the nodeDescription value.
- setObject(T) - Method in class org.marketcetera.util.ws.wrappers.RootElementWrapper
-
Sets the receiver's wrapped object to the given one.
- setPort(int) - Method in class org.marketcetera.util.ws.stateful.PortUserProxy
-
Sets the port value.
- setPort(int) - Method in class org.marketcetera.util.ws.stateless.Node
-
Sets the port value.
- setProcessed(boolean) - Method in class org.marketcetera.util.spring.LazyBean
-
Sets the receiver's flag indicating that processing is complete to the given value.
- setProcessing(boolean) - Method in class org.marketcetera.util.spring.LazyBean
-
Sets the receiver's flag indicating that processing is ongoing to the given 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.
- setProvider(I18NMessageProvider) - Method in class org.marketcetera.util.l10n.ContainerClassInfo
-
Sets the internationalized message provider declared in the receiver's container class to the given one.
- 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.
- setSerializationException(SerializationException) - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
-
Sets the exception encountered during the most recent serialization attempt to the given exception.
- setServerId(NodeId) - Method in class org.marketcetera.util.ws.stateful.SessionManager
-
Sets the receiver's server ID to the given one.
- 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.
- 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.Client
-
Sets the receiver's session ID to the given one.
- setSessionId(SessionId) - Method in class org.marketcetera.util.ws.stateful.ClientContext
-
Sets the sessionId 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.
- setTraceCapture(String[]) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Set the receiver's stack trace capture to the given one.
- setTransientMessage(I18NBoundMessage) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Sets the receiver's message to the given one.
- setTransientThrowable(Throwable) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Sets the receiver's throwable to the given one.
- setUsername(String) - Method in class org.marketcetera.util.ws.stateful.Client
-
Sets the username value.
- setUsername(String) - Method in class org.marketcetera.util.ws.stateful.ClientContext
-
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(VersionId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's version ID 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.
- setWrapper(SerWrapper<I18NBoundMessage>) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Sets the receiver's message (wrapper) to the given one.
- sGenerator - Static variable in class org.marketcetera.util.misc.RandomStrings
- 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
- shouldWriteSignature(File, boolean) - Static method in class org.marketcetera.util.unicode.UnicodeFileWriter
-
Checks whether signature injection should take place for the given file and output mode.
- shouldWriteSignature(String, boolean) - Static method in class org.marketcetera.util.unicode.UnicodeFileWriter
-
Checks whether signature injection should take place for the given file and output mode.
- SIG_REQ - org.marketcetera.util.unicode.DecodingStrategy
- Signature - Enum in org.marketcetera.util.unicode
-
A byte stream signature.
- Signature(byte[]) - Constructor for enum org.marketcetera.util.unicode.Signature
-
Creates a new signature with the given BOM.
- 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). - SignatureCharset(Signature, UnicodeCharset) - Constructor for enum org.marketcetera.util.unicode.SignatureCharset
-
Creates a new signature/charset pair with the given signature and charset.
- 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.
- SLF4JLoggerProxy() - Constructor for class org.marketcetera.util.log.SLF4JLoggerProxy
-
Constructor.
- SmartLinksDirectoryWalker - Class in org.marketcetera.util.file
-
A
DirectoryWalkerwhich 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.
- SOLARIS - org.marketcetera.util.misc.OperatingSystem
- 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.
- SpringUtils() - Constructor for class org.marketcetera.util.spring.SpringUtils
-
Constructor.
- sProcessLocale - Static variable in class org.marketcetera.util.log.ActiveLocale
- 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.
- 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() - 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.
- 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(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
-
Create a new StatelessClient instance.
- 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.
- 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() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Creates a new wrapper which applies a single filter to the client context.
- 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.
- StatelessRemoteCaller<T> - Class in org.marketcetera.util.ws.stateless
-
An implementation wrapper for stateless services.
- StatelessRemoteCaller() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
-
Creates a new wrapper which applies a single filter to the client context.
- 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.
- StatelessRemoteRunner - Class in org.marketcetera.util.ws.stateless
-
An implementation wrapper for stateless services.
- StatelessRemoteRunner() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
-
Creates a new wrapper which applies a single filter to the client context.
- 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.
- StatelessServer - Class in org.marketcetera.util.ws.stateless
-
A server node for stateless communication.
- StatelessServer() - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
-
Creates a new server node with the default server host name and port.
- 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(String, int, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
-
Create a new StatelessServer instance.
- 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
- STDERR - org.marketcetera.util.exec.Disposition
- STDOUT - org.marketcetera.util.exec.Disposition
- sThreadStack - Static variable in class org.marketcetera.util.log.ActiveLocale
- 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.
- StringUtils() - Constructor for class org.marketcetera.util.misc.StringUtils
-
Constructor.
- swallow(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Swallows the given throwable.
- swallow(Throwable, Object, I18NBoundMessage) - 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() - Constructor for class org.marketcetera.util.ws.tags.Tag
-
Creates a new tag.
- Tag(String) - Constructor for class org.marketcetera.util.ws.tags.Tag
-
Creates a new tag with the given ID value.
- 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(Iterable<?>) - Static method in class org.marketcetera.util.misc.IterableUtils
-
Converts the given iterable to an array and returns the result.
- toArray(List<Integer>) - Static method in class org.marketcetera.util.misc.CollectionUtils
-
Returns the non-null integers in the given list as an array.
- toHashMap(List<MessageInfo>) - Method in class org.marketcetera.util.l10n.MessageComparator
-
Converts the given meta-information list into a map, with the map keys being the message keys.
- toLocalDate(LocalDateTime) - Static method in class org.marketcetera.util.time.DateService
-
Convert the given
LocalDateTimeto aDatevalue. - toLocalDate(Date) - Static method in class org.marketcetera.util.time.DateService
- toLocalDateTime(long) - Static method in class org.marketcetera.util.time.DateService
-
Converts from millis since epoch to
LocalDateTime. - toLocalDateTime(Calendar) - Static method in class org.marketcetera.util.time.DateService
-
Convert the given
Calendarto aLocalDateTimevalue. - toLocalDateTime(Date) - Static method in class org.marketcetera.util.time.DateService
-
Converts from
Datetypes toLocalDateTimetypes. - toLocale() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Returns the raw form of the receiver.
- toLocalEpochMillis(LocalDateTime) - Static method in class org.marketcetera.util.time.DateService
-
Convert the given
LocalDateTimeto milliseconds since epoch. - toLocalTime(Date) - Static method in class org.marketcetera.util.time.DateService
- 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.stateful.PortDescriptor
- 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.
- toUtcDate(LocalDate) - Static method in class org.marketcetera.util.time.DateService
- toUtcDate(LocalDateTime) - Static method in class org.marketcetera.util.time.DateService
-
Convert the given
LocalDateTimeto aDatevalue. - toUtcDate(LocalTime) - Static method in class org.marketcetera.util.time.DateService
- toUtcDate(Date) - Static method in class org.marketcetera.util.time.DateService
- toUtcDateTime(long) - Static method in class org.marketcetera.util.time.DateService
-
Converts from millis since epoch to
LocalDateTime. - toUtcDateTime(Date) - Static method in class org.marketcetera.util.time.DateService
-
Converts from
Datetypes toLocalDateTimetypes. - toUtcEpochMillis(LocalDateTime) - Static method in class org.marketcetera.util.time.DateService
-
Convert the given
LocalDateTimeto milliseconds since epoch. - toUtcTime(Date) - Static method in class org.marketcetera.util.time.DateService
- trace(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.trace(Object,I18NMessage,Object...). - trace(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- trace(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
- trace(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a trace message.
- trace(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a trace message.
- trace(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a trace message.
- trace(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a trace message.
- trace(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a trace message.
- trace(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a debug message.
- trace(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a trace message.
- 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, 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, 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, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.trace(Object,Throwable,I18NMessage,Object...). - trace(Object, Throwable) - 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) - Method in class org.marketcetera.util.log.I18NMessage0P
- 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, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a trace message.
- trace(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a trace message.
- trace(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a trace message.
- trace(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a trace message.
- trace(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a trace message.
- trace(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a trace message.
- trace(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a trace message.
- 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.
- 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.
- traceProxy(String, Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the tracing level via the given logging proxy.
- traceProxy(String, 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 via the given logging proxy.
- traceProxy(String, 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 via the given logging proxy.
- traceProxy(String, Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at the tracing level via the given logging proxy.
- traceProxy(String, Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at the tracing level via the given logging proxy.
- traceProxy(String, 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 via the given logging proxy.
- traceProxy(String, 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 via the given logging proxy.
- traceProxy(String, 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 via the given logging proxy.
- TRAILER_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
U
- UCPCharsetFilter(Charset) - Constructor for class org.marketcetera.util.misc.UCPFilter.UCPCharsetFilter
-
Creates a filter for the given charset.
- UCPFilter - Class in org.marketcetera.util.misc
-
A filter for Unicode code points.
- UCPFilter() - Constructor for class org.marketcetera.util.misc.UCPFilter
- UCPFilter.UCPCharsetFilter - Class in org.marketcetera.util.misc
-
A filter for Unicode characters that can be encoded by a specific charset.
- UCPFilterInfo - Class in org.marketcetera.util.misc
-
A meta-information holder for a
UCPFilter. - UCPFilterInfo(UCPFilter) - Constructor for class org.marketcetera.util.misc.UCPFilterInfo
-
Creates a new meta-information holder for the given filter.
- UNEXPECTED_EXCEPTION - Static variable in interface org.marketcetera.util.log.Messages
- UNEXPECTED_EXCEPTION_CONTEXT - Static variable in class org.marketcetera.util.log.I18NMessageProvider
- UNEXPECTED_EXCEPTION_TRACE - Static variable in class org.marketcetera.util.log.I18NMessageProvider
- UNEXPECTED_TERMINATION - Static variable in interface org.marketcetera.util.exec.Messages
- UnicodeCharset - Enum in org.marketcetera.util.unicode
-
A thin wrapper around
Charsetfor the Unicode charsets. - UnicodeCharset(String) - Constructor for enum org.marketcetera.util.unicode.UnicodeCharset
-
Creates a new charset with the given name.
- UnicodeFileReader - Class in org.marketcetera.util.unicode
-
A
UnicodeInputStreamReaderwhich gets its input from a file. - UnicodeFileReader(File) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
-
Creates a new reader using the given file, and the
UnicodeInputStreamReader(InputStream)andFileInputStream(File)constructors. - UnicodeFileReader(FileDescriptor) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
-
Creates a new reader using the given file descriptor, and the
UnicodeInputStreamReader(InputStream)andFileInputStream(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(InputStream, DecodingStrategy)andFileInputStream(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(InputStream, SignatureCharset)andFileInputStream(FileDescriptor)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(InputStream, DecodingStrategy)andFileInputStream(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(InputStream, SignatureCharset)andFileInputStream(File)constructors. - UnicodeFileReader(String) - Constructor for class org.marketcetera.util.unicode.UnicodeFileReader
-
Creates a new reader using the given file name, and the
UnicodeInputStreamReader(InputStream)andFileInputStream(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(InputStream, DecodingStrategy)andFileInputStream(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(InputStream, SignatureCharset)andFileInputStream(String)constructors. - UnicodeFileWriter - Class in org.marketcetera.util.unicode
-
A
UnicodeOutputStreamWriterwhich directs its output to a file. - UnicodeFileWriter(File) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
-
Creates a new writer using the given file, and the
UnicodeOutputStreamWriter(OutputStream)andFileOutputStream(File)constructors. - UnicodeFileWriter(FileDescriptor) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
-
Creates a new writer using the given file descriptor, and the
UnicodeOutputStreamWriter(OutputStream)andFileOutputStream(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(OutputStream, Reader)andFileOutputStream(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(OutputStream, SignatureCharset)andFileOutputStream(FileDescriptor)constructors. - UnicodeFileWriter(File, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
-
Creates a new writer using the given file, and the
UnicodeOutputStreamWriter(OutputStream)andFileOutputStream(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(OutputStream, Reader)andFileOutputStream(File,boolean)constructors. - 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(OutputStream, SignatureCharset)andFileOutputStream(File,boolean)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(OutputStream, Reader)andFileOutputStream(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(OutputStream, SignatureCharset)andFileOutputStream(File)constructors. - UnicodeFileWriter(String) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
-
Creates a new writer using the given file name, and the
UnicodeOutputStreamWriter(OutputStream)andFileOutputStream(String)constructors. - UnicodeFileWriter(String, boolean) - Constructor for class org.marketcetera.util.unicode.UnicodeFileWriter
-
Creates a new writer using the given file name, and the
UnicodeOutputStreamWriter(OutputStream)andFileOutputStream(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(OutputStream, Reader)andFileOutputStream(String,boolean)constructors. - 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(OutputStream, SignatureCharset)andFileOutputStream(String,boolean)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(OutputStream, Reader)andFileOutputStream(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(OutputStream, SignatureCharset)andFileOutputStream(String)constructors. - UnicodeInputStreamReader - Class in org.marketcetera.util.unicode
-
A variation of
InputStreamReaderthat 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, 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.
- 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.
- UnicodeOutputStreamWriter - Class in org.marketcetera.util.unicode
-
A variation of
OutputStreamWriterthat 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, 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.
- 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, 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, 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.
- UNKNOWN - org.marketcetera.util.file.FileType
- UNKNOWN - org.marketcetera.util.misc.OperatingSystem
- 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 - Static variable in class org.marketcetera.util.log.SLF4JLoggerProxy
-
The logger used when no category is explicitly specified.
- 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.
- UnmodifiableDeque<T> - Class in org.marketcetera.util.collections
-
Provides a
Dequeimplementation that cannot be modified. - UnmodifiableDeque(Deque<T>) - Constructor for class org.marketcetera.util.collections.UnmodifiableDeque
-
Create a new UnmodifiableDeque instance.
- UnmodifiableDeque.UnmodifiableIterator - Class in org.marketcetera.util.collections
-
Provides an
Iteratorimplementation that cannot be used to modify the underlyingCollection. - UnmodifiableIterator(Deque<T>, boolean) - Constructor for class org.marketcetera.util.collections.UnmodifiableDeque.UnmodifiableIterator
-
Create a new UnmodifiableIterator instance.
- username - Variable in class org.marketcetera.util.ws.stateful.Client
-
username value
- username - Variable in class org.marketcetera.util.ws.stateful.ClientContext
-
username that owns the context
- UsesPort - Interface in org.marketcetera.util.ws.stateful
-
Indicates that the implementor consumes a port.
- UTF16 - org.marketcetera.util.unicode.Serialization
- UTF16 - org.marketcetera.util.unicode.UnicodeCharset
- UTF16_DEFAULT - org.marketcetera.util.unicode.DecodingStrategy
- UTF16BE - org.marketcetera.util.unicode.Serialization
- UTF16BE - org.marketcetera.util.unicode.Signature
- UTF16BE - org.marketcetera.util.unicode.UnicodeCharset
- UTF16BE_REQ - org.marketcetera.util.unicode.Serialization
- UTF16BE_UTF16BE - org.marketcetera.util.unicode.SignatureCharset
- UTF16LE - org.marketcetera.util.unicode.Serialization
- UTF16LE - org.marketcetera.util.unicode.Signature
- UTF16LE - org.marketcetera.util.unicode.UnicodeCharset
- UTF16LE_REQ - org.marketcetera.util.unicode.Serialization
- UTF16LE_UTF16LE - org.marketcetera.util.unicode.SignatureCharset
- UTF32 - org.marketcetera.util.unicode.Serialization
- UTF32 - org.marketcetera.util.unicode.UnicodeCharset
- UTF32_DEFAULT - org.marketcetera.util.unicode.DecodingStrategy
- UTF32BE - org.marketcetera.util.unicode.Serialization
- UTF32BE - org.marketcetera.util.unicode.Signature
- UTF32BE - org.marketcetera.util.unicode.UnicodeCharset
- UTF32BE_REQ - org.marketcetera.util.unicode.Serialization
- UTF32BE_UTF32BE - org.marketcetera.util.unicode.SignatureCharset
- UTF32LE - org.marketcetera.util.unicode.Serialization
- UTF32LE - org.marketcetera.util.unicode.Signature
- UTF32LE - org.marketcetera.util.unicode.UnicodeCharset
- UTF32LE_REQ - org.marketcetera.util.unicode.Serialization
- UTF32LE_UTF32LE - org.marketcetera.util.unicode.SignatureCharset
- UTF8 - org.marketcetera.util.unicode.Serialization
- UTF8 - org.marketcetera.util.unicode.Signature
- UTF8 - org.marketcetera.util.unicode.UnicodeCharset
- UTF8_DEFAULT - org.marketcetera.util.unicode.DecodingStrategy
- UTF8_UTF8 - org.marketcetera.util.unicode.SignatureCharset
- UTF8N - org.marketcetera.util.unicode.Serialization
V
- VALID - Static variable in class org.marketcetera.util.misc.UCPFilter
-
A filter for Unicode characters deemed valid by
StringUtils.isValid(int). - 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.
- value() - Method in annotation type org.marketcetera.util.misc.ClassVersion
- 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() - Constructor for class org.marketcetera.util.ws.tags.VersionId
-
Create a new VersionId instance.
- VersionId(String) - Constructor for class org.marketcetera.util.ws.tags.VersionId
-
Creates a new version ID with the given ID value.
W
- warn(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.warn(Object,I18NMessage,Object...). - warn(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
- warn(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
- warn(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a warn message.
- warn(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a warn message.
- warn(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a warn message.
- warn(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a warn message.
- warn(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a warn message.
- warn(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a warn message.
- warn(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a warn message.
- 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, 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, 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, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
A convenience method for
I18NLoggerProxy.warn(Object,Throwable,I18NMessage,Object...). - warn(Object, Throwable) - 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) - Method in class org.marketcetera.util.log.I18NMessage0P
- 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, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
Log a warn message.
- warn(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
Log a warn message.
- warn(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
Log a warn message.
- warn(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
Log a warn message.
- warn(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
Log a warn message.
- warn(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
Log a warn message.
- warn(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
Log a warn message.
- 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.
- 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.
- warnProxy(String, Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the warning level via the given logging proxy.
- warnProxy(String, 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 via the given logging proxy.
- warnProxy(String, 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 via the given logging proxy.
- warnProxy(String, Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at the warning level via the given logging proxy.
- warnProxy(String, Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at the warning level via the given logging proxy.
- warnProxy(String, 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 via the given logging proxy.
- warnProxy(String, 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 via the given logging proxy.
- warnProxy(String, 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 via the given logging proxy.
- WEB_SERVICE_DESCRIPTION - Static variable in interface org.marketcetera.util.ws.stateless.Messages
- WINDOWS_2000 - org.marketcetera.util.misc.OperatingSystem
- WINDOWS_2003 - org.marketcetera.util.misc.OperatingSystem
- WINDOWS_7 - org.marketcetera.util.misc.OperatingSystem
- WINDOWS_CE - org.marketcetera.util.misc.OperatingSystem
- WINDOWS_VISTA - org.marketcetera.util.misc.OperatingSystem
- WINDOWS_XP - org.marketcetera.util.misc.OperatingSystem
- 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 aI18NInterruptedException, and this exception is returned; also, the calling thread is interrupted. - 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 aI18NInterruptedException, 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) - 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 aI18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted. - 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 aI18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted. - write(char[]) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- write(char[], int, int) - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
- write(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(File) - Constructor for class org.marketcetera.util.file.WriterWrapper
-
Creates a new wrapped writer that wraps the given regular file.
- WriterWrapper(File, SignatureCharset) - Constructor for class org.marketcetera.util.file.WriterWrapper
-
Creates a new wrapped writer that wraps the given regular file.
- WriterWrapper(Writer) - Constructor for class org.marketcetera.util.file.WriterWrapper
-
Creates a new wrapped writer that wraps the given writer.
- WriterWrapper(Writer, boolean) - Constructor for class org.marketcetera.util.file.WriterWrapper
-
Creates a new wrapped writer that wraps the given writer.
- 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 isSpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name isSpecialNames.STANDARD_ERROR). The default JVM charset is used to convert characters into bytes. - 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 isSpecialNames.STANDARD_OUTPUT), or the standard error stream (if the name isSpecialNames.STANDARD_ERROR). A writer that can inject unicode BOMs is used as a proxy; that writer uses the given signature/charset.
Z
- zoneUTC - Static variable in class org.marketcetera.util.time.DateService
-
UTC
ZoneId
All Classes All Packages