xmlBlaster 2.2.0 API

org.xmlBlaster.engine.admin.extern.snmp
Class NodeScalarImpl

java.lang.Object
  extended by jax.AgentXScalars
      extended by org.xmlBlaster.engine.admin.extern.snmp.NodeScalar
          extended by org.xmlBlaster.engine.admin.extern.snmp.NodeScalarImpl
All Implemented Interfaces:
jax.AgentXGroup

public class NodeScalarImpl
extends NodeScalar

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.

Version:
@VERSION@
Author:
Udo Thalmann

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

nodeScalarImplPeer

private NodeScalarImplPeer nodeScalarImplPeer
Constructor Detail

NodeScalarImpl

public NodeScalarImpl()
Builds a reference to NodeScalarImplPeer, which implements NodeScalarImpl methods.

Method Detail

get_numNodes

public long get_numNodes()
Forwards the call to nodeScalarImplPeer.get_numNodes().

Overrides:
get_numNodes in class NodeScalar
Returns:
NumNodes actual number of nodes in nodeTable.

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.