org.exoplatform.forum.service.conf
Class StatisticEventListener

java.lang.Object
  extended by org.exoplatform.forum.service.conf.StatisticEventListener
All Implemented Interfaces:
javax.jcr.observation.EventListener

public class StatisticEventListener
extends java.lang.Object
implements javax.jcr.observation.EventListener


Constructor Summary
StatisticEventListener(java.lang.String ws, java.lang.String repo)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.String getRepository()
           
 java.lang.String getSrcWorkspace()
           
 void onEvent(javax.jcr.observation.EventIterator evIter)
           
 void setPath(java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticEventListener

public StatisticEventListener(java.lang.String ws,
                              java.lang.String repo)
                       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getSrcWorkspace

public java.lang.String getSrcWorkspace()

getRepository

public java.lang.String getRepository()

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

onEvent

public void onEvent(javax.jcr.observation.EventIterator evIter)
Specified by:
onEvent in interface javax.jcr.observation.EventListener


Copyright © 2011 eXo Platform SAS. All Rights Reserved.