|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageProvider | |
---|---|
com.ibm.spatial | Provides classes necessary to manage the IBM Informix Spatial DataBlade API and to modify default behaviors. |
com.ibm.spatial.util | Contains miscellaneous utility classes (localization, logging, error reporting, and library configuration constants). |
Uses of MessageProvider in com.ibm.spatial |
---|
Methods in com.ibm.spatial that return MessageProvider | |
---|---|
static MessageProvider |
SpatialManager.getMessageProvider()
Returns the current message provider. |
Uses of MessageProvider in com.ibm.spatial.util |
---|
Classes in com.ibm.spatial.util that implement MessageProvider | |
---|---|
class |
ImplementationMessages
ImplementationMessages provides internal error messages for the Spatial API. |
class |
Messages
Messages provides error messages for the Spatial API. |
Methods in com.ibm.spatial.util that return MessageProvider | |
---|---|
MessageProvider |
Logger.getMessageProvider()
Gets the MessageProvider associated with this Logger. |
Methods in com.ibm.spatial.util with parameters of type MessageProvider | |
---|---|
static java.lang.String |
ErrorReporter.formatMessage(int msgCode,
MessageProvider provider,
java.lang.Object[] args,
EventLocation location,
boolean writeClassInfo)
Returns a formatted error message. |
void |
Logger.setMessageProvider(MessageProvider provider)
Sets a MessageProvider object to retrieve localized and formatted messages given a message code. |
Constructors in com.ibm.spatial.util with parameters of type MessageProvider | |
---|---|
ErrorReporter(ErrorHandler handler,
MessageProvider messages,
MessageProvider implementationMessages)
|
|
Spatial DataBlade JAVA API v8.21 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |