iCMS.pollerd
Class NodeTypeData

java.lang.Object
  extended by MyEventManager
      extended by iCMS.pollerd.GenericData
          extended by iCMS.pollerd.NodeTypeData
All Implemented Interfaces:
MonitoredItem

public class NodeTypeData
extends GenericData

This class is a data holder for the nodeType type data

Revision Changes :

Version:
2.0.0
Author:
Chris Lukassen
 

Field Summary
 
Fields inherited from class iCMS.pollerd.GenericData
allocatedMibs, canStart, canStop, children, descr, host, info, mibDirs, mibs, name, parent, probe, propagate, snmpMan, status, token, type
 
Constructor Summary
NodeTypeData(GenericData parent)
          default constructor
NodeTypeData(String name, Vector mibs, ProbeData probe, GenericData parent)
          preload constructor
 
Method Summary
 Object clone(GenericData parent)
          create an exact copy of this item, with all settings included
 void print(PrintStream out, boolean all, String root)
          print out the all info of this item
 
Methods inherited from class iCMS.pollerd.GenericData
addChild, addDescription, addMib, addMibDir, allocateAndAddMib, canStart, canStop, getChild, getChildren, getDescription, getHost, getMibDirs, getMibDirsAsString, getMibs, getName, getProbe, getPropagate, getStatus, getType, initMonitoring, list, myEventOccurred, removeAllChildren, removeChild, setAllocatedMibs, setChildren, setDescription, setHost, setInfo, setItemToken, setMibDirs, setMibs, setName, setParent, setProbe, setPropagate, setPropagate, setStatus, start, startMonitoring, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface iCMS.pollerd.MonitoredItem
addMyEventListener, removeMyEventListener
 

Constructor Detail

NodeTypeData

public NodeTypeData(GenericData parent)
default constructor


NodeTypeData

public NodeTypeData(String name,
                    Vector mibs,
                    ProbeData probe,
                    GenericData parent)
preload constructor

Method Detail

clone

public Object clone(GenericData parent)
create an exact copy of this item, with all settings included

Overrides:
clone in class GenericData

print

public void print(PrintStream out,
                  boolean all,
                  String root)
print out the all info of this item

Overrides:
print in class GenericData