| 
 | xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjax.AgentXScalars
org.xmlBlaster.engine.admin.extern.snmp.NodeScalar
org.xmlBlaster.engine.admin.extern.snmp.NodeScalarImpl
public class NodeScalarImpl
This class extends the Java AgentX (JAX) implementation of the scalar group nodeScalar defined in XMLBLASTER-MIB. NodeScalarImpl is the interface side of a bridge pattern. Contains a reference to the implementation side of the bridge pattern (= NodeScalarImplPeer). Implements its methods by forwarding its calls to NodeScalarImplPeer.
| Field Summary | |
|---|---|
| private  NodeScalarImplPeer | nodeScalarImplPeer | 
| Fields inherited from class org.xmlBlaster.engine.admin.extern.snmp.NodeScalar | 
|---|
| numNodes, NumNodesName, NumNodesOID | 
| Fields inherited from class jax.AgentXScalars | 
|---|
| data, oid | 
| Constructor Summary | |
|---|---|
| NodeScalarImpl()Builds a reference to NodeScalarImplPeer, which implements NodeScalarImpl methods. | |
| Method Summary | |
|---|---|
|  long | get_numNodes()Forwards the call to nodeScalarImplPeer.get_numNodes(). | 
| Methods inherited from class org.xmlBlaster.engine.admin.extern.snmp.NodeScalar | 
|---|
| getNextScalar, getScalar, setScalar | 
| Methods inherited from class jax.AgentXScalars | 
|---|
| getElement, getNextElement, getOID, getSuffix, setElement | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private NodeScalarImplPeer nodeScalarImplPeer
| Constructor Detail | 
|---|
public NodeScalarImpl()
| Method Detail | 
|---|
public long get_numNodes()
get_numNodes in class NodeScalar| 
 | xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||