net.anotheria.moskitodemo.guestbook.business
Class CommentsCleaner

java.lang.Object
  extended by net.anotheria.moskitodemo.guestbook.business.CommentsCleaner

public class CommentsCleaner
extends Object

A utility class for comments clean-up (anti-spam) in offline mode.

Author:
another

Field Summary
static Integer ZERO
           
 
Constructor Summary
CommentsCleaner()
           
 
Method Summary
static void clean()
           
static void main(String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZERO

public static final Integer ZERO
Constructor Detail

CommentsCleaner

public CommentsCleaner()
Method Detail

main

public static void main(String[] a)
                 throws CommentServiceException
Throws:
CommentServiceException

clean

public static void clean()
                  throws CommentServiceException
Throws:
CommentServiceException


Copyright © 2010-2012 anotheria.net. All Rights Reserved.