org.mobicents.examples.convergeddemo.seam.action
Class IndexerAction

java.lang.Object
  extended by org.mobicents.examples.convergeddemo.seam.action.IndexerAction
All Implemented Interfaces:
Indexer

@Name(value="indexer")
@Scope(value=APPLICATION)
@Startup
public class IndexerAction
extends java.lang.Object
implements Indexer

Re index the needed entities

Author:
Emmanuel Bernard

Constructor Summary
IndexerAction()
           
 
Method Summary
 java.util.Date getLastIndexingTime()
           
 void index()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerAction

public IndexerAction()
Method Detail

getLastIndexingTime

public java.util.Date getLastIndexingTime()
Specified by:
getLastIndexingTime in interface Indexer

index

@Create
public void index()
Specified by:
index in interface Indexer

stop

@Destroy
public void stop()
Specified by:
stop in interface Indexer


Copyright © 2010. All Rights Reserved.