xmlBlaster 2.2.0 API

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

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

public class NodeScalarProxy
extends NodeScalar

This class extends the Java AgentX (JAX) implementation of the scalar group nodeScalar defined in XMLBLASTER-MIB. NodeScalarProxy - is the interface side of a bridge pattern. - contains a reference to the implementation side of the bridge pattern (= NodeScalarProxyPeer). - implements its methods by forwarding its calls to NodeScalarProxyPeer.

Since:
0.79g
Version:
@VERSION@
Author:
Udo Thalmann
See Also:
admin.snmp requirement

Field Summary
private static java.util.logging.Logger log
           
private  java.lang.String ME
           
 
Fields inherited from class org.xmlBlaster.engine.admin.extern.snmp.NodeScalar
numNodes, NumNodesName, NumNodesOID
 
Fields inherited from class jax.AgentXScalars
data, oid
 
Constructor Summary
NodeScalarProxy(Global glob)
          NodeScalarProxy - builds a reference to NodeScalarProxyPeer, which implements NodeScalarProxy methods.
 
Method Summary
 long get_numNodes()
          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

ME

private final java.lang.String ME
See Also:
Constant Field Values

log

private static java.util.logging.Logger log
Constructor Detail

NodeScalarProxy

public NodeScalarProxy(Global glob)
NodeScalarProxy - builds a reference to NodeScalarProxyPeer, which implements NodeScalarProxy methods.

Method Detail

get_numNodes

public long get_numNodes()
get_numNodes - forwards the call to nodeScalarImplPeer.get_numNodes().

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

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.