- call(ClientContext, SessionHolder<S>) - Method in class org.marketcetera.util.ws.stateful.RemoteCaller
-
The service implementation, executed on behalf of the client
with the given context and associated session holder.
- call(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
-
The service implementation, executed on behalf of the client
with the given context.
- CALL_FAILURE - Static variable in interface org.marketcetera.util.ws.stateless.Messages
-
- CALL_START - Static variable in interface org.marketcetera.util.ws.stateless.Messages
-
- CALL_SUCCESS - Static variable in interface org.marketcetera.util.ws.stateless.Messages
-
- CANNOT_COPY_CSTREAMS - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_FILES - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_ISTREAM - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_MEMORY_DST - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_MEMORY_SRC - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_OSTREAM - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_OUTPUT - Static variable in interface org.marketcetera.util.exec.Messages
-
- CANNOT_COPY_READER - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_STREAMS - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_COPY_WRITER - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_DELETE - Static variable in interface org.marketcetera.util.file.Messages
-
- CANNOT_EXECUTE - Static variable in interface org.marketcetera.util.exec.Messages
-
- CANNOT_GET_LENGTH - Static variable in interface org.marketcetera.util.unicode.Messages
-
- CANNOT_GET_TYPE - Static variable in interface org.marketcetera.util.file.Messages
-
- CHAR - Static variable in class org.marketcetera.util.misc.UCPFilter
-
A filter for Unicode characters that can be represented by a
single char.
- checkInterruption() - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if
so, throws an
InterruptedException with the default
interruption message and no underlying cause.
- checkInterruption(String) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if
so, throws an
InterruptedException with the given
interruption message, but without an underlying cause.
- checkInterruption(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if
so, throws an
InterruptedException with the default
interruption message and the given underlying cause.
- checkInterruption(Throwable, String) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Checks whether the calling thread has been interrupted, and, if
so, throws an
InterruptedException with the given
interruption message and the given underlying cause.
- checkInterruption() - Static method in exception org.marketcetera.util.except.I18NInterruptedException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(Throwable) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(Throwable, I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption() - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(Throwable) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- checkInterruption(Throwable, I18NBoundMessage) - Static method in exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Checks whether the calling thread has been interrupted, and, if
so, throws an exception built using the associated
constructor.
- ClassVersion - Annotation Type in org.marketcetera.util.misc
-
Annotation to retain subversion $Id$ during runtime.
- clear() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- Client - Class in org.marketcetera.util.ws.stateful
-
A client node for stateful communication.
- Client(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateful.Client
-
Create a new Client instance.
- Client(String, int, AppId) - Constructor for class org.marketcetera.util.ws.stateful.Client
-
Creates a new client node with the given server host name,
port, and client application ID.
- Client(AppId) - Constructor for class org.marketcetera.util.ws.stateful.Client
-
Creates a new client node with the default server host name and
port, and the given client application ID.
- Client() - Constructor for class org.marketcetera.util.ws.stateful.Client
-
Creates a new client node with the default server host name and
port, and no client application ID.
- CLIENT_CONTEXT - Static variable in interface org.marketcetera.util.ws.stateful.Messages
-
- ClientContext - Class in org.marketcetera.util.ws.stateful
-
The client context which the client must supply as an argument to
every stateful remote call.
- ClientContext() - Constructor for class org.marketcetera.util.ws.stateful.ClientContext
-
- close() - Method in class org.marketcetera.util.file.CloseableRegistry
-
Closes all
Closeable instances registered with the
receiver.
- close() - Method in class org.marketcetera.util.file.InputStreamWrapper
-
- close() - Method in class org.marketcetera.util.file.OutputStreamWrapper
-
- close() - Method in class org.marketcetera.util.file.ReaderWrapper
-
- close() - Method in class org.marketcetera.util.file.WriterWrapper
-
- close() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
- close() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
-
- CloseableRegistry - Class in org.marketcetera.util.file
-
- CloseableRegistry() - Constructor for class org.marketcetera.util.file.CloseableRegistry
-
- CLOSING_FAILED - Static variable in interface org.marketcetera.util.file.Messages
-
- CollectionUtils - Class in org.marketcetera.util.misc
-
Utilities for collections.
- COMBINE_MESSAGES - Static variable in interface org.marketcetera.util.except.Messages
-
- compareTo(CompSerWrapper<T>) - Method in class org.marketcetera.util.ws.wrappers.CompSerWrapper
-
- compareTo(DateWrapper) - Method in class org.marketcetera.util.ws.wrappers.DateWrapper
-
- CompSerWrapper<T extends Serializable & Comparable<? super T>> - Class in org.marketcetera.util.ws.wrappers
-
A dual-form wrapper for marshalling a comparable and serializable
object.
- CompSerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
-
Creates a new wrapper for the given object, in its raw form.
- CompSerWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.CompSerWrapper
-
Creates a new wrapper.
- CONFIG_ERROR - Static variable in interface org.marketcetera.util.quickfix.Messages
-
- ContainerClassInfo - Class in org.marketcetera.util.l10n
-
Holder of meta-information about a message container class, such as
Messages.
- ContainerClassInfo(Class<?>) - Constructor for class org.marketcetera.util.l10n.ContainerClassInfo
-
Creates a new meta-information holder for the given message
container class.
- contains(Object) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- containsAll(Collection<?>) - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- ContextClassProvider - Interface in org.marketcetera.util.ws
-
Provides context classes with which to start a server.
- copy(InputStream, boolean, OutputStream, boolean) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from the given source to the given sink.
- copy(String, String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from one given location to another.
- copy(InputStream, boolean, String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from the given source to the given
location.
- copy(String, OutputStream, boolean) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from the given location to the given sink.
- copy(String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies a byte stream from the given location into memory,
returning a byte array.
- copy(byte[], String) - Static method in class org.marketcetera.util.file.CopyBytesUtils
-
Copies an in-memory byte array into the given location.
- copy(String, DecodingStrategy, String) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Copies a character stream from one given location (and
interpreted using the given strategy) to another, attempting to
retain signature/charset information.
- copy(Reader, boolean, String) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Copies a character stream from the given source to the given
location, attempting to retain signature/charset information.
- copy(String, DecodingStrategy, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Copies a character stream from the given location (and
interpreted using the given strategy) to the given sink.
- copy(String, DecodingStrategy) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Copies the character stream at the given location (and
interpreted using the given strategy) into memory, returning a
character array.
- copy(char[], String, SignatureCharset) - Static method in class org.marketcetera.util.file.CopyCharsUnicodeUtils
-
Copies an in-memory character array into the given location and
using the given signature/charset.
- copy(Reader, boolean, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies a character stream from the given source to the given
sink.
- copy(String, String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies a character stream from one given location to another.
- copy(Reader, boolean, String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies a character stream from the given source to the given
location.
- copy(String, Writer, boolean) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies a character stream from the given location to the given
sink.
- copy(String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies the character stream at the given location into memory,
returning a character array.
- copy(char[], String) - Static method in class org.marketcetera.util.file.CopyCharsUtils
-
Copies an in-memory character array into the given location.
- CopyBytesUtils - Class in org.marketcetera.util.file
-
Utilities for copying binary data.
- CopyCharsUnicodeUtils - Class in org.marketcetera.util.file
-
Utilities for copying textual data, with Unicode BOM support.
- CopyCharsUtils - Class in org.marketcetera.util.file
-
Utilities for copying textual data, in the default JVM charset.
- createSession(StatelessClientContext, String, SessionId) - Method in interface org.marketcetera.util.ws.stateful.SessionFactory
-
Creates a new session (data object), for a new session
initiated with the given creation context and on behalf of the
user with the given name, and assigned the given ID.
- generate() - Static method in class org.marketcetera.util.ws.tags.NodeId
-
Returns a new, unique node ID.
- generate() - Static method in class org.marketcetera.util.ws.tags.SessionId
-
Returns a new, unique session ID.
- generateService() - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
-
- genStr(UCPFilter, int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a generated string of the given length whose characters
are all Unicode code points that meet the constraints of the
given filter.
- genStrAlNum(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that are letters or
digits.
- genStrAlNum() - Static method in class org.marketcetera.util.misc.RandomStrings
-
- genStrCharset(Charset, int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that can be encoded by
the given charset.
- genStrCharset(Charset) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of random length (bound by
RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all
Unicode code points that can be encoded by the given charset.
- genStrDefCharset(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that can be encoded by
the default JVM charset.
- genStrDefCharset() - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of random length (bound by
RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all
Unicode code points that can be encoded by the default JVM
charset.
- genStrDigit(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that are digits.
- genStrDigit() - Static method in class org.marketcetera.util.misc.RandomStrings
-
- genStrFileSystem(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that can be encoded by
the current system file encoding/charset (as specified in the
system property file.encoding).
- genStrFileSystem() - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of random length (bound by
RandomStrings.DEFAULT_LEN_STR_CHARSET) whose characters are all
Unicode code points that can be encoded by the current system
file encoding/charset (as specified in the system property
file.encoding).
- genStrId(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points; in addition, the first
character (if any) is always a letter, the second (if any) is
always a digit, and the rest (if any) are either letters or
digits.
- genStrId() - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of random length (bound by
RandomStrings.DEFAULT_LEN_STR_ID) whose characters are all Unicode
code points; in addition, the first character is always a
letter, the second is always a digit, and the rest (if any) are
either letters or digits.
- genStrLetter(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that are letters.
- genStrLetter() - Static method in class org.marketcetera.util.misc.RandomStrings
-
- genStrValid(int) - Static method in class org.marketcetera.util.misc.RandomStrings
-
Returns a randomly generated string of the given length whose
characters are all Unicode code points that are deemed valid by
StringUtils.isValid(int).
- genStrValid() - Static method in class org.marketcetera.util.misc.RandomStrings
-
- 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
-
- get(File) - Static method in enum org.marketcetera.util.file.FileType
-
Returns the enumerated constant representing the type of the
given file.
- get(String) - Static method in enum org.marketcetera.util.file.FileType
-
Returns the enumerated constant representing the type of the
file with the given name.
- get(String) - Static method in enum org.marketcetera.util.misc.OperatingSystem
-
Returns the enumerated constant associated with the given
expected value for the os.name system
property.
- get(SessionId) - Method in class org.marketcetera.util.ws.stateful.SessionManager
-
Returns the holder that the receiver associates with the given
session ID.
- getAllClasses(Class<?>) - Static method in class org.marketcetera.util.misc.ReflectUtils
-
Returns all superclasses and interfaces of the given class,
incl.
- getAllFields(Class<?>) - Static method in class org.marketcetera.util.misc.ReflectUtils
-
Returns all fields of the given class, incl.
- getAppId() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the appId value.
- getAppId() - Method in class org.marketcetera.util.ws.stateless.StatelessClient
-
Returns the receiver's application ID.
- getAppId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Returns the receiver's application ID.
- getAppIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Returns the receiver's application ID filter.
- getAuthenticator() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the authenticator value.
- getAuthenticator() - Method in class org.marketcetera.util.ws.stateful.AuthServiceImpl
-
Returns the receiver's authenticator.
- getAuthenticator() - Method in class org.marketcetera.util.ws.stateful.Server
-
Returns the receiver's authenticator.
- getBody() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Returns the analyzed fields that comprise the receiver's body.
- getCause() - Method in interface org.marketcetera.util.except.I18NThrowable
-
- getCharset() - Method in enum org.marketcetera.util.unicode.SignatureCharset
-
Returns the receiver's charset.
- getCharset() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
-
Returns the receiver's wrapped Java charset.
- getClientId() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the clientId value.
- getClientId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Returns the receiver's client ID.
- getClientIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Returns the receiver's client ID filter.
- getConnectionUrl(Class<?>) - Method in class org.marketcetera.util.ws.stateless.Node
-
Returns the connection URL for the given service interface.
- getContainer() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
-
Returns the receiver's container class.
- getContext() - Method in class org.marketcetera.util.ws.stateful.Client
-
- getContext() - Method in class org.marketcetera.util.ws.stateless.StatelessClient
-
Returns a client context which the client must supply as an
argument to every remote call made via proxies obtained from
the receiver.
- getContextClasses() - Method in interface org.marketcetera.util.ws.ContextClassProvider
-
Gets the context classes used to marshal/unmarshal objects.
- getContextClassProvider() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the contextClassProvider value.
- getCountry() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Returns the receiver's country.
- getCreationContext() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Returns the receiver's creation context.
- getDecodingStrategy() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
Returns the receiver's decoding strategy.
- getDefaultCharset() - Static method in class org.marketcetera.util.misc.UCPFilter
-
Returns a filter for Unicode code points that can be encoded by
the default JVM charset.
- getDefaults() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Returns the receiver's defaults.
- getDefaultSessionIdFilter(SessionManager<T>) - Static method in class org.marketcetera.util.ws.stateful.RemoteCall
-
Returns the default session ID filter for the given session
manager.
- getDescription() - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
-
- getDescriptors() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Returns the receiver's session descriptors.
- getDeserializationException() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
-
Returns the exception encountered during the most recent
deserialization attempt; it is null if that attempt was
successful, or no attempt has been made yet.
- getDetail() - Method in error org.marketcetera.util.except.I18NError
-
- getDetail() - Method in exception org.marketcetera.util.except.I18NException
-
- getDetail() - Method in exception org.marketcetera.util.except.I18NRuntimeException
-
- getDetail() - Method in interface org.marketcetera.util.except.I18NThrowable
-
Returns the receiver's raw message, possibly combined with the
raw message of the receiver's underlying cause.
- getDictionary() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Returns the receiver's dictionary.
- getDifferences() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Returns a textual form of the differences between source and
destination.
- getDstInfo() - Method in class org.marketcetera.util.l10n.MessageInfoPair
-
Returns the receiver's destination meta-information.
- getEntryId() - Method in class org.marketcetera.util.log.I18NMessage
-
Returns the receiver's entry ID.
- getExitCode() - Method in class org.marketcetera.util.exec.ExecResult
-
Returns the exit code.
- getExtraDstInfo() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Returns the receiver's list of destination meta-information
that is absent from the source.
- getExtraSrcInfo() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Returns the receiver's list of source meta-information that is
absent from the destination.
- getFields() - Method in class org.marketcetera.util.quickfix.AnalyzedGroup
-
Returns the receiver's fields.
- getFileSystemCharset() - Static method in class org.marketcetera.util.misc.UCPFilter
-
Returns a filter for Unicode code points that can be encoded by
the current system file encoding/charset (as specified in the
system property file.encoding).
- getFirst() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- getFollowLinks() - Method in class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Returns true if symbolic links to directories should be
followed during traversal.
- getGroups() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's groups.
- getHashCode(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Returns the hash code of the given throwable.
- getHeader() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Returns the analyzed fields that comprise the receiver's
header.
- getHost() - Method in class org.marketcetera.util.ws.stateless.Node
-
Returns the receiver's host name.
- getI18NBoundMessage() - Method in error org.marketcetera.util.except.I18NError
-
- getI18NBoundMessage() - Method in exception org.marketcetera.util.except.I18NException
-
- getI18NBoundMessage() - Method in exception org.marketcetera.util.except.I18NRuntimeException
-
- getI18NBoundMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
-
Returns the receiver's message.
- getId() - Method in class org.marketcetera.util.ws.stateless.Node
-
Returns the receiver's node ID.
- getInfo(UCPFilter) - Static method in class org.marketcetera.util.misc.UCPFilterInfo
-
Returns the meta-information holder for the given filter.
- getInstance(String, Class<?>[], Object[]) - Static method in class org.marketcetera.util.misc.ReflectUtils
-
Returns an instance of the class by the given name, using its
constructor with the given parameter types, and invoked using
the given parameters.
- getJavaName() - Method in enum org.marketcetera.util.misc.OperatingSystem
-
Returns the expected value of the os.name property
for the receiver.
- getKey() - Method in class org.marketcetera.util.l10n.MessageInfo
-
Returns the receiver's message key.
- getLanguage() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Returns the receiver's language.
- getLast() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- getLastNonNull(List<E>) - Static method in class org.marketcetera.util.misc.CollectionUtils
-
Returns the last non-null element in the given list; or, if
there is no non-null element, it returns null.
- getLength() - Method in enum org.marketcetera.util.unicode.Signature
-
Returns the receiver's BOM length.
- getLifespan() - Method in class org.marketcetera.util.ws.stateful.SessionManager
-
Returns the lifespan of the sessions managed by the receiver.
- getList(MessageInfo[]) - Static method in class org.marketcetera.util.l10n.MessageInfo
-
Returns the given collection of message information as a
properties object.
- getListText(Object...) - Static method in class org.marketcetera.util.log.LogUtils
-
Returns a textual representation of the given object list.
- getLocale() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
-
Returns the receiver's locale.
- getLocale() - Static method in class org.marketcetera.util.log.ActiveLocale
-
Returns the caller's active locale.
- getLocale() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the locale value.
- getLocale() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Returns the receiver's (wrapped) locale.
- getLocalizedDetail() - Method in error org.marketcetera.util.except.I18NError
-
- getLocalizedDetail() - Method in exception org.marketcetera.util.except.I18NException
-
- getLocalizedDetail() - Method in exception org.marketcetera.util.except.I18NRuntimeException
-
- getLocalizedDetail() - Method in interface org.marketcetera.util.except.I18NThrowable
-
Returns the receiver's localized message, possibly combined
with the localized message of the receiver's underlying cause.
- getLocalizedMessage() - Method in error org.marketcetera.util.except.I18NError
-
- getLocalizedMessage() - Method in exception org.marketcetera.util.except.I18NException
-
- getLocalizedMessage() - Method in exception org.marketcetera.util.except.I18NRuntimeException
-
- getLocalizedMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
-
- getLoggerProxy() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
Returns the logger proxy that can log the receiver.
- getLoggerProxy() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getLoggerProxy() - Method in class org.marketcetera.util.log.I18NMessage
-
Returns the logger proxy that can log the receiver.
- getLongestLength() - Static method in enum org.marketcetera.util.unicode.Signature
-
Returns the maximum length of any signature BOM.
- getMap() - Method in class org.marketcetera.util.ws.wrappers.MapWrapper
-
Returns the receiver's map.
- getMark() - Method in enum org.marketcetera.util.unicode.Signature
-
Returns the receiver's BOM.
- getMarshalled() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Returns the receiver's data, in its marshalled form.
- getMessage() - Method in interface org.marketcetera.util.except.I18NThrowable
-
- getMessage() - Method in class org.marketcetera.util.l10n.I18NMessageInfo
-
Returns the receiver's internationalized message.
- getMessage() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
Returns the receiver's message.
- getMessage() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getMessage() - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getMessage() - Method in class org.marketcetera.util.ws.tags.EqualsTagFilter
-
Returns the message for the exception thrown when the receiver
filter rejects a tag.
- getMessage() - Method in class org.marketcetera.util.ws.tags.NonNullTagFilter
-
Returns the message for the exception thrown when the receiver
filter rejects a tag.
- getMessageId() - Method in class org.marketcetera.util.log.I18NMessage
-
Returns the receiver's message ID.
- getMessageInfo() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
-
- getMessageInfo() - Method in interface org.marketcetera.util.l10n.MessageInfoProvider
-
Returns the receiver's meta-information.
- getMessageInfo() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
-
- getMessageProvider() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
Returns the message provider that can map the receiver.
- getMessageProvider() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getMessageProvider() - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Returns the receiver's message provider.
- getMessageProvider() - Method in class org.marketcetera.util.log.I18NMessage
-
Returns the message provider that can map the receiver.
- getMessageText() - Method in class org.marketcetera.util.l10n.PropertyMessageInfo
-
Returns the receiver's message text.
- getMismatches() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Returns the receiver's mismatches.
- getName() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's name.
- getName() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
-
Returns the receiver's name.
- getNoDelay() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the noDelay value.
- getObject() - Method in class org.marketcetera.util.ws.wrappers.RootElementWrapper
-
Returns the receiver's wrapped object.
- getOutput() - Method in class org.marketcetera.util.exec.ExecResult
-
Returns the captured output.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage1P
-
Returns the receiver's first parameter.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage2P
-
Returns the receiver's first parameter.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
-
Returns the receiver's first parameter.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
-
Returns the receiver's first parameter.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
-
Returns the receiver's first parameter.
- getParam1() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's first parameter.
- getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage2P
-
Returns the receiver's second parameter.
- getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
-
Returns the receiver's second parameter.
- getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
-
Returns the receiver's second parameter.
- getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
-
Returns the receiver's second parameter.
- getParam2() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's second parameter.
- getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage3P
-
Returns the receiver's third parameter.
- getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
-
Returns the receiver's third parameter.
- getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
-
Returns the receiver's third parameter.
- getParam3() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's third parameter.
- getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage4P
-
Returns the receiver's fourth parameter.
- getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
-
Returns the receiver's fourth parameter.
- getParam4() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's fourth parameter.
- getParam5() - Method in class org.marketcetera.util.log.I18NBoundMessage5P
-
Returns the receiver's fifth parameter.
- getParam5() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's fifth parameter.
- getParam6() - Method in class org.marketcetera.util.log.I18NBoundMessage6P
-
Returns the receiver's sixth parameter.
- getParamCount() - Method in class org.marketcetera.util.l10n.MessageInfo
-
Returns the receiver's parameter count.
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage
-
Returns the number of parameters the receiver expects.
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage1P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage2P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage3P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage4P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage5P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessage6P
-
- getParamCount() - Method in class org.marketcetera.util.log.I18NMessageNP
-
- getParams() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
Returns the receiver's parameters.
- getParams() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getParams() - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getParamsAsObjects() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
Returns the receiver's parameters as objects.
- getParamsAsObjects() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getParamsAsObjects() - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getPassword() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the password value.
- getPort() - Method in class org.marketcetera.util.ws.stateless.Node
-
Returns the receiver's port.
- getPrefixMatch(byte[]) - Method in enum org.marketcetera.util.unicode.DecodingStrategy
-
Checks whether any of the signatures among the
signature/charset pairs within the receiver's serializations
matches the header of the given byte array, and returns the
matching pair.
- getPrefixMatch(Serialization[], byte[]) - Static method in enum org.marketcetera.util.unicode.Serialization
-
Checks whether any of the signatures among the pairs of the
given serializations matches the header of the given byte
array, and returns the matching signature/charset pair.
- getPrefixMatch(Signature[], byte[]) - Static method in enum org.marketcetera.util.unicode.Signature
-
Checks whether any of the given signatures matches the header
of the given byte array.
- getProcessLocale() - Static method in class org.marketcetera.util.log.ActiveLocale
-
Returns the process-specific (more precisely, specific to the
caller's classloader) locale.
- getProperties() - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
-
Returns the receiver's properties.
- getProvider() - Method in class org.marketcetera.util.l10n.ContainerClassInfo
-
Returns the internationalized message provider declared in the
receiver's container class.
- getProvider() - Method in class org.marketcetera.util.l10n.PropertiesFileInfo
-
Returns the receiver's message provider.
- getProviderId() - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Returns the receiver's provider ID.
- getQDictionary() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Returns the receiver's QuickFIX/J dictionary.
- getQField() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's QuickFIX/J field.
- getQFieldTag() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's QuickFIX/J field tag.
- getQFieldValue() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's QuickFIX/J field value.
- getQFieldValueAsString() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's QuickFIX/J field value in string form.
- getQLogFactory() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Returns the receiver's QuickFIX/J log factory.
- getQMessageStoreFactory() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Returns the receiver's QuickFIX/J message store factory.
- getQSessionID() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Returns the receiver's QuickFIX/J session ID.
- getQSettings() - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Returns the receiver's QuickFIX/J session settings.
- getQType() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's QuickFIX/J field type.
- getRaw() - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Returns the receiver's data, in its raw form.
- getReader() - Method in class org.marketcetera.util.file.ReaderWrapper
-
Returns the receiver's underlying reader.
- getReceiveBufferSize() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the receiveBufferSize value.
- getRequestedSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
Returns the receiver's requested signature/charset.
- getRequestedSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
-
Returns the receiver's requested signature/charset.
- getRequired() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns true if the receiver is a required field.
- getRootCauseMessage(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Gets the root cause message.
- getRpcHostname() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the rpcHostname value.
- getRpcPort() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the rpcPort value.
- getSendBufferSize() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the sendBufferSize value.
- getSerializationException() - Method in class org.marketcetera.util.ws.wrappers.SerWrapper
-
Returns the exception encountered during the most recent
serialization attempt; it is null if that attempt was
successful, or no attempt has been made yet.
- getSerializations() - Method in enum org.marketcetera.util.unicode.DecodingStrategy
-
Returns the receiver's serializations.
- getServer() - Method in interface org.marketcetera.util.ws.stateful.ServerProvider
-
Gets the server value.
- getServerId() - Method in class org.marketcetera.util.ws.stateful.SessionManager
-
Returns the receiver's server ID.
- getServerMessage() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's server-localized message.
- getServerName() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's server class name.
- getServerName() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
-
Returns the receiver's server class name.
- getServerString() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's server string representation.
- getService(Class<T>) - Method in class org.marketcetera.util.ws.stateless.StatelessClient
-
Retrieves the client-side proxy for the given service
interface.
- getServiceSpecs() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the serviceSpecs value.
- getSession() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Returns the receiver's session data.
- getSessionFactory() - Method in class org.marketcetera.util.ws.stateful.SessionManager
-
Returns the receiver's session factory.
- getSessionHolder(ClientContext) - Method in class org.marketcetera.util.ws.stateful.RemoteCall
-
Asserts that the given client context matches all of the
receiver's filters.
- getSessionId() - Method in class org.marketcetera.util.ws.stateful.Client
-
Returns the receiver's session ID.
- getSessionId() - Method in class org.marketcetera.util.ws.stateful.ClientContext
-
Returns the receiver's session ID.
- getSessionIdFilter() - Method in class org.marketcetera.util.ws.stateful.RemoteCall
-
Returns the receiver's session ID filter.
- getSessionManager() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the sessionManager value.
- getSessionManager() - Method in class org.marketcetera.util.ws.stateful.RemoteCall
-
Returns the receiver's session manager.
- getSessionManager() - Method in class org.marketcetera.util.ws.stateful.Server
-
Returns the receiver's session manager.
- getSessionManager() - Method in class org.marketcetera.util.ws.stateful.ServiceBaseImpl
-
Returns the receiver's session manager.
- getSessionManager() - Method in class org.marketcetera.util.ws.tags.ValidSessionTagFilter
-
Returns the receiver's session manager.
- getSettings() - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Returns the receiver's session settings.
- getSignature() - Method in enum org.marketcetera.util.unicode.SignatureCharset
-
Returns the receiver's signature.
- getSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
Returns the receiver's actual signature/charset (that is, the
one in use to decode the stream).
- getSignatureCharset() - Method in class org.marketcetera.util.unicode.UnicodeOutputStreamWriter
-
Returns the receiver's actual signature/charset (that is, the
one in use to encode the stream).
- getSignatureCharsets() - Method in enum org.marketcetera.util.unicode.Serialization
-
Returns the receiver's signature/charset pairs.
- getSimpleMessage(I18NMessageProvider, I18NMessage, Object...) - Static method in class org.marketcetera.util.log.LogUtils
-
Returns a simplified textual representation of the given
provider and parameterized message.
- getSimpleMessage(I18NMessage, Object...) - Static method in class org.marketcetera.util.log.LogUtils
-
Returns a simplified textual representation of the
parameterized message.
- getSimpleMessage(I18NBoundMessage) - Static method in class org.marketcetera.util.log.LogUtils
-
Returns a simplified textual representation of the
parameterized message.
- getSkipClose() - Method in class org.marketcetera.util.file.InputStreamWrapper
-
- getSkipClose() - Method in class org.marketcetera.util.file.OutputStreamWrapper
-
- getSkipClose() - Method in class org.marketcetera.util.file.ReaderWrapper
-
Returns true if the receiver's underlying reader will not be
closed when
ReaderWrapper.close() is called.
- getSkipClose() - Method in class org.marketcetera.util.file.WriterWrapper
-
Returns true if the receiver's underlying writer will not be
closed when
WriterWrapper.close() is called.
- getSrcInfo() - Method in class org.marketcetera.util.l10n.MessageInfoPair
-
Returns the receiver's source meta-information.
- getStackTrace() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
-
- getStream() - Method in class org.marketcetera.util.file.InputStreamWrapper
-
Returns the receiver's underlying stream.
- getStream() - Method in class org.marketcetera.util.file.OutputStreamWrapper
-
Returns the receiver's underlying stream.
- getString() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Returns the receiver's (server-localized) message.
- getTarget() - Method in class org.marketcetera.util.ws.tags.EqualsTagFilter
-
Returns the receiver's target tag.
- getText(Locale) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
- getText() - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
- getText(Locale) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getText() - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- getText(Locale) - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getText() - Method in class org.marketcetera.util.log.I18NMessage0P
-
- getText(Locale, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
- getText(Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
- getText(Locale, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
- getText(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
- getText(Locale, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
- getText(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
- getText(Locale, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
- getText(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
- getText(Locale, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
- getText(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
- getText(Locale, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
- getText(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
- getText(Locale, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
- getText(Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
- getText(Locale, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Returns the text of the given message in the given locale,
using the receiver's map.
- getText(I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NMessageProvider
-
Returns the text of the given message in the active locale per
ActiveLocale.
- getText() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Returns the receiver's message text.
- getThreadPoolCore() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the threadPoolCore value.
- getThreadPoolMax() - Method in class org.marketcetera.util.rpc.RpcServer
-
Get the threadPoolMax value.
- getThrowable() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns a best-effort reconstruction of the receiver's
throwable, as described in
RemoteException.
- getTraceCapture() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's stack trace capture.
- getTraceCapture() - Method in exception org.marketcetera.util.ws.wrappers.RemoteProxyException
-
Returns the receiver's stack trace capture.
- getTrailer() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Returns the analyzed fields that comprise the receiver's
trailer.
- getUCPs() - Method in class org.marketcetera.util.misc.UCPFilterInfo
-
Returns the code points acceptable to the receiver's associated
filter, in ascending numerical order.
- getUser() - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Returns the receiver's user.
- getUsername() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the username value.
- getValidationException() - Method in class org.marketcetera.util.quickfix.AnalyzedMessage
-
Returns the receiver's validation exception.
- getValue() - Method in class org.marketcetera.util.quickfix.AnalyzedField
-
Returns the receiver's (analyzed) value.
- getValue() - Method in class org.marketcetera.util.ws.tags.Tag
-
Returns the receiver's ID value.
- getValue() - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
-
Returns the receiver's data.
- getVariant() - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Returns the receiver's variant.
- getVersionId() - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Get the versionId value.
- getVersionId() - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Returns the receiver's version ID.
- getVersionIdFilter() - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Returns the receiver's version ID filter.
- getWrapper() - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Returns the receiver's message (wrapper).
- getWrapper() - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Returns the receiver's throwable (wrapper).
- getWriter() - Method in class org.marketcetera.util.file.WriterWrapper
-
Returns the receiver's underlying writer.
- GROUP_TITLE - Static variable in interface org.marketcetera.util.quickfix.Messages
-
- I18NBoundMessage - Interface in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage and its parameters, if any.
- I18NBoundMessage0P - Class in org.marketcetera.util.log
-
- I18NBoundMessage0P(I18NMessage0P) - Constructor for class org.marketcetera.util.log.I18NBoundMessage0P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage1P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage1P and its one parameter.
- I18NBoundMessage1P(I18NMessage1P, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage1P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage2P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage2P and its two parameters.
- I18NBoundMessage2P(I18NMessage2P, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage2P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage3P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage3P and its three parameters.
- I18NBoundMessage3P(I18NMessage3P, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage3P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage4P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage4P and its four parameters.
- I18NBoundMessage4P(I18NMessage4P, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage4P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage5P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage5P and its five parameters.
- I18NBoundMessage5P(I18NMessage5P, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage5P
-
Constructor mirroring superclass constructor.
- I18NBoundMessage6P - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessage6P and its six parameters.
- I18NBoundMessage6P(I18NMessage6P, Serializable, Serializable, Serializable, Serializable, Serializable, Serializable) - Constructor for class org.marketcetera.util.log.I18NBoundMessage6P
-
Constructor mirroring superclass constructor.
- I18NBoundMessageBase<T extends I18NMessage> - Class in org.marketcetera.util.log
-
A bound message implementation, representing the combination of an
I18NMessage and its parameters, if any.
- I18NBoundMessageNP - Class in org.marketcetera.util.log
-
A bound message, representing the combination of an
I18NMessageNP and its arbitrary number of parameters.
- I18NBoundMessageNP(I18NMessageNP, Serializable...) - Constructor for class org.marketcetera.util.log.I18NBoundMessageNP
-
Constructor mirroring superclass constructor.
- I18NError - Error in org.marketcetera.util.except
-
An internationalized error.
- I18NError() - Constructor for error org.marketcetera.util.except.I18NError
-
Constructs a new throwable without a message or an underlying
cause.
- I18NError(Throwable) - Constructor for error org.marketcetera.util.except.I18NError
-
Constructs a new throwable without a message, but with the
given underlying cause.
- I18NError(I18NBoundMessage) - Constructor for error org.marketcetera.util.except.I18NError
-
Constructs a new throwable with the given message, but without
an underlying cause.
- I18NError(Throwable, I18NBoundMessage) - Constructor for error org.marketcetera.util.except.I18NError
-
Constructs a new throwable with the given message and
underlying cause.
- I18NException - Exception in org.marketcetera.util.except
-
An internationalized exception.
- I18NException() - Constructor for exception org.marketcetera.util.except.I18NException
-
Constructs a new throwable without a message or an underlying
cause.
- I18NException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NException
-
Constructs a new throwable without a message, but with the
given underlying cause.
- I18NException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NException
-
Constructs a new throwable with the given message, but without
an underlying cause.
- I18NException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NException
-
Constructs a new throwable with the given message and
underlying cause.
- I18NInterruptedException - Exception in org.marketcetera.util.except
-
An internationalized exception indicating interruption.
- I18NInterruptedException() - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
-
Constructs a new throwable with the default interruption
message and no underlying cause.
- I18NInterruptedException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
-
Constructs a new throwable with the default interruption
message and the given underlying cause.
- I18NInterruptedException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
-
Constructs a new throwable with the given message, but without
an underlying cause.
- I18NInterruptedException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedException
-
Constructs a new throwable with the given message and
underlying cause.
- I18NInterruptedRuntimeException - Exception in org.marketcetera.util.except
-
An internationalized runtime exception indicating interruption.
- I18NInterruptedRuntimeException() - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Constructs a new throwable with the default interruption
message and no underlying cause.
- I18NInterruptedRuntimeException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Constructs a new throwable with the default interruption
message and the given underlying cause.
- I18NInterruptedRuntimeException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Constructs a new throwable with the given message, but without
an underlying cause.
- I18NInterruptedRuntimeException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NInterruptedRuntimeException
-
Constructs a new throwable with the given message and
underlying cause.
- I18NLoggerProxy - Class in org.marketcetera.util.log
-
A logger which supports internationalized messages.
- I18NLoggerProxy(I18NMessageProvider) - Constructor for class org.marketcetera.util.log.I18NLoggerProxy
-
Creates a new logger which uses the given message provider to
map messages onto text.
- I18NMessage - Class in org.marketcetera.util.log
-
An internationalized message, represented using a pair of textual
keys referencing the message text; keys-text maps are stored
outside the source code.
- I18NMessage(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage
-
Creates a new internationalized message with the given message
and entry IDs.
- I18NMessage(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage
-
Creates a new internationalized message with the given message
ID and the default entry ID.
- I18NMessage0P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly zero parameters.
- I18NMessage0P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
-
Constructor mirroring superclass constructor.
- I18NMessage0P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage0P
-
Constructor mirroring superclass constructor.
- I18NMessage1P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly one parameter.
- I18NMessage1P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
-
Constructor mirroring superclass constructor.
- I18NMessage1P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage1P
-
Constructor mirroring superclass constructor.
- I18NMessage2P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly two parameters.
- I18NMessage2P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
-
Constructor mirroring superclass constructor.
- I18NMessage2P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage2P
-
Constructor mirroring superclass constructor.
- I18NMessage3P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly three parameters.
- I18NMessage3P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
-
Constructor mirroring superclass constructor.
- I18NMessage3P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage3P
-
Constructor mirroring superclass constructor.
- I18NMessage4P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly four parameters.
- I18NMessage4P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
-
Constructor mirroring superclass constructor.
- I18NMessage4P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage4P
-
Constructor mirroring superclass constructor.
- I18NMessage5P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly five parameters.
- I18NMessage5P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
-
Constructor mirroring superclass constructor.
- I18NMessage5P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage5P
-
Constructor mirroring superclass constructor.
- I18NMessage6P - Class in org.marketcetera.util.log
-
An internationalized message, requiring exactly six parameters.
- I18NMessage6P(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
-
Constructor mirroring superclass constructor.
- I18NMessage6P(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessage6P
-
Constructor mirroring superclass constructor.
- I18NMessageInfo - Class in org.marketcetera.util.l10n
-
Holder of meta-information about an internationalized message.
- I18NMessageInfo(String, int, I18NMessage) - Constructor for class org.marketcetera.util.l10n.I18NMessageInfo
-
Creates a new meta-information holder with the given message
key, parameter count, and internationalized message.
- I18NMessageNP - Class in org.marketcetera.util.log
-
An internationalized message, accepting an arbitrary number of
parameters.
- I18NMessageNP(I18NLoggerProxy, String, String) - Constructor for class org.marketcetera.util.log.I18NMessageNP
-
Constructor mirroring superclass constructor.
- I18NMessageNP(I18NLoggerProxy, String) - Constructor for class org.marketcetera.util.log.I18NMessageNP
-
Constructor mirroring superclass constructor.
- I18NMessageProvider - Class in org.marketcetera.util.log
-
An internationalized message provider, mapping instances of
I18NMessage onto text.
- I18NMessageProvider(String, ClassLoader) - Constructor for class org.marketcetera.util.log.I18NMessageProvider
-
Creates a new message provider with the given ID.
- I18NMessageProvider(String) - Constructor for class org.marketcetera.util.log.I18NMessageProvider
-
Creates a new message provider with the given ID.
- I18NRuntimeException - Exception in org.marketcetera.util.except
-
An internationalized runtime exception.
- I18NRuntimeException() - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
-
Constructs a new throwable without a message or an underlying
cause.
- I18NRuntimeException(Throwable) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
-
Constructs a new throwable without a message, but with the
given underlying cause.
- I18NRuntimeException(I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
-
Constructs a new throwable with the given message, but without
an underlying cause.
- I18NRuntimeException(Throwable, I18NBoundMessage) - Constructor for exception org.marketcetera.util.except.I18NRuntimeException
-
Constructs a new throwable with the given message and
underlying cause.
- I18NThrowable - Interface in org.marketcetera.util.except
-
An internationalized throwable.
- INFINITE_SESSION_LIFESPAN - Static variable in class org.marketcetera.util.ws.stateful.SessionManager
-
A sentinel value for an infinite session lifespan (non-expiring
sessions).
- info(Object, Throwable) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
- info(Object) - Method in interface org.marketcetera.util.log.I18NBoundMessage
-
- info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- info(Object) - Method in class org.marketcetera.util.log.I18NBoundMessageBase
-
- info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given throwable under the given logging category at
the informational level.
- info(Object, Throwable, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given parameterized message and throwable under the
given logging category at the informational level.
- info(Object, I18NMessage, Object...) - Method in class org.marketcetera.util.log.I18NLoggerProxy
-
Logs the given parameterized message under the given logging
category at the informational level.
- info(Object, Throwable) - Method in class org.marketcetera.util.log.I18NMessage0P
-
- info(Object) - Method in class org.marketcetera.util.log.I18NMessage0P
-
- info(Object, Throwable, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
- info(Object, Object) - Method in class org.marketcetera.util.log.I18NMessage1P
-
- info(Object, Throwable, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
- info(Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage2P
-
- info(Object, Throwable, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
- info(Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage3P
-
- info(Object, Throwable, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
- info(Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage4P
-
- info(Object, Throwable, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
- info(Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage5P
-
- info(Object, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
- info(Object, Object, Object, Object, Object, Object, Object) - Method in class org.marketcetera.util.log.I18NMessage6P
-
- info(Object, Throwable, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
- info(Object, Object...) - Method in class org.marketcetera.util.log.I18NMessageNP
-
- info(Object, String) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message under the given logging category at the
informational level.
- info(Object, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given throwable under the given logging category at
the informational level.
- info(Object, String, Throwable) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given message and throwable under the given logging
category at the informational level.
- info(Object, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given parameterized message under the given logging
category at the informational level.
- info(Object, Throwable, String, Object...) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Logs the given parameterized message and throwable under the
given logging category at the informational level.
- InputStreamWrapper - Class in org.marketcetera.util.file
-
A wrapped input stream.
- InputStreamWrapper(String) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the regular file with
the given name, or the standard input stream (if the name is
SpecialNames.STANDARD_INPUT).
- InputStreamWrapper(File) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given regular file.
- InputStreamWrapper(InputStream, boolean) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given stream.
- InputStreamWrapper(InputStream) - Constructor for class org.marketcetera.util.file.InputStreamWrapper
-
Creates a new wrapped stream that wraps the given stream.
- interrupt(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
- INTROSPECTION_FAILED - Static variable in interface org.marketcetera.util.l10n.Messages
-
- INVALID_FIELD_VALUE - Static variable in interface org.marketcetera.util.quickfix.Messages
-
- isAcceptable(int) - Method in class org.marketcetera.util.misc.UCPFilter
-
Checks whether the given Unicode code point is acceptable to
the receiver.
- isDebugEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns true if logging of debugging messages is enabled for
the given logging category.
- isDirectory() - Method in enum org.marketcetera.util.file.FileType
-
Returns true if the receiver represents a directory (possibly
via a symbolic link).
- isEmpty() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- isErrorEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns true if logging of error messages is enabled for the
given logging category.
- isFile() - Method in enum org.marketcetera.util.file.FileType
-
Returns true if the receiver represents a plain file (possibly
via a symbolic link).
- isInfoEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns true if logging of informational messages is enabled
for the given logging category.
- isInterruptException(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
- isMatch() - Method in class org.marketcetera.util.l10n.MessageComparator
-
Checks whether the receiver found no differences between source
and destination.
- isRunning() - Method in class org.marketcetera.util.rpc.RpcServer
-
- isSupported() - Method in enum org.marketcetera.util.unicode.SignatureCharset
-
Checks whether the JVM supports the receiver's charset.
- isSupported() - Method in enum org.marketcetera.util.unicode.UnicodeCharset
-
Checks whether the JVM supports the receiver's charset.
- isSymbolicLink() - Method in enum org.marketcetera.util.file.FileType
-
Returns true if the receiver represents a symbolic link.
- isTraceEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns true if logging of tracing messages is enabled for the
given logging category.
- isUnix() - Method in enum org.marketcetera.util.misc.OperatingSystem
-
Returns true if the receiver is a Unix variant.
- isValid(int) - Static method in class org.marketcetera.util.misc.StringUtils
-
Checks whether the given integer represents a well-defined
unicode code point that is also not an ISO control character or
within the surrogate areas (high or low).
- isWarnEnabled(Object) - Static method in class org.marketcetera.util.log.SLF4JLoggerProxy
-
Returns true if logging of warning messages is enabled for the
given logging category.
- isWin32() - Method in enum org.marketcetera.util.misc.OperatingSystem
-
Returns true if the receiver is a Windows variant.
- IterableUtils - Class in org.marketcetera.util.misc
-
Utilities for iterables.
- iterator() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- SELF - Static variable in class org.marketcetera.util.ws.tags.VersionId
-
The JVM-wide version ID.
- Serialization - Enum in org.marketcetera.util.unicode
-
A list of signature/charset pairs.
- SERIALIZATION_FAILED - Static variable in interface org.marketcetera.util.ws.wrappers.Messages
-
- Server<SessionClazz> - Class in org.marketcetera.util.ws.stateful
-
A server node for stateful communication.
- Server(String, int, Authenticator, SessionManager<SessionClazz>) - Constructor for class org.marketcetera.util.ws.stateful.Server
-
Creates a new server node with the given server host name,
port, authenticator, and session manager.
- Server(String, int, Authenticator, SessionManager<SessionClazz>, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateful.Server
-
Create a new Server instance.
- Server(Authenticator, SessionManager<SessionClazz>) - Constructor for class org.marketcetera.util.ws.stateful.Server
-
Creates a new server node with the default server host name and
port, and the given authenticator and session manager.
- Server() - Constructor for class org.marketcetera.util.ws.stateful.Server
-
Creates a new server node with the default server host name and
port, and no authenticator or session manager.
- SERVER_STARTING - Static variable in interface org.marketcetera.util.rpc.Messages
-
- SERVER_STOPPING - Static variable in interface org.marketcetera.util.rpc.Messages
-
- ServerProvider<T> - Interface in org.marketcetera.util.ws.stateful
-
Provides access to a
Server object.
- SERVICE_STARTING - Static variable in interface org.marketcetera.util.rpc.Messages
-
- ServiceBase - Interface in org.marketcetera.util.ws.stateful
-
The base interface for all stateful web services.
- ServiceBaseImpl<T> - Class in org.marketcetera.util.ws.stateful
-
The base class for all stateful web services, which retains an
optional session manager.
- ServiceBaseImpl(SessionManager<T>) - Constructor for class org.marketcetera.util.ws.stateful.ServiceBaseImpl
-
Creates a new service implementation with the given session
manager.
- ServiceInterface - Class in org.marketcetera.util.ws.stateless
-
A service interface handle.
- SerWrapper<T extends Serializable> - Class in org.marketcetera.util.ws.wrappers
-
A dual-form wrapper for marshalling a serializable object.
- SerWrapper(T) - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
-
Creates a new wrapper for the given object, in its raw form.
- SerWrapper() - Constructor for class org.marketcetera.util.ws.wrappers.SerWrapper
-
Creates a new wrapper.
- SESSION_EXPIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
-
- SESSION_REQUIRED - Static variable in interface org.marketcetera.util.ws.tags.Messages
-
- SessionFactory<T> - Interface in org.marketcetera.util.ws.stateful
-
A session (data object) factory.
- SessionHolder<T> - Class in org.marketcetera.util.ws.stateful
-
A session holder.
- SessionHolder(String, StatelessClientContext) - Constructor for class org.marketcetera.util.ws.stateful.SessionHolder
-
Creates a new holder with the given authenticated user name and
creation context.
- SessionId - Class in org.marketcetera.util.ws.tags
-
A session ID.
- SessionId(String) - Constructor for class org.marketcetera.util.ws.tags.SessionId
-
Create a new SessionId instance.
- SessionId() - Constructor for class org.marketcetera.util.ws.tags.SessionId
-
Create a new SessionId instance.
- SessionManager<T> - Class in org.marketcetera.util.ws.stateful
-
A session manager.
- SessionManager(SessionFactory<T>, long) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
-
Creates a new session manager whose sessions are created by the
given factory, and which have the given lifespan, in ms.
- SessionManager(long) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
-
Creates a new session manager whose sessions have the given
lifespan, in ms.
- SessionManager(SessionFactory<T>) - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
-
Creates a new session manager whose sessions are created by the
given factory, and which never expire.
- SessionManager() - Constructor for class org.marketcetera.util.ws.stateful.SessionManager
-
Creates a new session manager whose sessions never expire.
- setAppId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the appId value.
- setAppId(AppId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's application ID to the given one.
- setAuthenticator(Authenticator) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the authenticator value.
- setClientId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the clientId value.
- setClientId(NodeId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's client ID to the given one.
- setContextClassProvider(ContextClassProvider) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the contextClassProvider value.
- setCountry(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Set the receiver's country to the given one.
- setDefaults(Map<Object, Object>) - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Sets the receiver's defaults to the given ones.
- setDescriptors(List<SpringSessionDescriptor>) - Method in class org.marketcetera.util.quickfix.SpringSessionSettings
-
Sets the receiver's session descriptors to the given ones.
- setDictionary(Map<String, String>) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Sets the receiver's dictionary to the given one.
- setHost(String) - Method in class org.marketcetera.util.ws.stateless.Node
-
Sets the receiver's host name to the given one.
- setHostname(String) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the rpcHostname value.
- setLanguage(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Set the receiver's language to the given one.
- setLocale(Locale) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the locale value.
- setLocale(LocaleWrapper) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's (wrapped) locale to the given one.
- setMap(Map<String, String>) - Method in class org.marketcetera.util.spring.SystemPropertiesSetter
-
For each entry in the given map, a system property is set
wherein the key of each entry is the property name, and the
entry value is the property value.
- setMap(Map<K, V>) - Method in class org.marketcetera.util.ws.wrappers.MapWrapper
-
Sets the receiver's map to the given one.
- setMarshalled(M) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Sets the receiver's data to the given value, in its marshalled
form.
- setMarshalledOnly(M) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Sets the receiver's data to the given value, in its marshalled
form.
- setNoDelay(boolean) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the noDelay value.
- setObject(T) - Method in class org.marketcetera.util.ws.wrappers.RootElementWrapper
-
Sets the receiver's wrapped object to the given one.
- setPassword(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the password value.
- setPort(int) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the rpcPort value.
- setPort(int) - Method in class org.marketcetera.util.ws.stateless.Node
-
Sets the port value.
- setProcessLocale(Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
-
Sets the process-specific (more precisely, specific to the
caller's classloader) locale to the given one.
- setProperties(RemoteProperties) - Method in exception org.marketcetera.util.ws.wrappers.RemoteException
-
Set the receiver's properties to the given ones.
- setRaw(R) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Sets the receiver's data to the given value, in its raw
form.
- setRawOnly(R) - Method in class org.marketcetera.util.ws.wrappers.DualWrapper
-
Sets the receiver's data to the given value, in its raw
form.
- setReceiveBufferSize(int) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the receiveBufferSize value.
- setRpcServerServices(RpcServerServices<SessionClazz>) - Method in interface org.marketcetera.util.rpc.RpcServiceSpec
-
- setSendBufferSize(int) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the sendBufferSize value.
- setServerMessage(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Sets the receiver's server-localized message to the given one.
- setServerName(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Sets the receiver's server class name to the given one.
- setServerString(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Sets the receiver's server string representation to the given
one.
- setServiceSpecs(List<RpcServiceSpec<SessionClazz>>) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the serviceSpecs value.
- setSession(T) - Method in class org.marketcetera.util.ws.stateful.SessionHolder
-
Sets the receiver's session data to the given value.
- setSessionId(SessionId) - Method in class org.marketcetera.util.ws.stateful.ClientContext
-
Sets the receiver's session ID to the given one.
- setSessionManager(SessionManager<SessionClazz>) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the sessionManager value.
- setSettings(SpringSessionSettings) - Method in class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
Sets the receiver's session settings to the given ones.
- setString(String) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Sets the receiver's (server-localized) message to the given one.
- setThreadLocale(Locale) - Static method in class org.marketcetera.util.log.ActiveLocale
-
Sets the locale at the top of the thread-specific (that is,
specific to the caller's thread) locale stack to the given
locale.
- setThreadPoolCore(int) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the threadPoolCore value.
- setThreadPoolMax(int) - Method in class org.marketcetera.util.rpc.RpcServer
-
Sets the threadPoolMax value.
- setTraceCapture(String[]) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Set the receiver's stack trace capture to the given one.
- setUsername(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the username value.
- setValue(String) - Method in class org.marketcetera.util.ws.tags.Tag
-
Sets the receiver's ID value.
- setValue(T) - Method in class org.marketcetera.util.ws.wrappers.BaseWrapper
-
Sets the receiver's data to the given value.
- setVariant(String) - Method in class org.marketcetera.util.ws.wrappers.MarshalledLocale
-
Set the receiver's variant to the given one.
- setVersionId(String) - Method in class org.marketcetera.util.rpc.RpcCredentials
-
Sets the versionId value.
- setVersionId(VersionId) - Method in class org.marketcetera.util.ws.stateless.StatelessClientContext
-
Sets the receiver's version ID to the given one.
- setWrapper(SerWrapper<I18NBoundMessage>) - Method in class org.marketcetera.util.ws.wrappers.RemoteI18NBoundMessage
-
Sets the receiver's message (wrapper) to the given one.
- setWrapper(SerWrapper<Throwable>) - Method in class org.marketcetera.util.ws.wrappers.RemoteProperties
-
Set the receiver's throwable (wrapper) to the given one.
- shouldAllow(StatelessClientContext, String, char[]) - Method in interface org.marketcetera.util.ws.stateful.Authenticator
-
Checks whether the given credentials can be used to initiate a
new session on behalf of the client with the given context.
- shouldAllow(StatelessClientContext, String, char[]) - Method in class org.marketcetera.util.ws.stateful.FixedAuthenticator
-
- Signature - Enum in org.marketcetera.util.unicode
-
A byte stream signature.
- SignatureCharset - Enum in org.marketcetera.util.unicode
-
A byte stream signature (
Signature) coupled with a charset
(
UnicodeCharset) that may follow the signature (aka a
signature/charset pair).
- SINGLE_FIELD - Static variable in interface org.marketcetera.util.quickfix.Messages
-
- size() - Method in class org.marketcetera.util.collections.UnmodifiableDeque
-
- size(Iterable<?>) - Static method in class org.marketcetera.util.misc.IterableUtils
-
Returns the size of the given iterable.
- skip(long) - Method in class org.marketcetera.util.unicode.UnicodeInputStreamReader
-
- SLF4JLoggerProxy - Class in org.marketcetera.util.log
-
SLF4J proxy with automatic logger selection and variable number of
arguments.
- SmartLinksDirectoryWalker - Class in org.marketcetera.util.file
-
A DirectoryWalker which provides convenience methods to
initiate traversal, and (optionally) does not follow symbolic
links.
- SmartLinksDirectoryWalker(boolean) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Constructor mirroring superclass constructor.
- SmartLinksDirectoryWalker(boolean, FileFilter, int) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Constructor mirroring superclass constructor.
- SmartLinksDirectoryWalker(boolean, IOFileFilter, IOFileFilter, int) - Constructor for class org.marketcetera.util.file.SmartLinksDirectoryWalker
-
Constructor mirroring superclass constructor.
- SpecialNames - Interface in org.marketcetera.util.file
-
Special names used to denote standard streams or operations on
regular files.
- SpringSessionDescriptor - Class in org.marketcetera.util.quickfix
-
A Spring-aware QuickFIX/J session descriptor.
- SpringSessionDescriptor() - Constructor for class org.marketcetera.util.quickfix.SpringSessionDescriptor
-
- SpringSessionSettings - Class in org.marketcetera.util.quickfix
-
A Spring-aware QuickFIX/J session settings.
- SpringSessionSettings() - Constructor for class org.marketcetera.util.quickfix.SpringSessionSettings
-
- SpringUtils - Class in org.marketcetera.util.spring
-
Utilities for the Spring framework.
- STANDARD_ERROR - Static variable in interface org.marketcetera.util.file.SpecialNames
-
The standard error stream.
- STANDARD_INPUT - Static variable in interface org.marketcetera.util.file.SpecialNames
-
The standard input stream.
- STANDARD_OUTPUT - Static variable in interface org.marketcetera.util.file.SpecialNames
-
The standard output stream.
- start() - Method in class org.marketcetera.util.rpc.RpcServer
-
- startCall(StatelessClientContext) - Method in class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Called by subclasses before starting custom processing of a
service call on behalf of the client with the given context.
- STATELESS_CLIENT_CONTEXT - Static variable in interface org.marketcetera.util.ws.stateless.Messages
-
- StatelessClient - Class in org.marketcetera.util.ws.stateless
-
A client node for stateless communication.
- StatelessClient(String, int, AppId, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
-
Create a new StatelessClient instance.
- StatelessClient(String, int, AppId) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
-
Creates a new client node with the given server host name,
port, and client application ID.
- StatelessClient(AppId) - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
-
Creates a new client node with the default server host name and
port, and the given client application ID.
- StatelessClient() - Constructor for class org.marketcetera.util.ws.stateless.StatelessClient
-
Creates a new client node with the default server host name and
port, and no client application ID.
- StatelessClientContext - Class in org.marketcetera.util.ws.stateless
-
The client context which the client must supply as an argument to
every stateless remote call.
- StatelessClientContext() - Constructor for class org.marketcetera.util.ws.stateless.StatelessClientContext
-
- StatelessRemoteCall - Class in org.marketcetera.util.ws.stateless
-
An implementation wrapper for stateless services.
- StatelessRemoteCall(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Creates a new wrapper which applies the given filters to the
client context.
- StatelessRemoteCall() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCall
-
Creates a new wrapper which applies a single filter to the
client context.
- StatelessRemoteCaller<T> - Class in org.marketcetera.util.ws.stateless
-
An implementation wrapper for stateless services.
- StatelessRemoteCaller(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
-
Creates a new wrapper which applies the given filters to the
client context.
- StatelessRemoteCaller() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteCaller
-
Creates a new wrapper which applies a single filter to the
client context.
- StatelessRemoteRunner - Class in org.marketcetera.util.ws.stateless
-
An implementation wrapper for stateless services.
- StatelessRemoteRunner(TagFilter, TagFilter, TagFilter) - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
-
Creates a new wrapper which applies the given filters to the
client context.
- StatelessRemoteRunner() - Constructor for class org.marketcetera.util.ws.stateless.StatelessRemoteRunner
-
Creates a new wrapper which applies a single filter to the
client context.
- StatelessServer - Class in org.marketcetera.util.ws.stateless
-
A server node for stateless communication.
- StatelessServer(String, int, ContextClassProvider) - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
-
Create a new StatelessServer instance.
- StatelessServer(String, int) - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
-
Creates a new server node with the given server host name and port.
- StatelessServer() - Constructor for class org.marketcetera.util.ws.stateless.StatelessServer
-
Creates a new server node with the default server host name and port.
- StatelessServiceBase - Interface in org.marketcetera.util.ws.stateless
-
The base interface for all web services.
- StatelessServiceBaseImpl - Class in org.marketcetera.util.ws.stateless
-
The base class for all web services.
- StatelessServiceBaseImpl() - Constructor for class org.marketcetera.util.ws.stateless.StatelessServiceBaseImpl
-
- stop() - Method in class org.marketcetera.util.rpc.RpcServer
-
- stop() - Method in class org.marketcetera.util.ws.stateful.Server
-
- stop() - Method in class org.marketcetera.util.ws.stateless.ServiceInterface
-
Stops the receiver's service.
- stop() - Method in class org.marketcetera.util.ws.stateless.StatelessServer
-
Shuts down the receiver.
- STREAM_ACCESS_ERROR - Static variable in interface org.marketcetera.util.unicode.Messages
-
- STREAM_CLOSED - Static variable in interface org.marketcetera.util.unicode.Messages
-
- StringUtils - Class in org.marketcetera.util.misc
-
Utilities for string management.
- swallow(Throwable, Object, I18NBoundMessage) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Swallows the given throwable.
- swallow(Throwable) - Static method in class org.marketcetera.util.except.ExceptUtils
-
Swallows the given throwable.
- SystemPropertiesSetter - Class in org.marketcetera.util.spring
-
Sets system properties from a map.
- SystemPropertiesSetter() - Constructor for class org.marketcetera.util.spring.SystemPropertiesSetter
-