Uses of Class
org.marketcetera.util.log.I18NMessage0P
-
Packages that use I18NMessage0P Package Description org.marketcetera.util.except Nested exception framework with internationalization (i18n) and thread interruption support.org.marketcetera.util.file Miscellaneous utilities for file management.org.marketcetera.util.log Multi-tiered logging and internationalization (i18n) framework.org.marketcetera.util.quickfix Miscellaneous utilities for QuickFIX/J.org.marketcetera.util.spring Miscellaneous utilities for the Spring framework.org.marketcetera.util.unicode Unicode en/decoding with BOMs, including I/O stream support.org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server.org.marketcetera.util.ws.tags Tags used to identify aspects of web services, and filters for those tags.org.marketcetera.util.ws.wrappers Wrappers enabling certain web service data types to be marshalled. -
-
Uses of I18NMessage0P in org.marketcetera.util.except
Fields in org.marketcetera.util.except declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. THREAD_INTERRUPTEDstatic I18NMessage0PMessages. THROWABLE_IGNORED -
Uses of I18NMessage0P in org.marketcetera.util.file
Fields in org.marketcetera.util.file declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. CANNOT_COPY_CSTREAMSstatic I18NMessage0PMessages. CANNOT_COPY_STREAMSstatic I18NMessage0PMessages. CLOSING_FAILED -
Uses of I18NMessage0P in org.marketcetera.util.log
Methods in org.marketcetera.util.log that return I18NMessage0P Modifier and Type Method Description I18NMessage0PI18NMessage0P. getMessage()Constructors in org.marketcetera.util.log with parameters of type I18NMessage0P Constructor Description I18NBoundMessage0P(I18NMessage0P message)Create a new I18NBoundMessage0P instance. -
Uses of I18NMessage0P in org.marketcetera.util.quickfix
Fields in org.marketcetera.util.quickfix declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. BODY_TITLEstatic I18NMessage0PMessages. CONFIG_ERRORstatic I18NMessage0PMessages. HEADER_TITLEstatic I18NMessage0PMessages. MISSING_SETTINGSstatic I18NMessage0PMessages. TRAILER_TITLEstatic I18NMessage0PMessages. VALIDATION_TITLE -
Uses of I18NMessage0P in org.marketcetera.util.spring
Fields in org.marketcetera.util.spring declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. LAZY_ALREADY_PROCESSEDstatic I18NMessage0PMessages. LAZY_IN_PROCESS -
Uses of I18NMessage0P in org.marketcetera.util.unicode
Fields in org.marketcetera.util.unicode declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. NO_SIGNATURE_MATCHESstatic I18NMessage0PMessages. STREAM_ACCESS_ERRORstatic I18NMessage0PMessages. STREAM_CLOSED -
Uses of I18NMessage0P in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. ALREADY_LOGGED_INstatic I18NMessage0PMessages. BAD_CREDENTIALSstatic I18NMessage0PMessages. JMX_REMOTE_SERVICE_DESCRIPTIONstatic I18NMessage0PMessages. NOT_LOGGED_INstatic I18NMessage0PMessages. REAPER_THREAD_NAME -
Uses of I18NMessage0P in org.marketcetera.util.ws.stateless
Fields in org.marketcetera.util.ws.stateless declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. WEB_SERVICE_DESCRIPTION -
Uses of I18NMessage0P in org.marketcetera.util.ws.tags
Fields in org.marketcetera.util.ws.tags declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. SESSION_REQUIRED -
Uses of I18NMessage0P in org.marketcetera.util.ws.wrappers
Fields in org.marketcetera.util.ws.wrappers declared as I18NMessage0P Modifier and Type Field Description static I18NMessage0PMessages. ARGUMENT_IS_NULLstatic I18NMessage0PMessages. ARGUMENT_WRAPS_NULLstatic I18NMessage0PMessages. DESERIALIZATION_FAILEDstatic I18NMessage0PMessages. RECEIVER_WRAPS_NULLstatic I18NMessage0PMessages. REMOTE_EXCEPTIONstatic I18NMessage0PMessages. SERIALIZATION_FAILED
-