Uses of Interface
org.marketcetera.util.log.I18NBoundMessage

Packages that use I18NBoundMessage
org.marketcetera.util.auth Multi-context gathering of credentials for authentication. 
org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support. 
org.marketcetera.util.log Multi-tiered logging and internationalization (i18n) framework. 
org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags. 
org.marketcetera.util.ws.wrappers Wrappers enabling certain web service data types to be marshalled. 
 

Uses of I18NBoundMessage in org.marketcetera.util.auth
 

Methods in org.marketcetera.util.auth that return I18NBoundMessage
 I18NBoundMessage CliSetter.getDescription()
          Returns the description of the receiver's command-line option.
 I18NBoundMessage Holder.getMessage()
          Returns the receiver's optional data-not-set message.
 I18NBoundMessage Context.getName()
          Returns the receiver's name.
 I18NBoundMessage ConsoleSetter.getPrompt()
          Returns the receiver's prompt.
 I18NBoundMessage Setter.getUsage()
          Returns the receiver's usage instructions.
 

Constructors in org.marketcetera.util.auth with parameters of type I18NBoundMessage
CliContext(I18NBoundMessage name, boolean override, String[] args)
          Constructor mirroring superclass constructor.
CliSetter(T holder, I18NBoundMessage usage, String shortForm, String longForm, I18NBoundMessage description)
          Constructor mirroring superclass constructor.
CliSetterCharArray(Holder<char[]> holder, I18NBoundMessage usage, String shortForm, String longForm, I18NBoundMessage description)
          Constructor mirroring superclass constructor.
CliSetterString(Holder<String> holder, I18NBoundMessage usage, String shortForm, String longForm, I18NBoundMessage description)
          Constructor mirroring superclass constructor.
ConsoleContext(I18NBoundMessage name, boolean override)
          Constructor mirroring superclass constructor.
ConsoleSetter(T holder, I18NBoundMessage usage, I18NBoundMessage prompt)
          Constructor mirroring superclass constructor.
ConsoleSetterCharArray(Holder<char[]> holder, I18NBoundMessage usage, I18NBoundMessage prompt)
          Constructor mirroring superclass constructor.
ConsoleSetterString(Holder<String> holder, I18NBoundMessage usage, I18NBoundMessage prompt)
          Constructor mirroring superclass constructor.
Context(I18NBoundMessage name, boolean override)
          Creates a new context with the given name and override role.
Holder(I18NBoundMessage message)
          Creates a new holder.
HolderCharArray(I18NBoundMessage message)
          Constructor mirroring superclass constructor.
Setter(T holder, I18NBoundMessage usage)
          Creates a new setter, associated with the given holder, and with the given usage instructions.
SpringContext(I18NBoundMessage name, boolean override, String configLocation, String propertiesFilesBean)
          Constructor mirroring superclass constructor.
SpringSetter(T holder, I18NBoundMessage usage, String propertyName)
          Constructor mirroring superclass constructor.
SpringSetterCharArray(Holder<char[]> holder, I18NBoundMessage usage, String propertyName)
          Constructor mirroring superclass constructor.
SpringSetterString(Holder<String> holder, I18NBoundMessage usage, String propertyName)
          Constructor mirroring superclass constructor.
 

Uses of I18NBoundMessage in org.marketcetera.util.except
 

Methods in org.marketcetera.util.except that return I18NBoundMessage
 I18NBoundMessage I18NError.getI18NBoundMessage()
           
 I18NBoundMessage I18NRuntimeException.getI18NBoundMessage()
           
 I18NBoundMessage I18NException.getI18NBoundMessage()
           
 I18NBoundMessage I18NThrowable.getI18NBoundMessage()
          Returns the receiver's message.
 

Methods in org.marketcetera.util.except with parameters of type I18NBoundMessage
static void I18NInterruptedException.checkInterruption(I18NBoundMessage message)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedRuntimeException.checkInterruption(I18NBoundMessage message)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedException.checkInterruption(Throwable cause, I18NBoundMessage message)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static void I18NInterruptedRuntimeException.checkInterruption(Throwable cause, I18NBoundMessage message)
          Checks whether the calling thread has been interrupted, and, if so, throws an exception built using the associated constructor.
static boolean ExceptUtils.swallow(Throwable throwable, Object category, I18NBoundMessage message)
          Swallows the given throwable.
static I18NException ExceptUtils.wrap(Throwable throwable, I18NBoundMessage message)
          If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedException, and this exception is returned; also, the calling thread is interrupted.
static I18NRuntimeException ExceptUtils.wrapRuntime(Throwable throwable, I18NBoundMessage message)
          If the given throwable is an interruption exception per ExceptUtils.isInterruptException(Throwable), then the throwable is wrapped inside a I18NInterruptedRuntimeException, and this exception is thrown; also, the calling thread is interrupted.
 

Constructors in org.marketcetera.util.except with parameters of type I18NBoundMessage
I18NError(I18NBoundMessage message)
          Constructs a new throwable with the given message, but without an underlying cause.
I18NError(Throwable cause, I18NBoundMessage message)
          Constructs a new throwable with the given message and underlying cause.
I18NException(I18NBoundMessage message)
          Constructs a new throwable with the given message, but without an underlying cause.
I18NException(Throwable cause, I18NBoundMessage message)
          Constructs a new throwable with the given message and underlying cause.
I18NInterruptedException(I18NBoundMessage message)
          Constructs a new throwable with the given message, but without an underlying cause.
I18NInterruptedException(Throwable cause, I18NBoundMessage message)
          Constructs a new throwable with the given message and underlying cause.
I18NInterruptedRuntimeException(I18NBoundMessage message)
          Constructs a new throwable with the given message, but without an underlying cause.
I18NInterruptedRuntimeException(Throwable cause, I18NBoundMessage message)
          Constructs a new throwable with the given message and underlying cause.
I18NRuntimeException(I18NBoundMessage message)
          Constructs a new throwable with the given message, but without an underlying cause.
I18NRuntimeException(Throwable cause, I18NBoundMessage message)
          Constructs a new throwable with the given message and underlying cause.
 

Uses of I18NBoundMessage in org.marketcetera.util.log
 

Classes in org.marketcetera.util.log that implement I18NBoundMessage
 class I18NBoundMessage0P
          A bound message, representing a I18NMessage0P.
 class I18NBoundMessage1P
          A bound message, representing the combination of an I18NMessage1P and its one parameter.
 class I18NBoundMessage2P
          A bound message, representing the combination of an I18NMessage2P and its two parameters.
 class I18NBoundMessage3P
          A bound message, representing the combination of an I18NMessage3P and its three parameters.
 class I18NBoundMessage4P
          A bound message, representing the combination of an I18NMessage4P and its four parameters.
 class I18NBoundMessage5P
          A bound message, representing the combination of an I18NMessage5P and its five parameters.
 class I18NBoundMessage6P
          A bound message, representing the combination of an I18NMessage6P and its six parameters.
 class I18NBoundMessageBase<T extends I18NMessage>
          A bound message implementation, representing the combination of an I18NMessage and its parameters, if any.
 class I18NBoundMessageNP
          A bound message, representing the combination of an I18NMessageNP and its arbitrary number of parameters.
 class I18NMessage0P
          An internationalized message, requiring exactly zero parameters.
 

Methods in org.marketcetera.util.log with parameters of type I18NBoundMessage
static String LogUtils.getSimpleMessage(I18NBoundMessage message)
          Returns a simplified textual representation of the parameterized message.
 

Uses of I18NBoundMessage in org.marketcetera.util.ws.tags
 

Methods in org.marketcetera.util.ws.tags that return I18NBoundMessage
 I18NBoundMessage NonNullTagFilter.getMessage()
          Returns the message for the exception thrown when the receiver filter rejects a tag.
 

Constructors in org.marketcetera.util.ws.tags with parameters of type I18NBoundMessage
NonNullTagFilter(I18NBoundMessage message)
          Creates a new filter with the given mismatch message.
 

Uses of I18NBoundMessage in org.marketcetera.util.ws.wrappers
 

Methods in org.marketcetera.util.ws.wrappers that return types with arguments of type I18NBoundMessage
 SerWrapper<I18NBoundMessage> RemoteI18NBoundMessage.getWrapper()
          Returns the receiver's message (wrapper).
 

Method parameters in org.marketcetera.util.ws.wrappers with type arguments of type I18NBoundMessage
 void RemoteI18NBoundMessage.setWrapper(SerWrapper<I18NBoundMessage> wrapper)
          Sets the receiver's message (wrapper) to the given one.
 

Constructors in org.marketcetera.util.ws.wrappers with parameters of type I18NBoundMessage
RemoteI18NBoundMessage(I18NBoundMessage message)
          Creates a new message wrapper that wraps the given message.
 



Copyright © 2012. All Rights Reserved.