MobiLink Synchronization User's Guide
Writing Synchronization Scripts in Java
MobiLink Java API Reference
Holds the data associated with a log message.
Extends java.lang.Object
int ERROR
int WARNING
public int getType( )
Accessor for this message type.
Returns the type of this message, which can be either ERROR or WARNING.
public java.lang.String getUser( )
Accessor for this message user. If the message has no user, then the user is NULL.
Returns the user associated with this message.
public java.lang.String getText( )
Accessor for the message text.
Returns the main text of this message.