|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.appspy.perf.servlet.skip.NoSessionSamplingSkipManager
public class NoSessionSamplingSkipManager
| Field Summary | |
|---|---|
protected static int |
mCollectedDataCounter
|
protected int |
mSampling
|
| Fields inherited from interface org.appspy.perf.servlet.skip.SkipManager |
|---|
COLLECT, SKIP, UNDEFINED |
| Constructor Summary | |
|---|---|
NoSessionSamplingSkipManager()
|
|
| Method Summary | |
|---|---|
int |
getSampling()
|
void |
setSampling(int sampling)
|
int |
skipRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.ServletContext sc)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static int mCollectedDataCounter
protected int mSampling
| Constructor Detail |
|---|
public NoSessionSamplingSkipManager()
| Method Detail |
|---|
public int skipRequest(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.ServletContext sc)
skipRequest in interface SkipManagerpublic int getSampling()
public void setSampling(int sampling)
sampling - the sampling to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||