|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.LogEntry
public class LogEntry
The LogEntry class represents an entry in the broker message log table.
com.ibm.broker.config.proxy.LogEntry
|
|
Responsibilities | Represents a single read-only entry from the Log table. |
Internal Collaborators | None |
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ 25103.1 2004-03-22 HDMPL v6 Release 47371 2007-07-30 HDMPL v6.1 Release (no changes)
Method Summary | |
---|---|
java.lang.String |
getDetail()
Returns the detail field for the current log entry |
java.lang.String |
getInsert(int elementNumber)
Returns the insert with the supplied number. |
int |
getInsertsSize()
Returns the number of available inserts for the current log entry. |
static LogEntry |
getLogEntryFromString(java.lang.String encodedData)
Returns a new LogEntry object that contains the information described in the encoded String. |
java.lang.String |
getMessage()
Returns the message field for the current log entry |
int |
getMessageNumber()
Returns the BIP message number for the current log entry. |
java.lang.String |
getSource()
Returns the source field for the current log entry |
java.util.Date |
getTimestamp()
Returns the timestamp for the current log entry |
boolean |
isErrorMessage()
Returns true if and only if the BIP message number indicates an error (that is, if the 8th character in the detail field is 'E' or 'S'). |
static void |
setMessageCatalogEclipsePluginName(java.lang.String pluginName)
Asks the Configuration Manager Proxy to attempt to load the message catalog from the Eclipse plugin with the supplied name. |
static void |
setMessageCatalogName(java.lang.String catalogName)
Sets the name of the message catalog from which localized BIP messages are loaded. |
java.lang.String |
toString()
Displays information on the log entry (for trace) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMessage()
public int getMessageNumber()
public boolean isErrorMessage()
public java.lang.String getDetail()
public java.lang.String getSource()
public java.util.Date getTimestamp()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getInsert(int elementNumber)
elementNumber
-
public int getInsertsSize()
public static LogEntry getLogEntryFromString(java.lang.String encodedData)
encodedData
- String as stored in the
relevant attribute of the LogProxy.public static void setMessageCatalogEclipsePluginName(java.lang.String pluginName)
pluginName
- Name of the plugin that contains
the message catalog. The default is "com.ibm.etools.mft.config".public static void setMessageCatalogName(java.lang.String catalogName)
catalogName
- Name of the message catalog to use. The
default is "BIPv600".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |