org.appspy.perf.servlet.internal
Class AppSpyWebappManagerImpl

java.lang.Object
  extended by org.appspy.perf.servlet.internal.AppSpyWebappManagerImpl
All Implemented Interfaces:
AppSpyWebappManager

public class AppSpyWebappManagerImpl
extends java.lang.Object
implements AppSpyWebappManager

Author:
Olivier HEDIN / olivier@appspy.org

Field Summary
protected  org.springframework.context.support.GenericApplicationContext mApplicationContext
           
protected  SkipManager mSkipManager
           
protected  DataProvider mWebappDataProvider
           
protected  org.apache.commons.logging.Log sLog
           
 
Constructor Summary
AppSpyWebappManagerImpl()
           
 
Method Summary
 void destroy()
           
 SkipManager getSkipManager()
           
 DataProvider getWebappDataProvider()
           
 void init(java.util.Properties configProperties, java.net.URL webappConfigURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sLog

protected org.apache.commons.logging.Log sLog

mApplicationContext

protected org.springframework.context.support.GenericApplicationContext mApplicationContext

mWebappDataProvider

protected DataProvider mWebappDataProvider

mSkipManager

protected SkipManager mSkipManager
Constructor Detail

AppSpyWebappManagerImpl

public AppSpyWebappManagerImpl()
Method Detail

init

public void init(java.util.Properties configProperties,
                 java.net.URL webappConfigURL)
Specified by:
init in interface AppSpyWebappManager

getWebappDataProvider

public DataProvider getWebappDataProvider()
Specified by:
getWebappDataProvider in interface AppSpyWebappManager

getSkipManager

public SkipManager getSkipManager()
Specified by:
getSkipManager in interface AppSpyWebappManager

destroy

public void destroy()
Specified by:
destroy in interface AppSpyWebappManager


Copyright © 2008. All Rights Reserved.