|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.config.base.ConfigStatistics
public class ConfigStatistics
Class providing statistics for config such as :
Constructor Summary | |
---|---|
ConfigStatistics()
Non-arg constructor. |
Method Summary | |
---|---|
void |
bind()
This method increments number of bind calls. |
int |
getLookup()
|
int |
getModCount()
|
void |
lookup()
This method increments number of lookup calls. |
void |
rebind()
This method increments number of rebind calls. |
void |
reset()
Reset all counters. |
void |
unbind()
This method increments number of unbind calls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigStatistics()
Method Detail |
---|
public void rebind()
public void bind()
public void lookup()
public void unbind()
public int getModCount()
public int getLookup()
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |