|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.cimxml.sax.NodePool
public class NodePool
NodePool is used by XMLDefaultHandlerImpl to store unused Node instances which can be reused later without instantiating new ones.
Constructor Summary | |
---|---|
NodePool()
|
Method Summary | |
---|---|
void |
addNode(Node pNode)
addNode |
int |
getHitCnt()
getHitCnt |
int |
getMissCnt()
getMissCnt |
Node |
getNode(java.lang.String pNodeName)
getNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodePool()
Method Detail |
---|
public void addNode(Node pNode)
pNode
- public Node getNode(java.lang.String pNodeName)
pNodeName
-
public int getHitCnt()
public int getMissCnt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |