Ontimize 5.2072EN

com.ontimize.db
Class DefaultLogFormatter

java.lang.Object
  extended bycom.ontimize.db.DefaultLogFormatter
All Implemented Interfaces:
LogFormatter

public class DefaultLogFormatter
extends java.lang.Object
implements LogFormatter


Constructor Summary
DefaultLogFormatter()
           
 
Method Summary
 java.lang.String getFormattedString(java.lang.String table, java.util.Hashtable columnsValues, java.lang.String operation, java.lang.String user, long date, java.util.Hashtable conditions)
           
 java.lang.String getFormattedString(java.lang.String table, java.util.Vector columns, java.lang.String operation, java.lang.String user, long date, java.util.Hashtable conditions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLogFormatter

public DefaultLogFormatter()
Method Detail

getFormattedString

public final java.lang.String getFormattedString(java.lang.String table,
                                                 java.util.Vector columns,
                                                 java.lang.String operation,
                                                 java.lang.String user,
                                                 long date,
                                                 java.util.Hashtable conditions)
Specified by:
getFormattedString in interface LogFormatter

getFormattedString

public final java.lang.String getFormattedString(java.lang.String table,
                                                 java.util.Hashtable columnsValues,
                                                 java.lang.String operation,
                                                 java.lang.String user,
                                                 long date,
                                                 java.util.Hashtable conditions)
Specified by:
getFormattedString in interface LogFormatter

Ontimize