org.kinsources.kiwa.actalog
Class Actalog

java.lang.Object
  extended by org.kinsources.kiwa.actalog.Actalog

public class Actalog
extends java.lang.Object

Author:
Christian P. Momon

Field Summary
static java.lang.String RSS_NAME
           
 
Constructor Summary
Actalog()
           
Actalog(long autoIncrementValue)
           
 
Method Summary
 void clear()
           
 EventLogs eventLogs()
           
 long lastId()
           
 EventLog logEvent(EventLog.Category category, java.lang.String... arguments)
           
 long nextId()
           
 void purge(int days)
           
 void resetLastId()
           
 java.lang.String toRSS(int feedSize, java.util.Locale locale, java.lang.String websiteUrl)
           
 java.lang.String toString(EventLog source, java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RSS_NAME

public static final java.lang.String RSS_NAME
See Also:
Constant Field Values
Constructor Detail

Actalog

public Actalog()

Actalog

public Actalog(long autoIncrementValue)
Method Detail

clear

public void clear()

eventLogs

public EventLogs eventLogs()
Returns:

lastId

public long lastId()
Returns:

logEvent

public EventLog logEvent(EventLog.Category category,
                         java.lang.String... arguments)

nextId

public long nextId()
Returns:

purge

public void purge(int days)

resetLastId

public void resetLastId()

toRSS

public java.lang.String toRSS(int feedSize,
                              java.util.Locale locale,
                              java.lang.String websiteUrl)
                       throws java.io.IOException
Parameters:
language -
Returns:
Throws:
java.io.IOException

toString

public java.lang.String toString(EventLog source,
                                 java.util.Locale locale)
Parameters:
source -
locale -
Returns: