Uses of Class
org.marketcetera.util.log.I18NMessage2P
-
Packages that use I18NMessage2P 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.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. -
-
Uses of I18NMessage2P in org.marketcetera.util.except
Fields in org.marketcetera.util.except declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. COMBINE_MESSAGES -
Uses of I18NMessage2P in org.marketcetera.util.file
Fields in org.marketcetera.util.file declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. CANNOT_COPY_FILES -
Uses of I18NMessage2P in org.marketcetera.util.log
Fields in org.marketcetera.util.log declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. MESSAGE_FILE_NOT_FOUNDConstructors in org.marketcetera.util.log with parameters of type I18NMessage2P Constructor Description I18NBoundMessage2P(I18NMessage2P message, Serializable p1, Serializable p2)Create a new I18NBoundMessage2P instance. -
Uses of I18NMessage2P in org.marketcetera.util.quickfix
Fields in org.marketcetera.util.quickfix declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. ENUM_FIELD_VALUEstatic I18NMessage2PMessages. MISSING_GROUP -
Uses of I18NMessage2P in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. CLIENT_CONTEXTstatic I18NMessage2PMessages. REAPER_EXPIRED_SESSION -
Uses of I18NMessage2P in org.marketcetera.util.ws.stateless
Fields in org.marketcetera.util.ws.stateless declared as I18NMessage2P Modifier and Type Field Description static I18NMessage2PMessages. VERSION_MISMATCH -
Uses of I18NMessage2P in org.marketcetera.util.ws.tags
Fields in org.marketcetera.util.ws.tags declared as I18NMessage2P Modifier and Type Field Description private I18NMessage2PEqualsTagFilter. mMessageMethods in org.marketcetera.util.ws.tags that return I18NMessage2P Modifier and Type Method Description I18NMessage2PEqualsTagFilter. 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 I18NMessage2P Constructor Description EqualsTagFilter(Tag target, I18NMessage2P message)Creates a new filter with the given target tag and mismatch message.
-