webmngr.devices
Class EmptyDevice

java.lang.Object
  |
  +--webmngr.devices.AbstractDevice
        |
        +--webmngr.devices.Device
              |
              +--webmngr.devices.EmptyDevice
All Implemented Interfaces:
java.lang.Cloneable, DatabusMember, DataProducer, DeviceIF, java.io.Serializable, Template

public class EmptyDevice
extends Device

Title: Description: Classe que representa um dispositivo gerenciável mas que não possui SNMP. Copyright: Copyright (c) 2002 Company:

Author:
Ricardo Alves Temoteo
See Also:
Serialized Form

Fields inherited from class webmngr.devices.Device
CRITIC_HIGH, CRITIC_LITTLE, CRITIC_MAXIMUM, CRITIC_MEDIUM, CRITIC_MINIMAL, CRITIC_NONE, pingMonitor
 
Fields inherited from class webmngr.devices.AbstractDevice
template
 
Constructor Summary
EmptyDevice()
          Construtor default.
 
Methods inherited from class webmngr.devices.Device
clone, getCriticality, getHost, getLocation, getOutputDatabus, getPollInterval, getTimeout, produce, setCriticality, setHost, setLocation, setOutputDatabus, setPollInterval, setTemplate, setTemplateObject, setTimeout
 
Methods inherited from class webmngr.devices.AbstractDevice
addGraphReference, addOID, addOIDRef, getContact, getFunctionalDescription, getGraphReferences, getHardwareDescription, getIndex, getName, getObs, getOIDs, getStatusOID, getTemplate, remGraphReference, remOID, setContact, setFunctionalDescription, setHardwareDescription, setIndex, setName, setObs, setStatusOID, setTemplate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webmngr.databus.DatabusMember
getName, setName
 

Constructor Detail

EmptyDevice

public EmptyDevice()
Construtor default.