A B C D E F G H I J L M N O P R S T U V W X Y

A

AbstractCalculator - class webmngr.calculators.AbstractCalculator.
Classe abstrata que representa metodos comuns de todos os calculadores existentes no barramento Activity.
AbstractCalculator() - Constructor for class webmngr.calculators.AbstractCalculator
Construtor default
AbstractCorrelator - class webmngr.correlators.AbstractCorrelator.
Classe que implementa um correlator abstrato, com carcterísticas comuns a todos Copyright: Copyright (c) 2002 Company:
AbstractCorrelator() - Constructor for class webmngr.correlators.AbstractCorrelator
 
AbstractDevice - class webmngr.devices.AbstractDevice.
Um dispositivo abstrato de rede que pode ser gerenciado.
AbstractDevice() - Constructor for class webmngr.devices.AbstractDevice
 
AbstractEventProducer - class webmngr.events.AbstractEventProducer.
Classe que representa um produtor de eventos abstrato com características comuns a todos Copyright: Copyright (c) 2002 Company:
AbstractEventProducer() - Constructor for class webmngr.events.AbstractEventProducer
 
AbstractFilter - class webmngr.filters.AbstractFilter.
Classe que implementa um filtro abstrato, com carcterísticas comuns a todos Copyright: Copyright (c) 2002 Company:
AbstractFilter() - Constructor for class webmngr.filters.AbstractFilter
 
AbstractLogger - class webmngr.loggers.AbstractLogger.
Um logger abstrato que provê algumas funcionalidades comuns à todos os loggers.
AbstractLogger() - Constructor for class webmngr.loggers.AbstractLogger
Inicia um logger genérico que grava tudo.
AbstractMonitor - class webmngr.monitor.AbstractMonitor.
Esta classe representa um Monitor abstrato.
Ela fornece os serviços de conexão com o barramento de dados para um monitor.
AbstractMonitor(Device) - Constructor for class webmngr.monitor.AbstractMonitor
Construtor default
AbstractNotifier - class webmngr.notifiers.AbstractNotifier.
Descrição
AbstractNotifier() - Constructor for class webmngr.notifiers.AbstractNotifier
Construtor default
AbstractTemplate - class webmngr.templates.AbstractTemplate.
Classe básica que fornece operações comuns a um template.
Um template é uma classe que armazena um conjunto de propriedades comuns a um grupo de objetos e que pode ser usado para facilitar as modificações posteriores deste grupo de objetos pois ao invés de sair modificando todos os objetos do grupo basta modificar o template que eles usam para que a modificação seja feita.
AbstractTemplate() - Constructor for class webmngr.templates.AbstractTemplate
Construtor default.
Inicializa todas as propriedades do template para valores nulos no caso de objetos e valores negativos no caso de propriedades representadas por números inteiros.
AbstractViewBean - class webmngr.view.AbstractViewBean.
Uma classe abstrata que fornece funcionalidades comuns a qualquer viewbean.
AbstractViewBean() - Constructor for class webmngr.view.AbstractViewBean
Construtor default.
ActivityLogger - class webmngr.loggers.ActivityLogger.
Logger de Atividade de rede.
Grava as informações do modo como elas passam no barramento.
ActivityLogger() - Constructor for class webmngr.loggers.ActivityLogger
Construtor que coloca o logger no barramento activity e o configura para logar o valor médio de tudo que passa no barramento em intervalos de 10 segundos.
ActivityViewBean - class webmngr.view.ActivityViewBean.
Representa um visualizador de informações de atividade.
ActivityViewBean() - Constructor for class webmngr.view.ActivityViewBean
Construtor default.
add(Object) - Method in class webmngr.util.SortedList
Adds an object on this SortedList at its apropriate place
addActivityLogger(ActivityLogger) - Method in class webmngr.WebSystem
 
addAlarmsLogger(AlarmsLogger) - Method in class webmngr.WebSystem
 
addBPSActivityCalculator(BPSActivityCalculator) - Method in class webmngr.WebSystem
 
addBPSActivityLogger(BPSActivityLogger) - Method in class webmngr.WebSystem
 
addCalculator(Calculator) - Method in class webmngr.calculators.CalculatorManager
Adiciona um novo calculador ao vetor de Calculadores
addCLIDevice(CLIDevice) - Method in class webmngr.Network
 
addCorrelator(AbstractCorrelator) - Method in class webmngr.correlators.CorrelatorManager
Adiciona um novo correlator a lista de correlatores
addDatabus(Databus) - Method in class webmngr.WebSystem
Adiciona um barramento de dados.
addDataConsumer(DataConsumer) - Method in class webmngr.databus.Databus
Adiciona um consumidor à lista de consumidores do barramento que estão interessados em tudo que passa pelo barramento.
addDataConsumer(DataConsumer) - Method in class webmngr.databus.SmartDatabus
Insere um consumidor especial no barramento que não esta interessado em receber todas as informações que passam pelo barramento e sim em apenas um pequeno subconjunto delas.
Para se armazenar estes consumidores deve-se usar uma estrutura com acesso direto eficiente como uma HashTable ou um TreeMap.
addDataPollerServer(DataPollerServer) - Method in class webmngr.WebSystem
 
addDataProducer(DataProducer) - Method in class webmngr.databus.Databus
Adiciona um produtor à lista de produtores do barramento.
addDeltaActivityCalculator(DeltaActivityCalculator) - Method in class webmngr.WebSystem
 
addDeltaActivityLogger(DeltaActivityLogger) - Method in class webmngr.WebSystem
 
addDevice(Device) - Method in class webmngr.Network
 
addDeviceTemplate(DeviceTemplate) - Method in class webmngr.WebMngrConfig
 
addEdge(Grafo) - Method in class webmngr.webdoc.Grafo
 
addEmailAlarmNotifier(EmailAlarmNotifier) - Method in class webmngr.WebSystem
 
addEventProducer(EventProducer) - Method in class webmngr.events.EventProducerManager
Adiciona um novo produtor de eventos a lista de produtores de evntos
addEventsCorrelator(EventsCorrelator) - Method in class webmngr.WebSystem
 
addEventsLogger(EventsLogger) - Method in class webmngr.WebSystem
 
addGraph(Graph) - Method in class webmngr.WebMngrConfig
 
addGraphReference(GraphReference) - Method in class webmngr.devices.AbstractDevice
Adiciona um novo graphReference há lista deste dispositivo.
Cada graphReference representa um gráfico que será traçado para este dispositivo.
addGraphReference(GraphReference) - Method in class webmngr.templates.AbstractTemplate
Adiciona um novo graphReference há lista deste template.
Cada graphReference representa um gráfico que será traçado para o device que usar este template.
addGraphReference(GraphReference) - Method in interface webmngr.templates.Template
Adiciona um novo graphReference há lista deste template.
Cada graphReference representa um gráfico que será traçado para o device que usar este template.
addGroup(Group) - Method in class webmngr.calculators.AbstractCalculator
Adiciona um novo grupo a lista de grupos desse calculador
addInterestingDevice(String) - Method in interface webmngr.databus.SmartDataConsumer
Adiciona um novo dispositivo a lista de dispositivos de interesse deste smartdataconsumer.
addInterestingDevice(String) - Method in class webmngr.filters.AbstractFilter
Adiciona um novo dispositivo a lista de dispositivos de interesse deste filtro
addInterestingDevice(String) - Method in class webmngr.loggers.AbstractLogger
Adiciona um novo dispositivo a lista de dispositivo de interesse deste logger.
addInterestingDevice(String) - Method in class webmngr.notifiers.AbstractNotifier
Adiciona um novo dispositivo a lista de dispositivo de interesse deste notificador.
addInterestingDevice(String) - Method in class webmngr.rmi.DataPollerServer
Adds a new interesting device.
addInterestingDevice(String) - Method in class webmngr.view.StatusViewBeanServer
Adiciona um novo dispositivo a lista de dispositivo de interesse.
addInterestingDevice(String) - Method in class webmngr.calculators.AbstractCalculator
Adiciona um novo dispositivo a lista de dispositivo de interesse deste calculador.
addInterestingDevice(String) - Method in class webmngr.events.AbstractEventProducer
Adiciona um novo dispositivo a lista de dispositivo de interesse deste produtor de eventos
addInterestingDevice(String) - Method in class webmngr.correlators.AbstractCorrelator
Adiciona um novo dispositivo a lista de dispositivo de interesse deste correlator
addInterestingInformation(String) - Method in interface webmngr.databus.SmartDataConsumer
Adiciona uma nova informação a lista de informações de interesse deste smartdataconsumer.
addInterestingInformation(String) - Method in class webmngr.filters.AbstractFilter
Adiciona uma nova informacão a lista de informações de interesse deste filtro
addInterestingInformation(String) - Method in class webmngr.loggers.AbstractLogger
Adiciona uma nova informacão a lista de informações de interesse deste logger.
addInterestingInformation(String) - Method in class webmngr.notifiers.AbstractNotifier
Adiciona uma nova informacão a lista de informações de interesse deste notificador.
addInterestingInformation(String) - Method in class webmngr.rmi.DataPollerServer
Adds a new interesting information.
addInterestingInformation(String) - Method in class webmngr.view.StatusViewBeanServer
Adiciona uma nova informacão a lista de informações de interesse.
addInterestingInformation(String) - Method in class webmngr.calculators.AbstractCalculator
Adiciona uma nova informacão a lista de informações de interesse deste calculador.
addInterestingInformation(String) - Method in class webmngr.events.AbstractEventProducer
Adiciona uma nova informacão a lista de informações de interesse deste produtor de eventos
addInterestingInformation(String) - Method in class webmngr.correlators.AbstractCorrelator
Adiciona uma nova informacão a lista de informações de interesse deste correlator
addInterestingOid(String) - Method in class webmngr.calculators.Group
Metodo que adiciona um novo oid ao Vetor de oids do Group
addInterface(Interface) - Method in class webmngr.devices.SNMPDevice
Insere uma interface na lista do dispositivo
addInterface(Interface) - Method in class webmngr.templates.SNMPDeviceTemplate
Insere uma interface na lista do dispositivo
addInterfaceTemplate(InterfaceTemplate) - Method in class webmngr.WebMngrConfig
 
addLabel(MapLabel) - Method in class webmngr.web.DefaultMapElement
Adds a new MapLabel to the list of elements that are part of this DefaultMapElement
addLogger(Logger) - Method in class webmngr.loggers.LoggerManager
Adiciona um novo logger.
addManagedElement(ManagedElement) - Method in class webmngr.web.DefaultMapElement
Adds a new ManagedElement to the list of elements that are part of this DefaultMapElement
addManagedElement(ManagedElement) - Method in class webmngr.web.CompositeMapElement
Adds a new ManagedElement to the list of elements that are part of this DefaultMapElement
addMap(NetMap) - Method in class webmngr.Network
 
addMap(NetMap) - Method in class webmngr.web.Atlas
Adds a new map to this atlas
addMapElement(MapElement) - Method in class webmngr.web.MapElementsManager
Adiciona um novo elemento de mapa ao vetor temporário
addMapElement(MapElement) - Method in class webmngr.web.DefaultMapElement
Adds a new MapElement to the list of elements that are part of this DefaultMapElement
addMapElement(MapElement) - Method in class webmngr.web.CompositeMapElement
Adds a new MapElement to the list of elements that are part of this DefaultMapElement
addMapElement(MapElement) - Method in class webmngr.web.NetMap
Add a new MapElement to the list of elements that are part of this DefaultMapElement
addMapImage(MapImage) - Method in class webmngr.web.DefaultMapElement
Adds a new MapMapImage to the list of elements that are part of this DefaultMapElement
addMapImage(MapImage) - Method in class webmngr.web.CompositeMapElement
Adds a new MapMapImage to the list of elements that are part of this DefaultMapElement
addMapLine(MapLine) - Method in class webmngr.web.DefaultMapElement
Adds a new MapLine to the list of elements that are part of this DefaultMapElement
addMapLine(MapLine) - Method in class webmngr.web.CompositeMapElement
Adds a new MapLine to the list of elements that are part of this DefaultMapElement
addNetwork(Network) - Method in class webmngr.WebMngrConfig
 
addNotifier(AbstractNotifier) - Method in class webmngr.notifiers.NotifierManager
Adiciona um novo correlator
addOID(OID) - Method in class webmngr.WebMngrConfig
 
addOID(String) - Method in class webmngr.devices.AbstractDevice
Insere um novo OID na lista de OIDs deste dispositivo
addOID(String) - Method in class webmngr.templates.AbstractTemplate
Insere um novo OID na lista de OIDs deste template
addOID(String) - Method in interface webmngr.templates.Template
Insere um novo OID na lista de OIDs deste template
addOIDRef(OIDRef) - Method in class webmngr.devices.AbstractDevice
Adiciona um OIDRef a este dispositivo.
addOIDRef(OIDRef) - Method in class webmngr.templates.AbstractTemplate
 
addOIDRef(OIDRef) - Method in interface webmngr.templates.Template
 
addOption(String, String, boolean) - Method in class webmngr.util.ParseOptions
Adiciona uma opção para ser analisada.
addPercentualActivityCalculator(PercentualActivityCalculator) - Method in class webmngr.WebSystem
 
addPercentualActivityLogger(PercentualActivityLogger) - Method in class webmngr.WebSystem
 
addPoint(Point2D) - Method in class webmngr.graphic.SourceData
 
addRateActivityCalculator(RateActivityCalculator) - Method in class webmngr.WebSystem
 
addRateActivityLogger(RateActivityLogger) - Method in class webmngr.WebSystem
 
addServer(Server) - Method in class webmngr.view.ServerManager
Adiciona um novo servidor
addSmartDataBus(Databus) - Method in class webmngr.WebSystem
Adiciona um barramento de dados.
addSNMPDevice(SNMPDevice) - Method in class webmngr.Network
 
addSNMPDeviceTemplate(SNMPDeviceTemplate) - Method in class webmngr.WebMngrConfig
 
addSource(Source) - Method in class webmngr.graphic.Graph
 
addSourceData(SourceData) - Method in class webmngr.graphic.GraphicData
 
addStatusViewBeanServer(StatusViewBeanServer) - Method in class webmngr.WebSystem
 
addSubMap(NetMap) - Method in class webmngr.web.DefaultMapElement
Adds a new MapSubMap to the list of elements that are part of this DefaultMapElement
addSubMap(NetMap) - Method in class webmngr.web.CompositeMapElement
Adds a new MapSubMap to the list of elements that are part of this DefaultMapElement
addSystem(WebSystem) - Method in class webmngr.WebMngrConfig
 
addTotalActivityCalculator(TotalActivityCalculator) - Method in class webmngr.WebSystem
 
addUpDownDetector(UpDownDetector) - Method in class webmngr.WebSystem
 
addVariableBinding(String, Object) - Method in class webmngr.databus.VariableBindings
Adciona um par OID,Valor da variável coletada.
Alarm - class webmngr.notifiers.Alarm.
Title: WebManager v2.0 Description: A web tool to network management.
Alarm() - Constructor for class webmngr.notifiers.Alarm
 
AlarmsLogger - class webmngr.loggers.AlarmsLogger.
Logger de alarmes de rede.
Grava as informações do modo como elas passam no barramento.
AlarmsLogger() - Constructor for class webmngr.loggers.AlarmsLogger
Construtor default
AlarmsViewBean - class webmngr.view.AlarmsViewBean.
Classe que fornece o alarmes do sistema para as páginas JSP.
AlarmsViewBean() - Constructor for class webmngr.view.AlarmsViewBean
Constructor default, sem alarmes.
AllTests - class webmngr.tests.AllTests.
Conjunto de todos os testes de unidade.
AllTests() - Constructor for class webmngr.tests.AllTests
 
AnimatedPlotter - class webmngr.graphic.AnimatedPlotter.
Desenha um gráfico
AnimatedPlotter(GraphicData) - Constructor for class webmngr.graphic.AnimatedPlotter
 
Atlas - class webmngr.web.Atlas.
An Atlas is a set of NavigationMaps
Atlas() - Constructor for class webmngr.web.Atlas
Default Constructor
atualizeStatus(VariableBindings) - Method in class webmngr.view.InfoStatus
Atualiza o status do dispositivo de acordo com a informação de gerência.

B

BACKGROUND - Static variable in class webmngr.web.DefaultMapElement
 
baseDir - Static variable in class webmngr.WebMngrConfig
 
BOTTOM - Static variable in class webmngr.web.DefaultMapElement
 
BPSActivityCalculator - class webmngr.calculators.BPSActivityCalculator.
Classe que transforma os valores obtidos em bits por segundo Copyright: Copyright (c) 2002 Company:
BPSActivityCalculator() - Constructor for class webmngr.calculators.BPSActivityCalculator
 
BPSActivityLogger - class webmngr.loggers.BPSActivityLogger.
Grava os dados depois de convertê-los para BPS ( bits por segundo ).
BPSActivityLogger() - Constructor for class webmngr.loggers.BPSActivityLogger
 
buffer - Variable in class webmngr.filters.AbstractFilter
Fila de dados para serem consumidos pelo filtro
buffer - Variable in class webmngr.loggers.AbstractLogger
Fila de dados para serem logados.
buffer - Variable in class webmngr.loggers.ActivityLogger
Fila de dados para serem logados.
buffer - Variable in class webmngr.notifiers.AbstractNotifier
Fila de dados para serem logados.
buffer - Variable in class webmngr.calculators.AbstractCalculator
Fila de dados para serem logados.
buffer - Variable in class webmngr.events.AbstractEventProducer
Fila de dados a serem analisados pelo produtor de eventos
buffer - Variable in class webmngr.correlators.AbstractCorrelator
Fila de dados para serem consumidos pelo correlator

C

Calculator - interface webmngr.calculators.Calculator.
Interface implementada por todos os outros calculadores.
CalculatorManager - class webmngr.calculators.CalculatorManager.
Classe Responsável pela gerencia de todos os calculadores.
checkValues(Device, Group) - Method in class webmngr.calculators.PercentualActivityCalculator
Metodo que checa se todos os valores de cada dispositivo ja foram recuperados, ou seja, ja pode calcular o resultado.
checkValues(Device, Group) - Method in class webmngr.calculators.TotalActivityCalculator
Metodo que checa se todos os valores de cada dispositivo ja foram recuperados, ou seja, ja estao no buffer do calculador.
CLIDevice - class webmngr.devices.CLIDevice.
Title: Description: Copyright: Copyright (c) 2002 Company:
CLIDevice() - Constructor for class webmngr.devices.CLIDevice
 
CLIMonitor - class webmngr.monitor.CLIMonitor.
Monitor para fazer screen scraping em command line interface. (exemplo: para pegar informação de comutador ATM que não está em MIB).
CLIMonitor(CLIDevice) - Constructor for class webmngr.monitor.CLIMonitor
Construtor default
clone() - Method in class webmngr.devices.AbstractDevice
 
clone() - Method in class webmngr.devices.Device
 
clone() - Method in class webmngr.devices.SNMPDevice
Retorna o clone do SnmpDevice
clone() - Method in class webmngr.monitor.AbstractMonitor
Metodo que realiza um clone deste monitor
clone() - Method in class webmngr.monitor.SNMPMonitor
Retorna um clone deste monitor
clone() - Method in class webmngr.templates.AbstractTemplate
 
clone() - Method in class webmngr.templates.DeviceTemplate
 
clone() - Method in class webmngr.templates.SNMPDeviceTemplate
 
comparator - Variable in class webmngr.util.SortedList
 
compare(Object, Object) - Method in class webmngr.web.MapElementComparator
Compares two MapElements to know which one must be drawn first.
CompositeMapElement - class webmngr.web.CompositeMapElement.
Title: Description: Copyright: Copyright (c) 2002 Company:
CompositeMapElement() - Constructor for class webmngr.web.CompositeMapElement
 
configDir - Static variable in class webmngr.WebMngrConfig
 
configFile - Static variable in class webmngr.WebMngrConfig
 
connect(String, int) - Method in class webmngr.telnet.TelnetWrapper
Connect the socket and open the connection.
consume(DatabusObject) - Method in interface webmngr.databus.DataConsumer
Recebe a informação proveniente do barramento.
consume(DatabusObject) - Method in class webmngr.filters.AbstractFilter
Insere a informação vinda do barramento na fila do filtro
consume(DatabusObject) - Method in class webmngr.loggers.EventsLogger
Insere a informação vinda do barramento na fila do logger.
consume(DatabusObject) - Method in class webmngr.loggers.ActivityLogger
Insere a informação vinda do barramento na fila do logger.
consume(DatabusObject) - Method in class webmngr.loggers.AlarmsLogger
Insere a informação vinda do barramento na fila do logger.
consume(DatabusObject) - Method in class webmngr.notifiers.AbstractNotifier
Insere a informação vinda do barramento de entrada!
consume(DatabusObject) - Method in class webmngr.notifiers.EmailAlarmNotifier
Insere a informação vinda do barramento de entrada para ser notificada
consume(DatabusObject) - Method in class webmngr.rmi.DataPollerServer
Consume the information.
consume(DatabusObject) - Method in class webmngr.view.StatusViewBeanServer
Insere a informação vinda do barramento na hash table.
consume(DatabusObject) - Method in class webmngr.calculators.AbstractCalculator
Insere a informação vinda do barramento de entrada!
consume(DatabusObject) - Method in class webmngr.events.AbstractEventProducer
Insere a informação vinda do barramento de entrada no buffer do produtor de eventos
consume(DatabusObject) - Method in class webmngr.correlators.AbstractCorrelator
Insere a informação vinda do barramento no buffer do correlator
Contact - class webmngr.webdoc.Contact.
 
Contact() - Constructor for class webmngr.webdoc.Contact
 
contains(String) - Method in class webmngr.web.ManagerStation
Verifica se a managerstation contem o atlas com id ID
contains(String) - Method in class webmngr.web.Atlas
Sees if this atlas contains an specific map
Correlator - interface webmngr.correlators.Correlator.
Interface que indica que um Correlator é um produtor de eventos e um SmartDataConsumer Copyright: Copyright (c) 2002 Company:
CorrelatorManager - class webmngr.correlators.CorrelatorManager.
Classe que gerencia todos os correlatores do sistema Copyright: Copyright (c) 2002 Company:
createAndStartReader(TelnetWrapper, TelnetClient) - Method in class webmngr.telnet.TelnetClient
 
createAndStartWriter(TelnetWrapper, TelnetClient) - Method in class webmngr.telnet.TelnetClient
 
CRITIC_HIGH - Static variable in class webmngr.devices.Device
Usada para definir alto nível de criticalidade para o dispositivo
CRITIC_HIGH - Static variable in class webmngr.view.InfoStatus
Usada para definir alto nível de criticalidade para o dispositivo
CRITIC_HIGH - Static variable in class webmngr.web.DefaultMapElement
 
CRITIC_LITTLE - Static variable in class webmngr.devices.Device
Usada para definir baixo nível de criticalidade do dispositivo
CRITIC_LITTLE - Static variable in class webmngr.view.InfoStatus
Usada para definir baixo nível de criticalidade do dispositivo
CRITIC_LITTLE - Static variable in class webmngr.web.DefaultMapElement
 
CRITIC_MAXIMUM - Static variable in class webmngr.devices.Device
Usada para definir nível máximo de criticalidade para o dispositivo
CRITIC_MAXIMUM - Static variable in class webmngr.view.InfoStatus
Usada para definir nível máximo de criticalidade para o dispositivo
CRITIC_MAXIMUM - Static variable in class webmngr.web.DefaultMapElement
 
CRITIC_MEDIUM - Static variable in class webmngr.devices.Device
Usada para definir o nível médio de criticalidade para o dispositivo
CRITIC_MEDIUM - Static variable in class webmngr.view.InfoStatus
Usada para definir o nível médio de criticalidade para o dispositivo
CRITIC_MEDIUM - Static variable in class webmngr.web.DefaultMapElement
 
CRITIC_MINIMAL - Static variable in class webmngr.devices.Device
Usada para definir nível mínimo de criticalidade para o dispositivo
CRITIC_MINIMAL - Static variable in class webmngr.view.InfoStatus
Usada para definir nível mínimo de criticalidade para o dispositivo
CRITIC_MINIMAL - Static variable in class webmngr.web.DefaultMapElement
 
CRITIC_NONE - Static variable in class webmngr.devices.Device
Usada para definir nenhuma criticalidade para o dispositivo
CRITIC_NONE - Static variable in class webmngr.view.InfoStatus
Usada para definir nenhuma criticalidade para o dispositivo
CRITIC_NONE - Static variable in class webmngr.web.DefaultMapElement
 
criticality - Variable in class webmngr.web.DefaultMapElement
 

D

databus - Variable in class webmngr.loggers.AbstractLogger
Barramento de onde vem as informações para serem logadas.
databus - Variable in class webmngr.monitor.AbstractMonitor
Barramento onde este monitor irar inserir as informações coletadas.
databus - Variable in class webmngr.view.StatusViewBeanServer
Barramento de onde vem as informações de status dos dispositivos.
Databus - class webmngr.databus.Databus.
Classe que representa um barramento de dados que faz broadcast da informação para todos os consumidores.
Os objetos podem entrar no barramento como consumidores ou produtores.
Os produtores geram a informação que circula no barramento e os consumidores recebem toda a informação que circula nele.
Databus() - Constructor for class webmngr.databus.Databus
Construtor default
Databus(String) - Constructor for class webmngr.databus.Databus
Construtor parametrizado.
DatabusMember - interface webmngr.databus.DatabusMember.
Interface que indica que um objeto pode fazer parte de um Databus
databusname - Variable in class webmngr.loggers.AbstractLogger
Nome do barramento ao qual o logger deve se conectar.
databusname - Variable in class webmngr.monitor.AbstractMonitor
 
databusname - Variable in class webmngr.view.StatusViewBeanServer
Nome do barramento ao qual o StatusViewBean deve se conectar.
DatabusObject - class webmngr.databus.DatabusObject.
Classe que representa os dados que trafégam no databus
DatabusObject() - Constructor for class webmngr.databus.DatabusObject
Construtor Default
DatabusObject(DataProducer, Object) - Constructor for class webmngr.databus.DatabusObject
Construtor parametrizado.
DataConsumer - interface webmngr.databus.DataConsumer.
Interface que marca um objeto com consumidor de dados de um barramento.
dataDirectory - Static variable in class webmngr.WebMngrConfig
 
DataPoller - interface webmngr.rmi.DataPoller.
Esta classe é a interface do objeto remoto que será transferido via RMI.
DataPollerClient - class webmngr.rmi.DataPollerClient.
Desenha um grafico animado a partir de dados recuperados do DataPollerServer.
DataPollerClient(String, String, int, String, String, String) - Constructor for class webmngr.rmi.DataPollerClient
Constructor default.
DataPollerServer - class webmngr.rmi.DataPollerServer.
Este componente consome, guarda e disponibiliza informações dos monitores.
Estas informações são coletadas em tempo real.
DataPollerServer() - Constructor for class webmngr.rmi.DataPollerServer
Default constructor.
DataProducer - interface webmngr.databus.DataProducer.
Interface que indica que um objeto pode produzir dados para um barramento.
dataSourceChanged(DataSourceChangeEvent) - Method in class webmngr.rmi.DataPollerClient
Receives the event that data source has changed.
dataSourceChanged(DataSourceChangeEvent) - Method in class webmngr.tests.RandomDataSources
Receives the event that data source has changed.
DEFAULT_ID - Static variable in class webmngr.web.DefaultMapElement
 
DefaultMapElement - class webmngr.web.DefaultMapElement.
A DefautMapElement is any kind of element present in a Map.
DefaultMapElement() - Constructor for class webmngr.web.DefaultMapElement
Default Constructor
DeltaActivityCalculator - class webmngr.calculators.DeltaActivityCalculator.
Classe que recebe valor de um oid de um determinado dispositivo e calcula o valor delta tomando como base o valor anterior desse oid, previamente armazenado.
DeltaActivityCalculator() - Constructor for class webmngr.calculators.DeltaActivityCalculator
Construtor default
DeltaActivityLogger - class webmngr.loggers.DeltaActivityLogger.
 
DeltaActivityLogger() - Constructor for class webmngr.loggers.DeltaActivityLogger
Construtor default
destroy() - Method in class webmngr.web.ImageFactoryServlet
 
destroy() - Method in class webmngr.web.GifFactoryServlet
 
destroy() - Method in class webmngr.web.WebmngrServlet
 
device - Variable in class webmngr.monitor.AbstractMonitor
Dispositivo monitorado
Device - class webmngr.devices.Device.
Classe que representa um dispositivo gerenciável mas que não possui SNMP.
A gerência deste tipo de dispositivo é feita utilizando um Ping.
Device() - Constructor for class webmngr.devices.Device
Construtor default.
Device(int) - Constructor for class webmngr.devices.Device
Construtor sem monitor ping e sem template.
DeviceIF - interface webmngr.devices.DeviceIF.
Interface que define um objeto com um dispositivo gerenciável.
deviceName - Variable in class webmngr.databus.Interest
Nome do dispositivo no qual estou interessado.
DeviceNotFoundException - exception webmngr.webdoc.DeviceNotFoundException.
 
DeviceNotFoundException() - Constructor for class webmngr.webdoc.DeviceNotFoundException
 
DeviceNotFoundException(String) - Constructor for class webmngr.webdoc.DeviceNotFoundException
 
deviceStatus - Variable in class webmngr.events.UpDownDetector
Tabela Hash que contém um par (device, status) para controlar a mudança de status dos dispositivos
DeviceTemplate - class webmngr.templates.DeviceTemplate.
Template para um dispositivo que não possui suporte ao protocolo SNMP.
Devido à natureza do sistema as únicas variáveis que poderão ser monitodas em um dispositivo sem SNMP são as pseudo-variáveis definidas pelo WebManager.
A saber :
webmngr.ping.PingUP
webmngr.ping.PingTime
DeviceTemplate() - Constructor for class webmngr.templates.DeviceTemplate
Construtor default.
dimension - Variable in class webmngr.web.DefaultMapElement
 
disconnect() - Method in class webmngr.telnet.TelnetWrapper
Disconnect the socket and close the connection.
disconnect() - Method in class webmngr.telnet.TelnetClient
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class webmngr.web.ImageFactoryServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class webmngr.web.GifFactoryServlet
 
DOWN - Static variable in class webmngr.web.MapImage
 
draw() - Method in class webmngr.web.NetMap
Draws all the elements of this Map
draw() - Method in interface webmngr.web.NavigationMap
Draws all the elements of this Map
draw(Image) - Method in class webmngr.web.DefaultMapElement
Draws this MapElement on the map
draw(Image) - Method in class webmngr.web.MapImage
Draws this MapImage and its label
draw(Image) - Method in interface webmngr.web.MapElement
Draws this MapElement on the map
draw(Image) - Method in class webmngr.web.CompositeMapElement
 
draw(Image) - Method in class webmngr.web.MapLabel
Draws this Label
draw(Image) - Method in class webmngr.web.ManagedElement
Draws this ManagedElement on the map
draw(Image) - Method in class webmngr.web.MapLine
Draws this MapLine
draw(Image) - Method in class webmngr.web.NetMap
Draws this netMap representation in another map
draw(int, Image) - Method in class webmngr.web.StatusImage
Draws this StatusImage on its parent
drawMapElements(Image) - Method in class webmngr.web.CompositeMapElement
Metodo que desenha todos os filhos desse Composite.
drawPlane - Variable in class webmngr.web.DefaultMapElement
 

E

EmailAlarmNotifier - class webmngr.notifiers.EmailAlarmNotifier.
Descrição
EmailAlarmNotifier() - Constructor for class webmngr.notifiers.EmailAlarmNotifier
 
EmptyDevice - class webmngr.devices.EmptyDevice.
Title: Description: Classe que representa um dispositivo gerenciável mas que não possui SNMP.
EmptyDevice() - Constructor for class webmngr.devices.EmptyDevice
Construtor default.
engine - Variable in class webmngr.loggers.EventsLogger
Thread que o logger possui
engine - Variable in class webmngr.loggers.ActivityLogger
Thread que controla o logger.
engine - Variable in class webmngr.loggers.AlarmsLogger
Thread que controla o logger
engine - Variable in class webmngr.monitor.AbstractMonitor
Thread que fará a monitoração periódica do dispositivo.
equals(Object) - Method in class webmngr.web.MapElementComparator
Sees if obj is also a MapElementComparator
equals(Object) - Method in class webmngr.web.MapPoint
Compares an object with this MapPoint
EventProducer - interface webmngr.events.EventProducer.
Interface que indica que um objeto pode produzir eventos em um determinado barramento Copyright: Copyright (c) 2002 Company:
EventProducerManager - class webmngr.events.EventProducerManager.
Classe que gerencia todos os produtores de eventos do sistema Copyright: Copyright (c) 2002 Company:
EventsCorrelator - class webmngr.correlators.EventsCorrelator.
Classe que escuta os eventos que passam pelo barramento de eventos e os transmite para o barramento de alarmes.
EventsCorrelator() - Constructor for class webmngr.correlators.EventsCorrelator
Construtor padrão
EventsLogger - class webmngr.loggers.EventsLogger.
Logger de Eventos de rede.
Grava as informações do modo como elas passam no barramento.
EventsLogger() - Constructor for class webmngr.loggers.EventsLogger
Construtor default

F

Filter - interface webmngr.filters.Filter.
Interface que indica que um Filtro pode ser um produtor de dados ou eventos e é um SmartDataConsumer Copyright: Copyright (c) 2002 Company:
finalize() - Method in class webmngr.rmi.DataPollerClient
Kills the monitor.
formataData(Date) - Static method in class webmngr.notifiers.EmailAlarmNotifier
 

G

gerarGrafico(int, int, String) - Method in class webmngr.graphic.AnimatedPlotter
 
gerarGrafico(int, int, String) - Method in class webmngr.graphic.GraphicPlotter
 
getAddressMode() - Method in class webmngr.Network
 
getAlarmProducer() - Method in class webmngr.notifiers.Alarm
 
getAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Returns all the alarms for device.
getAllElements() - Method in class webmngr.web.DefaultMapElement
 
getAllElements() - Method in class webmngr.web.NetMap
 
getAllMapElements() - Method in class webmngr.web.NetMap
 
getAllMapElements() - Method in interface webmngr.web.NavigationMap
 
getAPI() - Method in class webmngr.monitor.MonitorManager
Retorna a API Snmp
getArchitectures() - Method in class webmngr.Network
 
getArgs() - Method in class webmngr.util.ParseOptions
Retorna um array de string com os argumentos passados na linha de comando.
getAtlas() - Method in class webmngr.Network
 
getAtlas(String) - Method in class webmngr.web.ManagerStation
Retorna um atlas a partir de seu id
getAtlasIDs() - Method in class webmngr.web.ManagerStation
Retorna um iterador com todos os atlas presentes
getBackgroundColor() - Method in class webmngr.web.NetMap
Sets the color of this Map background
getBackgroundImage() - Method in class webmngr.web.NetMap
Returns the background Image of this NetMap
getBackgroundSize() - Method in class webmngr.web.NetMap
Gets the size of this NetMap background image
getBandwidth() - Method in class webmngr.devices.Interface
 
getBandwidth() - Method in class webmngr.templates.InterfaceTemplate
 
getBaseComponent() - Method in class webmngr.WebMngrConfig
 
getColor() - Method in class webmngr.graphic.Source
 
getColor() - Method in class webmngr.graphic.SourceData
 
getColor() - Method in class webmngr.web.MapLabel
Gets the color of the message to be drawn, the default color is black
getColor() - Method in class webmngr.web.MapLine
Gets the color of the line to be drawn, the default color is black
getColor(String) - Static method in class webmngr.web.MapColor
Gets a color object related to color "c"
getCommand() - Method in class webmngr.telnet.TelnetClient
 
getCommand() - Method in class webmngr.devices.CLIDevice
 
getComparator() - Method in class webmngr.util.SortedList
Gets this SortedList comparator Object
getComponent() - Method in class webmngr.util.ImagesPool
 
getConnectedTo() - Method in class webmngr.devices.Interface
 
getConnectedTo() - Method in class webmngr.templates.InterfaceTemplate
 
getContact() - Method in class webmngr.Network
 
getContact() - Method in class webmngr.devices.AbstractDevice
Retorna um Objeto que representa a forma de contactar a pessoa responsável por este dispositivo.
getContact() - Method in class webmngr.templates.AbstractTemplate
Retorna um objeto que representa a forma de contactar a pessoa responsável pelos dispositivos que usam este template.
getContact() - Method in interface webmngr.templates.Template
Retorna um Objeto que representa a forma de contactar a pessoa responsável pelos dispositivos que usam este template.
getCriticality() - Method in class webmngr.devices.Device
 
getCriticality() - Method in class webmngr.templates.DeviceTemplate
 
getCriticality() - Method in class webmngr.view.InfoStatus
Retorna a criticalidade do dispositivo.
getCriticality() - Method in class webmngr.web.DefaultMapElement
Gets the criticality of this element which tells how much it is important and if a problem with it deserves to be propagated
getCriticality() - Method in interface webmngr.web.MapElement
Gets the criticality of this element which tells how much it is important and if a problem with it deserves to be propagated
getCriticality() - Method in class webmngr.web.ManagedElement
Gets this managedElement criticality by asking the WebManager monitor
getCriticalityString() - Method in class webmngr.view.InfoStatus
Retorna uma string representando a criticalidade do dispositivo.
getData() - Method in class webmngr.monitor.CLIMonitor
Metodo que retorna a Data de um host
getDatabusByName(String) - Method in class webmngr.WebSystem
Retorna uma referência para um barramento de dados a partir de seu nome.
getDataFromServer(String, String) - Method in class webmngr.rmi.DataPollerServer
Returns first information on buffer.
getDataFromServer(String, String) - Method in interface webmngr.rmi.DataPoller
Returns the Timestamp that will be used to draw the animated graphic.
getDate() - Method in class webmngr.databus.VariableBindings
Retorna o momento em que a informação foi coletada
getDate() - Method in class webmngr.notifiers.Alarm
 
getDateTime() - Method in class webmngr.notifiers.Alarm
 
getDefDimension() - Method in class webmngr.web.StatusImage
Gets this statusImage defautl dimension
getDescRemainingArgs() - Method in class webmngr.util.ParseOptions
Retorna string que descreve os argumentos restantes.
getDescription() - Method in class webmngr.Network
 
getDescription() - Method in class webmngr.web.Atlas
Gets this atlas description
getDevice() - Method in class webmngr.monitor.AbstractMonitor
Retorna o Dispositivo que este monitor referencia
getDevice() - Method in class webmngr.view.InfoStatus
Retorna o dispositivo da qual foi gerada esta informação de status.
getDevice() - Method in class webmngr.webdoc.Grafo
 
getDevice(String) - Method in class webmngr.Network
 
getDeviceName() - Method in class webmngr.databus.Interest
Retorna o nome do dispositivo de interesse
getDeviceNames() - Method in class webmngr.web.ManagerStation
Retorna um array com os nomes de todos os dispositivos gerenciados
getDevices() - Method in class webmngr.Network
 
getDimension() - Method in class webmngr.web.DefaultMapElement
Returns the dimension of this MapElement's image
getDimension() - Method in class webmngr.web.MapImage
Returns the dimension of this MapElement's image
getDimension() - Method in interface webmngr.web.MapElement
Returns the dimension of this MapElement's image
getDimension() - Method in class webmngr.web.CompositeMapElement
Gets this managedElement dimension
getDimension() - Method in class webmngr.web.MapLabel
Gets this label dimension
getDimension() - Method in class webmngr.web.ManagedElement
Gets this managedElement dimension
getDimension() - Method in class webmngr.web.MapLine
Gets this line dimension
This dimension is calculated according to the littlest rectangle that contains this line target and source
getDimension(int) - Method in class webmngr.web.StatusImage
Gets the dimension of the image used to represent a certain status
getDrawPlane() - Method in class webmngr.web.DefaultMapElement
Gets this MapElement drawPlane, which identifies its priority at the moment at will be drawn
getDrawPlane() - Method in interface webmngr.web.MapElement
Gets the drawPlane of this MapElement, that is, the relative place where it must be drawn
getEdges() - Method in class webmngr.webdoc.Grafo
 
getEventOid() - Method in class webmngr.notifiers.Alarm
 
getFileNames() - Method in class webmngr.util.ImagesPool
 
getFont() - Method in class webmngr.web.MapLabel
Gets the Font of this label message
getFunctionalDescription() - Method in class webmngr.devices.AbstractDevice
Retorna a descrição funcional
getFunctionalDescription() - Method in class webmngr.templates.AbstractTemplate
 
getFunctionalDescription() - Method in interface webmngr.templates.Template
Retorna a Descrição funcional
getGeneralStatus(String) - Method in interface webmngr.view.Status
O objeto status do dispositivo.
getGeneralStatus(String) - Method in class webmngr.view.StatusViewBeanServer
Retorna o objeto que representa a informação de status.
getGrafo(String) - Method in class webmngr.Network
Cria um grafo representando as conexoes de rede a partir de um nodo raiz
getGraphByName(String) - Method in class webmngr.WebMngrConfig
 
getGraphicData() - Method in class webmngr.graphic.AnimatedPlotter
 
getGraphicData() - Method in class webmngr.rmi.DataPollerClient
Returns graphic data.
getGraphicData() - Method in class webmngr.tests.RandomDataSources
 
getGraphReferences() - Method in class webmngr.devices.AbstractDevice
Retorna um iterador com todos os graphReferences deste dispositivo
getGraphReferences() - Method in class webmngr.templates.AbstractTemplate
Retorna um iterador com todos os graphReferences deste template.
getGraphReferences() - Method in interface webmngr.templates.Template
Retorna um iterador com todos os graphReferences deste template.
getGraphs() - Method in class webmngr.WebMngrConfig
 
getHardwareDescription() - Method in class webmngr.devices.AbstractDevice
 
getHardwareDescription() - Method in class webmngr.templates.AbstractTemplate
 
getHardwareDescription() - Method in interface webmngr.templates.Template
Retorna a descrição do Hardware
getHashtable() - Method in class webmngr.view.StatusViewBeanServer
Retorna a hashtable.
getHeight() - Method in class webmngr.web.NetMap
Gets this NetMap Height
getHost() - Method in class webmngr.devices.Device
 
getHost() - Method in class webmngr.devices.CLIDevice
 
getHost() - Method in class webmngr.monitor.CLIMonitor
Método que retorna o host que será conectado
getID() - Method in class webmngr.web.DefaultMapElement
Gets the ID which identifies this specific MapElement
getID() - Method in interface webmngr.web.MapElement
Gets the ID which identifies this specific MapElement
getID() - Method in class webmngr.web.Atlas
Returns this atlas id
getImage() - Method in class webmngr.web.MapImage
Gets this MapElement's image
getImage() - Method in class webmngr.web.CompositeMapElement
Gets this MapElement's image
getImage(int) - Method in class webmngr.web.StatusImage
Gets the image which represents this element on the map according to its status
getImage(String) - Method in class webmngr.WebMngrConfig
 
getImage(String) - Method in class webmngr.util.ImagesPool
 
getImageObserver() - Method in class webmngr.web.DefaultMapElement
Gets this MapElement ImageObserver
getImageObserver() - Method in class webmngr.web.StatusImage
Gets this MapElement ImageObserver
getIndex() - Method in class webmngr.devices.AbstractDevice
Retorna o index deste dispositivo.
getIndex() - Method in class webmngr.templates.AbstractTemplate
 
getIndex() - Method in interface webmngr.templates.Template
 
getInfo() - Method in class webmngr.databus.DatabusObject
Método para acessar a informação.
getInfoDevice(String) - Method in class webmngr.web.ManagerStation
Retorna uma referência para o dispositivo de nome devicename
getInfoDevice(String, String) - Method in class webmngr.web.ManagerStation
Retorna uma referência para o dispositivo de nome devicename
getInfoStatus(String) - Method in class webmngr.web.ManagerStation
Retorna o status do dispositivo de nome devicename
getInfoStatus(String, String) - Method in class webmngr.web.ManagerStation
Retorna o status de um dispositivo de uma determinada rede
getInputDatabus() - Method in interface webmngr.databus.DataConsumer
Retorna o barramento que se esta conectado como consumidor
getInputDatabus() - Method in class webmngr.filters.AbstractFilter
Retorna o barramento onde o filtro está recebendo as informações
getInputDatabus() - Method in class webmngr.loggers.AbstractLogger
Método de acesso ao barramento que se esta consumindo informação
getInputDatabus() - Method in class webmngr.notifiers.AbstractNotifier
 
getInputDatabus() - Method in class webmngr.rmi.DataPollerServer
 
getInputDatabus() - Method in class webmngr.view.StatusViewBeanServer
Retorna o barramento ao qual estou conectado como consumidor
getInputDatabus() - Method in class webmngr.calculators.AbstractCalculator
Retorna o barramento que serão consumidas as informacoes
getInputDatabus() - Method in class webmngr.events.AbstractEventProducer
Retorna o barraento de onde vem os dados de interesse do produtor de eventos
getInputDatabus() - Method in class webmngr.correlators.AbstractCorrelator
Retorna o barramento onde correlator está recebendo os dados
getInterestingOid(int) - Method in class webmngr.calculators.Group
Metodo que recupera um determinado oid do Group dado o indice desse oid.
getInterests() - Method in interface webmngr.databus.SmartDataConsumer
Retorna um Iterador com os interesses deste consumidor.
getInterests() - Method in class webmngr.filters.AbstractFilter
Retorna um Iterador com os interesses deste filtro que eh um consumidor.
getInterests() - Method in class webmngr.loggers.AbstractLogger
Retorna um Iterador com os interesses deste consumidor.
getInterests() - Method in class webmngr.notifiers.AbstractNotifier
Retorna um Iterador com os interesses deste notificador que é um consumidor.
getInterests() - Method in class webmngr.rmi.DataPollerServer
Returns a list of the all interesting information from DataPollerServer.
getInterests() - Method in class webmngr.view.StatusViewBeanServer
Retorna um Iterador com os interesses deste consumidor.
getInterests() - Method in class webmngr.calculators.AbstractCalculator
Retorna um Iterador com os interesses deste filtro que eh um consumidor.
getInterests() - Method in class webmngr.events.AbstractEventProducer
Retorna um Iterador com os interesses deste produtor de eventos que eh um consumidor.
getInterests() - Method in class webmngr.correlators.AbstractCorrelator
Retorna um Iterador com os interesses deste filtro que eh um consumidor.
getInterface(int) - Method in class webmngr.devices.SNMPDevice
Retorna uma referência para a interface a partir do seu nome.
getInterface(String) - Method in class webmngr.devices.SNMPDevice
Retorna uma referência para a interface a partir do seu nome.
getInterfaces() - Method in class webmngr.devices.SNMPDevice
Retorna um iterador de interfaces deste dispositivo
getInterfaces() - Method in class webmngr.templates.SNMPDeviceTemplate
Retorna um Iterador de interfaces deste dispositivo
getItemCount(int) - Method in class webmngr.graphic.GraphicData
 
getLabel() - Method in class webmngr.graphic.Source
 
getLabel() - Method in class webmngr.graphic.SourceData
 
getLabel() - Method in class webmngr.web.MapLabel
Gets this label message
getLastAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Returns all last alarms for device.
getLastTenAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Returns all last ten alarms for device.
getLink() - Method in class webmngr.web.DefaultMapElement
Gets the Link to where this MapElement will take anyone who clicks on its image
getLink() - Method in interface webmngr.web.MapElement
Gets the Link to where this MapElement will take anyone who clicks on its image
getLink() - Method in class webmngr.web.ManagedElement
 
getLocation() - Method in class webmngr.Network
 
getLocation() - Method in class webmngr.devices.Device
 
getLocation() - Method in class webmngr.templates.DeviceTemplate
 
getLocation() - Method in class webmngr.web.MapPoint
Returns this MapPoint location
getLogin() - Method in class webmngr.devices.CLIDevice
 
getLogInterval() - Method in class webmngr.loggers.EventsLogger
Retorna o intervalo de tempo em segundos entre os logs.
getLogInterval() - Method in class webmngr.loggers.ActivityLogger
Retorna o intervalo de tempo em segundos entre os logs.
getLogInterval() - Method in class webmngr.loggers.AlarmsLogger
Retorna o intervalo de tempo em segundos entre os logs.
getLowerThreshold() - Method in class webmngr.events.HysteresisThresholdFilter
Retorna o valor mínimo desejado para esta variável
getMacAddress() - Method in class webmngr.devices.Interface
 
getMailTo() - Method in class webmngr.notifiers.EmailAlarmNotifier
envia o email para os usuários indicados com uma determinada mensagem
getMap(String) - Method in class webmngr.web.Atlas
Gets an specific map from this atlas
getMapElement(String) - Method in class webmngr.web.MapElementsManager
Retorna o elemento de mapa com o identificador passado como parametro
getMapElements() - Method in class webmngr.web.DefaultMapElement
Returns the MapElements present in this DefaultMapElement
getMapElements() - Method in interface webmngr.web.MapElement
Returns the MapElements present in this MapElement
getMapElements() - Method in class webmngr.web.CompositeMapElement
Returns the MapElements present in this DefaultMapElement
getMapElements() - Method in interface webmngr.web.NavigationMap
Returns the MapElements present in this Map
getMapIDs() - Method in class webmngr.web.Atlas
Gets the ids of this atlas maps
getMIBS() - Method in class webmngr.monitor.MonitorManager
Metodo que retorna as Mibs utilizadas
getMibsDirectory() - Method in class webmngr.monitor.MonitorManager
Retorna o diretório onde as MIBs estão
getMinimalOid() - Method in class webmngr.notifiers.Alarm
 
getMonitor(String) - Method in class webmngr.monitor.MonitorManager
Retorna um clone do monitor que foi encontrado.
getMonitorID() - Method in class webmngr.monitor.AbstractMonitor
Retorna o identificador deste monitor.
getMonitorID() - Method in interface webmngr.monitor.Monitor
Retorna o identificador do monitor
getName() - Method in class webmngr.OID
 
getName() - Method in class webmngr.Network
 
getName() - Method in class webmngr.databus.Databus
Método que acesso o nome do barramento
getName() - Method in interface webmngr.databus.DatabusMember
Método que acessa o nome do DatabusMember
getName() - Method in class webmngr.devices.AbstractDevice
 
getName() - Method in class webmngr.filters.AbstractFilter
Retorna o nome do filtro
getName() - Method in class webmngr.graphic.Graph
 
getName() - Method in class webmngr.graphic.GraphReference
 
getName() - Method in class webmngr.loggers.AbstractLogger
Retorna o nome do logger
getName() - Method in class webmngr.monitor.AbstractMonitor
Retorna o nome deste dataproducer.
getName() - Method in class webmngr.notifiers.AbstractNotifier
Retorna o nome do notificador
getName() - Method in class webmngr.rmi.DataPollerServer
Returns name.
getName() - Method in class webmngr.templates.AbstractTemplate
 
getName() - Method in interface webmngr.templates.Template
Retorna o nome deste template
getName() - Method in interface webmngr.view.ViewBean
Retorna o nome deste view bean
getName() - Method in class webmngr.view.AbstractViewBean
Retorna o nome do viewbean
getName() - Method in class webmngr.view.StatusViewBeanServer
Retorna o nome do view bean
getName() - Method in class webmngr.calculators.AbstractCalculator
Retorna o nome do calculator
getName() - Method in class webmngr.events.AbstractEventProducer
Retorna o nome do produtor de eventos
getName() - Method in class webmngr.correlators.AbstractCorrelator
Retorna o nome do correlator
getNetmask() - Method in class webmngr.devices.Interface
 
getNetmask() - Method in class webmngr.templates.InterfaceTemplate
 
getNetwork(String) - Method in class webmngr.web.ManagerStation
Retorna a rede correspondente ao nome passado como parametro
getNetworks() - Method in class webmngr.WebMngrConfig
 
getNumMonitors() - Method in class webmngr.monitor.MonitorManager
Retorna o numero de monitores existentes.
getObs() - Method in class webmngr.Network
 
getObs() - Method in class webmngr.devices.AbstractDevice
 
getObs() - Method in class webmngr.filters.AbstractFilter
Retorna a observação referente ao filtro
getObs() - Method in class webmngr.graphic.Graph
 
getObs() - Method in class webmngr.graphic.GraphReference
 
getObs() - Method in class webmngr.notifiers.AbstractNotifier
Retorna a observação referente ao notificador
getObs() - Method in class webmngr.templates.AbstractTemplate
 
getObs() - Method in interface webmngr.templates.Template
Retorna a descrição ou observação sobre o uso deste 2.
getObs() - Method in class webmngr.events.AbstractEventProducer
Retorna a observação referente ao produtor de eventos
getObs() - Method in class webmngr.correlators.AbstractCorrelator
Retorna a observação referente ao correlator
getOid() - Method in class webmngr.databus.Interest
Retorna o OID de interesse
getOid() - Method in class webmngr.notifiers.Alarm
 
getOID() - Method in class webmngr.graphic.Source
 
getOID() - Method in class webmngr.graphic.SourceData
 
getOID(String) - Method in class webmngr.WebMngrConfig
 
getOids() - Method in class webmngr.databus.VariableBindings
Retorna um Iterador dos oids da VariableBinding
getOids() - Method in class webmngr.calculators.Group
Metodo que retorna um Vector contendo os oids do Group
getOIDs() - Method in class webmngr.devices.AbstractDevice
Retorna um iterador com todos os OIDs deste dispositivo.
getOIDs() - Method in class webmngr.templates.AbstractTemplate
 
getOIDs() - Method in interface webmngr.templates.Template
Retorna um iterador com todos os OIDs deste template.
getOptionValue(String) - Method in class webmngr.util.ParseOptions
Retorna o valor relacionado com a opção analisada.
getOutputDatabus() - Method in interface webmngr.databus.DataProducer
Retorna o Barramento ao qual se esta conectado como produtor
getOutputDatabus() - Method in class webmngr.devices.Device
Delegado ao monitor
getOutputDatabus() - Method in class webmngr.filters.AbstractFilter
Retorna o barramento onde o filto vai produzir as informações
getOutputDatabus() - Method in class webmngr.monitor.AbstractMonitor
Retorna o barramento de saida
getOutputDatabus() - Method in class webmngr.calculators.AbstractCalculator
Retorna o barramento onde as informaçoes serao inseridas
getOutputDatabus() - Method in class webmngr.events.AbstractEventProducer
Recupera o barramento onde os eventos são adicionados
getOutputDatabus() - Method in interface webmngr.events.EventProducer
Retorna o barramento onde os eventos serão produzidos
getOutputDatabus() - Method in class webmngr.correlators.AbstractCorrelator
Retorna o nome do barramento onde o correlator produz suas informações
getOutputOid() - Method in class webmngr.devices.CLIDevice
 
getOutputOid() - Method in class webmngr.calculators.AbstractCalculator
Retorna o Oid de saida
getOutputOid() - Method in class webmngr.calculators.Group
Metodo que retorna o oid de saida do Group
getParent() - Method in class webmngr.web.DefaultMapElement
Gets this MapElement's parent
getParent() - Method in class webmngr.web.StatusImage
Gets this StatusImage parent
getPassword() - Method in class webmngr.devices.CLIDevice
 
getPath() - Method in class webmngr.loggers.AbstractLogger
Retorna o diretório base do logger
getPath() - Method in interface webmngr.loggers.Logger
Retorna o diretório base do logger.
getPath() - Method in interface webmngr.view.ViewBean
Retorna o diretório onde este view bean deve buscar os dados.
getPath() - Method in class webmngr.view.AbstractViewBean
Retorna o diretório onde este view bean esta indo buscar informações.
getPingTime() - Method in class webmngr.monitor.PingMonitor
Retorna o tempo de ping
getPingUp() - Method in class webmngr.monitor.PingMonitor
Metodo que retorna se a máquina esta UP ou Down
getPixelPosition() - Method in class webmngr.web.DefaultMapElement
Gets the exact location of this MapElement image on the screen in pixels, not in %
getPixelPosition() - Method in interface webmngr.web.MapElement
Gets the exact location of this MapElement image on the screen in pixels, not in %
getPixelPosition() - Method in class webmngr.web.ManagedElement
 
getPixelPosition() - Method in class webmngr.web.MapLine
Gets this line PixelPosition, with its lowest x and y coordinates
getPoint(int) - Method in class webmngr.graphic.SourceData
 
getPoints() - Method in class webmngr.graphic.SourceData
 
getPollInterval() - Method in class webmngr.devices.Device
 
getPollInterval() - Method in class webmngr.templates.DeviceTemplate
 
getPort() - Method in class webmngr.devices.SNMPDevice
 
getPort() - Method in class webmngr.devices.CLIDevice
 
getPort() - Method in class webmngr.monitor.CLIMonitor
Metodo que retorna a porta utilizada
getPort() - Method in class webmngr.templates.SNMPDeviceTemplate
 
getPosition() - Method in class webmngr.web.DefaultMapElement
Gets the relative location of this MapElement image in %
getPosition() - Method in interface webmngr.web.MapElement
Gets the relative location of this MapElement image on the screen in %
getPosition() - Method in class webmngr.web.StatusImage
Gets this StatusImage position relative to its parent
getPrintStream() - Method in class webmngr.util.LogWriter
Returns this LogWriter PrintStream
getPropagationLevel() - Method in class webmngr.web.NetMap
Returns the propagation Level of this NetMap.
getReadCommunity() - Method in class webmngr.devices.SNMPDevice
 
getReadCommunity() - Method in class webmngr.templates.SNMPDeviceTemplate
 
getRegularExpression() - Method in class webmngr.devices.CLIDevice
 
getRemainingArgs() - Method in class webmngr.util.ParseOptions
Retorna os argumentos restantes.
getResponse() - Method in class webmngr.telnet.TelnetClient
 
getResult() - Method in class webmngr.monitor.CLIMonitor
Retorna o resultado
getRetries() - Method in class webmngr.devices.SNMPDevice
 
getRetries() - Method in class webmngr.templates.SNMPDeviceTemplate
 
getSerializedMibFileName() - Method in class webmngr.monitor.MonitorManager
Retorna o nome do arquivo usado para serializar as MIBs
getSeriesCount() - Method in class webmngr.graphic.GraphicData
 
getSeriesName(int) - Method in class webmngr.graphic.GraphicData
 
getServers() - Method in class webmngr.view.ServerManager
Retorna todos os servidores RMI.
getSize() - Method in class webmngr.graphic.SourceData
 
getSNMPMonitor() - Method in class webmngr.devices.SNMPDevice
Retorna o snmpMonitor do SNMPDevice
getSnmpVersion() - Method in class webmngr.devices.SNMPDevice
 
getSnmpVersion() - Method in class webmngr.templates.SNMPDeviceTemplate
 
getSource() - Method in class webmngr.databus.DatabusObject
Método para acessar o fornecedor da informação
getSource() - Method in class webmngr.web.MapLine
Gets one of the endings of this MapLine
getSources() - Method in class webmngr.graphic.Graph
 
getSources() - Method in class webmngr.graphic.GraphReference
 
getStatus() - Method in class webmngr.view.InfoStatus
Retorna o status do dispositivo, sendo possíveis valores: STATUS_UP - dispositivo funcionando; STATUS_DOWN - dispositivo não esta funcionando; STATUS_INDEFINITE - nao foi possível definir o status desse dispositivo.
getStatus() - Method in class webmngr.web.DefaultMapElement
Gets the Status of this element
getStatus() - Method in interface webmngr.web.MapElement
Gets the Status of this element
getStatus() - Method in class webmngr.web.CompositeMapElement
Gets the status of this NetMap, comparing the criticalities of its sub-elements with problems, discovering what is the worst case and then seeing if this criticality is greater than the propagation level of this NetMap
getStatus() - Method in class webmngr.web.ManagedElement
 
getStatus() - Method in class webmngr.web.NetMap
Gets the status of this NetMap, comparing the criticalities of its sub-elements with problems, discovering what is the worst case and then seeing if this criticality is greater than the propagation level of this NetMap
getStatus() - Method in interface webmngr.web.NavigationMap
 
getStatus(String) - Static method in class webmngr.view.MapStatusViewBean
Retorna o status do mapa.
getStatusFromServer(String) - Method in class webmngr.view.StatusViewBeanClient
Get device status from status server.
getStatusImage() - Method in class webmngr.web.ManagedElement
Gets this ManagedElement statusImage
getStatusOID() - Method in class webmngr.devices.AbstractDevice
 
getStatusOID() - Method in class webmngr.templates.AbstractTemplate
 
getStatusOID() - Method in interface webmngr.templates.Template
Retorna o OID de Status
getStatusString() - Method in class webmngr.view.InfoStatus
 
getStrokeWidth() - Method in class webmngr.web.MapLine
Gets the line width
getTarget() - Method in class webmngr.web.MapLine
Gets one of the endings of this MapLine
getTemplate() - Method in class webmngr.devices.AbstractDevice
Retorna o template deste device.
getTemplateByName(String) - Method in class webmngr.WebMngrConfig
 
getTemplates() - Method in class webmngr.WebMngrConfig
 
getTerminalType() - Method in class webmngr.telnet.TelnetProtocolHandler
Get the current terminal type for TTYPE telnet option.
getTerminalType() - Method in class webmngr.telnet.TelnetWrapper
 
getTime() - Method in class webmngr.loggers.Timestamp
Método de acesso ao tempo em que uma informação foi coletada
getTime() - Method in class webmngr.notifiers.Alarm
 
getTime() - Method in class webmngr.view.InfoStatus
Retorna o tempo em que essa informação foi gerada.
getTimeout() - Method in class webmngr.devices.Device
 
getTimeout() - Method in class webmngr.templates.DeviceTemplate
 
getTimeString() - Method in class webmngr.view.InfoStatus
Retorna uma string representando o tempo em que essa informação foi gerada.
getTitle() - Method in class webmngr.Network
 
getTitle() - Method in class webmngr.graphic.Graph
 
getTitle() - Method in class webmngr.graphic.GraphReference
 
getTitle() - Method in class webmngr.graphic.GraphicData
 
getTitle() - Method in class webmngr.web.Atlas
Gets this atlas title
getUpperThreshold() - Method in class webmngr.events.HysteresisThresholdFilter
Retorna o valor máximo desejado para esta variável
getUpTime() - Method in class webmngr.view.InfoStatus
Retorna o tempo decorrido desde a última reinicialização.
getUpTimeString() - Method in class webmngr.view.InfoStatus
Retorna uma string representando o tempo decorrido desde a última reinicialização do dispositivo.
getUsage() - Method in class webmngr.util.ParseOptions
Retorna o uso correto das opções
getValue() - Method in class webmngr.OID
 
getValue() - Method in class webmngr.OIDRef
 
getValue() - Method in class webmngr.loggers.Timestamp
Método de acesso ao valor coletado
getVariableValue(String) - Method in class webmngr.databus.VariableBindings
Retorna o valor associado a este OID
getWidth() - Method in class webmngr.web.NetMap
Gets this NetMap Width
getWindowSize() - Method in class webmngr.telnet.TelnetProtocolHandler
Get the current window size of the terminal for the NAWS telnet option.
getWindowSize() - Method in class webmngr.telnet.TelnetWrapper
 
getWriteCommunity() - Method in class webmngr.devices.SNMPDevice
 
getWriteCommunity() - Method in class webmngr.templates.SNMPDeviceTemplate
 
getX() - Method in class webmngr.web.MapPoint
Gets the X coordinate of this MapPoint
getXLabel() - Method in class webmngr.graphic.Graph
 
getXLabel() - Method in class webmngr.graphic.GraphicData
 
getXValue(int, int) - Method in class webmngr.graphic.GraphicData
 
getY() - Method in class webmngr.web.MapPoint
Gets the Y coordinate of this MapPoint
getYLabel() - Method in class webmngr.graphic.Graph
 
getYLabel() - Method in class webmngr.graphic.GraphicData
 
getYScale() - Method in class webmngr.graphic.Graph
 
getYScale() - Method in class webmngr.graphic.GraphReference
 
getYScale() - Method in class webmngr.graphic.GraphicData
 
getYValue(int, int) - Method in class webmngr.graphic.GraphicData
 
GifFactoryServlet - class webmngr.web.GifFactoryServlet.
 
GifFactoryServlet() - Constructor for class webmngr.web.GifFactoryServlet
 
Grafo - class webmngr.webdoc.Grafo.
Classe que fornece uma representação em grafo da rede.
Possui uam referência para um dispositivo de rede e conexões para outros vertices do gráfo que representam outros dispositivos de rede e assim por diante.
Grafo(Device) - Constructor for class webmngr.webdoc.Grafo
 
Graph - class webmngr.graphic.Graph.
Classe que representa um gráfico que pode ser mostrado para um determinado dispositivo.
Os dispositivos não possuem Graph diretamente , mas os utilizam atravês de GraphReferences.
Graph() - Constructor for class webmngr.graphic.Graph
 
GraphicData - class webmngr.graphic.GraphicData.
 
GraphicData(Graph) - Constructor for class webmngr.graphic.GraphicData
 
GraphicPlotter - class webmngr.graphic.GraphicPlotter.
Desenha um gráfico
GraphicPlotter(GraphicData) - Constructor for class webmngr.graphic.GraphicPlotter
 
GraphReference - class webmngr.graphic.GraphReference.
 
GraphReference() - Constructor for class webmngr.graphic.GraphReference
 
Group - class webmngr.calculators.Group.
Classe que representa um grupo de oids que será utilizado pelos Calculadores para realizarem seus respectivos calculos.
Group() - Constructor for class webmngr.calculators.Group
Construtor Default
groupProduce(Group, Device, VariableBindings) - Method in class webmngr.calculators.AbstractCalculator
Metodo que apenas sera implementado nas subclasses pois cada calculador sabe como calcular os valores de determinados oids.
groupProduce(Group, Device, VariableBindings) - Method in class webmngr.calculators.DeltaActivityCalculator
Metodo responsavel para calcular a diferença do valor atual pelo valor anterior da tupla (device, outputoid), retorna um valor com a unidade por segundo
groupProduce(Group, Device, VariableBindings) - Method in class webmngr.calculators.PercentualActivityCalculator
Metodo responsavel para calcular o valor percentual de dois oids de um determinado Group, se ja existirem todos os valores necessarios para realizar o calculo.
groupProduce(Group, Device, VariableBindings) - Method in class webmngr.calculators.TotalActivityCalculator
Metodo responsavel para calcular o valor total de dois oids de um determinado Group, se ja existirem todos os valores necessarios para realizar o calculo.

H

history - Variable in class webmngr.loggers.DeltaActivityLogger
Hashtable que possui o historico dos valores
history - Variable in class webmngr.calculators.DeltaActivityCalculator
Hashtable que contera o historico dos valores da tupla(device,outputoid)
host - Variable in class webmngr.telnet.TelnetWrapper
 
HysteresisThresholdFilter - class webmngr.events.HysteresisThresholdFilter.
Classe que gerencia dados onde queremos manter uma taxa inferior e/ou superior a um determinado valor Ela produz um evento quando encontra um valor abaixo do valor mínimo ou acima do máximo que foi determinado Copyright: Copyright (c) 2002 Company:
HysteresisThresholdFilter() - Constructor for class webmngr.events.HysteresisThresholdFilter
 

I

id - Variable in class webmngr.web.DefaultMapElement
 
ID - Static variable in class webmngr.telnet.TelnetProtocolHandler
contains the current revision id
idCount - Static variable in class webmngr.web.DefaultMapElement
 
ifInPercentErrors - Static variable in class webmngr.Oids
 
image - Variable in class webmngr.web.MapImage
 
image - Variable in class webmngr.web.CompositeMapElement
 
ImageFactoryServlet - class webmngr.web.ImageFactoryServlet.
 
ImageFactoryServlet() - Constructor for class webmngr.web.ImageFactoryServlet
 
imagesDir - Static variable in class webmngr.WebMngrConfig
 
ImagesPool - class webmngr.util.ImagesPool.
 
ImagesPool(Iterator) - Constructor for class webmngr.util.ImagesPool
 
imageUpdate(Image, int, int, int, int, int) - Method in class webmngr.web.NetMap
Provides an image Update on this Map
imgObserver - Variable in class webmngr.web.DefaultMapElement
 
in - Variable in class webmngr.telnet.TelnetWrapper
 
INDEFINITE - Static variable in class webmngr.view.InfoStatus
Usada para definir valores indefinidos de tempo de status para o dispositivo
info - Variable in class webmngr.databus.DatabusObject
Informação gerada.
informations - Variable in class webmngr.events.AbstractEventProducer
Conjunto das informações de interesse deste produtor de eventos
InfoStatus - class webmngr.view.InfoStatus.
InfoStatus encapsula as informações sobre o status do dispositivo.
InfoStatus(DeviceIF) - Constructor for class webmngr.view.InfoStatus
Construtor da classe.
InfoStatus(String) - Constructor for class webmngr.view.InfoStatus
Construtor da classe.
inicializaValores(int) - Method in class webmngr.calculators.PercentualActivityCalculator
Metodo que inicializa e cria o Vector valores com valores iniciais
inicializaValores(int) - Method in class webmngr.calculators.TotalActivityCalculator
Metodo que inicializa e cria o Vector valores com valores iniciais
init(ServletConfig) - Method in class webmngr.web.ImageFactoryServlet
 
init(ServletConfig) - Method in class webmngr.web.GifFactoryServlet
 
init(ServletConfig) - Method in class webmngr.web.WebmngrServlet
 
inputDatabus - Variable in class webmngr.filters.AbstractFilter
Barramento de onde vem as informações para serem filtradas
inputDatabus - Variable in class webmngr.notifiers.AbstractNotifier
Barramento de onde vem as informações para serem filtradas.
inputDatabus - Variable in class webmngr.calculators.AbstractCalculator
Barramento de onde vem as informações para serem filtradas.
inputDatabus - Variable in class webmngr.events.AbstractEventProducer
Barramentos onde são jogados os eventos produzidos e de onde vem os dados a serem analisados, respectivamente
inputDatabus - Variable in class webmngr.correlators.AbstractCorrelator
Barramentos onde serão colocados os dados produzidos pelo correlator e de onde vem os dados a serem consumidos pelo correlator, respectivamente
inputDatabusName - Variable in class webmngr.filters.AbstractFilter
Nome do barramento ao qual o filtro deve se conectar para consumir.
inputDatabusName - Variable in class webmngr.notifiers.AbstractNotifier
Nome do barramento ao qual o filtro deve se conectar para consumir.
inputDatabusName - Variable in class webmngr.calculators.AbstractCalculator
Nome do barramento ao qual o filtro deve se conectar para consumir.
inputDatabusName - Variable in class webmngr.events.AbstractEventProducer
Nome do barramento de onde vem os dados a serem analisados.
inputDatabusName - Variable in class webmngr.correlators.AbstractCorrelator
Nome do barramento ao qual o correlator deve se conectar para receber as informções
inputfeed(byte[], int) - Method in class webmngr.telnet.TelnetProtocolHandler
 
instance() - Static method in class webmngr.WebMngrConfig
 
instance() - Static method in class webmngr.WebSystem
 
instance() - Static method in class webmngr.WebManager
 
instance() - Static method in class webmngr.loggers.LoggerManager
Retorna a instância do singleton
instance() - Static method in class webmngr.monitor.MonitorManager
Retorna uma referência para a única instância deste objeto que será criada.
instance() - Static method in class webmngr.notifiers.NotifierManager
Retorna a instância do singleton
instance() - Static method in class webmngr.view.AlarmsViewBean
Instancia e retorna o AlarmsViewBean apenas uma vez.
instance() - Static method in class webmngr.view.ActivityViewBean
Instancia e retorna uma única instância do ActivityViewBean
instance() - Static method in class webmngr.view.ServerManager
Singleton.
instance() - Static method in class webmngr.web.MapElementsManager
Retorna a instancia do singleton
instance() - Static method in class webmngr.web.ManagerStation
Retorna a instancia do singleton
instance() - Static method in class webmngr.calculators.CalculatorManager
Retorna a instância do singleton CalculatorManager
instance() - Static method in class webmngr.events.EventProducerManager
Retorna a instância do singleton
instance() - Static method in class webmngr.correlators.CorrelatorManager
Retorna a instância do singleton
Interest - class webmngr.databus.Interest.
Classe que representa um interesse de um SmartDataConsumer.
Interest() - Constructor for class webmngr.databus.Interest
Construtor padrão , configura o interesse para qualquer coisa.
Interest(String, String) - Constructor for class webmngr.databus.Interest
Construtor parametrizado.
Interface - class webmngr.devices.Interface.
Classe que representa uma Interface de rede de um equipamento gerenciável.
Interfaces só podem ser monitoradas em dispositivos que suportam SNMP.
Interface() - Constructor for class webmngr.devices.Interface
Construtor default
InterfaceTemplate - class webmngr.templates.InterfaceTemplate.
Template para uma interface de rede.
InterfaceTemplate() - Constructor for class webmngr.templates.InterfaceTemplate
Construtor default.
isAlive() - Method in class webmngr.monitor.AbstractMonitor
Verifica se o monitor ainda esta executando
isCatchRemainingArgs() - Method in class webmngr.util.ParseOptions
Verifica se ParseOptions está guardando os argumentos restantes.
isRemainingArg() - Method in class webmngr.util.ParseOptions
Retorna se existe argumentos restantes.
isThereAlarmsForDevice(String) - Static method in class webmngr.view.AlarmsViewBean
Verifica se existem alarmes para um dispositivo.

J

jConfigFile - Static variable in class webmngr.WebMngrConfig
 
joinBus() - Method in interface webmngr.databus.DataConsumer
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in class webmngr.filters.AbstractFilter
Conecta este filtros aos barramentos de entrada e saída O DatabusMember deve chamar este método toda vez que quiser conectar-se aos barramentos
joinBus() - Method in class webmngr.loggers.AbstractLogger
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in class webmngr.notifiers.AbstractNotifier
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in class webmngr.rmi.DataPollerServer
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in interface webmngr.rmi.Server
Desconecta o servidor do barramento
joinBus() - Method in class webmngr.view.StatusViewBeanServer
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in class webmngr.calculators.AbstractCalculator
Conecta este DatabusConsumer a um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser entrar no barramento.
joinBus() - Method in class webmngr.events.AbstractEventProducer
Conecta este produtor de eventos aos barramentos de entrada e de saída
joinBus() - Method in class webmngr.correlators.AbstractCorrelator
Conecta o correlator aos barramenos de entrada e saída O correlator deve chamar este método toda vez que quiser conectar-se aos barramentos
joinCalculators() - Method in class webmngr.calculators.CalculatorManager
Inicia todos os loggers.
joinCorrelators() - Method in class webmngr.correlators.CorrelatorManager
Inicia todos os correlatores
joinEventProducers() - Method in class webmngr.events.EventProducerManager
Inicia todos os produtores de eventos que foram criados
joinMonitorGroup(Monitor) - Method in class webmngr.monitor.MonitorManager
Insere um novo monitor no grupo de monitores.
joinNotifiers() - Method in class webmngr.notifiers.NotifierManager
Inicia todos os correlatores

L

label - Variable in class webmngr.web.MapImage
 
leaveBus() - Method in interface webmngr.databus.DataConsumer
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.filters.AbstractFilter
Desconecta este filtro de um barramento de dados O filtro deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.loggers.AbstractLogger
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.notifiers.AbstractNotifier
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.rmi.DataPollerServer
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in interface webmngr.rmi.Server
Conecta o servidor no barramento
leaveBus() - Method in class webmngr.view.StatusViewBeanServer
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.calculators.AbstractCalculator
Desconecta este DatabusConsumer de um barramento de dados.
O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
leaveBus() - Method in class webmngr.events.AbstractEventProducer
Desconecta este produtor de eventos de algum barramento
leaveBus() - Method in class webmngr.correlators.AbstractCorrelator
Desconecta este DatabusConsumer de um barramento de dados O DatabusMember deve chamar este método toda vez que quiser sair do barramento.
LEFT - Static variable in class webmngr.web.MapImage
 
link - Variable in class webmngr.web.DefaultMapElement
 
loadAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Carrega todos os alarmes para um determinado dispositivo.
LoadAverage - Static variable in class webmngr.Oids
OID especial para LoadAverage
loadConf() - Method in class webmngr.WebManager
 
loadData(String, Graph, String) - Method in class webmngr.view.ActivityViewBean
Carrega e retorna a fonte de dados para gerar um gráfico.
loadImages() - Method in class webmngr.util.ImagesPool
 
loadLastAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Carrega e retorna os últimos alarmes para o dispositivo.
loadLastTenAlarms(String) - Method in class webmngr.view.AlarmsViewBean
Carrega e retorna os últimos 10 alarmes para um dispositivo
loadMibs() - Method in class webmngr.monitor.MonitorManager
Carrega as MIBs.
loadSysUpTime(String) - Method in class webmngr.view.ActivityViewBean
Carrega e retorna o valor do sysUpTime de um dispositivo snmp
log() - Method in class webmngr.loggers.EventsLogger
Faz o log dos dados.
log() - Method in class webmngr.loggers.ActivityLogger
Faz o log dos dados.
log() - Method in class webmngr.loggers.AlarmsLogger
Faz o log dos dados.
log() - Method in interface webmngr.loggers.Logger
Realiza o log.
log(Exception) - Method in class webmngr.util.LogWriter
Logs an exception to the log file
Logger - interface webmngr.loggers.Logger.
Interface que indica que um objeto é um logger.
LoggerManager - class webmngr.loggers.LoggerManager.
Classe que gerencia todos os loggers do sistema.
LoggerManager() - Constructor for class webmngr.loggers.LoggerManager
Construtor padrão
loggers - Variable in class webmngr.loggers.LoggerManager
Coleção de loggers criados.
login(String, String) - Method in class webmngr.telnet.TelnetWrapper
Login into remote host.
logInterval - Variable in class webmngr.loggers.EventsLogger
Intervalo de tempo em segundo entre logs
logInterval - Variable in class webmngr.loggers.ActivityLogger
Intervalo, em segundos ,entre os logs.
logInterval - Variable in class webmngr.loggers.AlarmsLogger
Intervalo em segundos entre logs
LogWriter - class webmngr.util.LogWriter.
Class used to write the log occurences on specific files
LogWriter(String) - Constructor for class webmngr.util.LogWriter
Default Constructor

M

main(String[]) - Static method in class webmngr.WebManager
 
main(String[]) - Static method in class webmngr.tests.TestDataPollerClient
 
main(String[]) - Static method in class webmngr.tests.AllTests
 
makeEvent(Device, VariableBindings) - Method in class webmngr.events.UpDownDetector
Método que gera um evento indicando que um dispositivo mudou de 'status e insere este evento no barramento de saída
ManagedElement - class webmngr.web.ManagedElement.
A ManagedElement is a managed element in a map which represents the status of an specific element.
ManagedElement() - Constructor for class webmngr.web.ManagedElement
Default Constructor
ManagerStation - class webmngr.web.ManagerStation.
Classe que gerencia todos os atlas.
ManagerStation() - Constructor for class webmngr.web.ManagerStation
Construtor default.
MapColor - class webmngr.web.MapColor.
Auxiliar Class used to associate strings to color objects
MapColor() - Constructor for class webmngr.web.MapColor
 
MapElement - interface webmngr.web.MapElement.
A MapElement is any kind of element present in a Map.
MapElementComparator - class webmngr.web.MapElementComparator.
This class compares two MapElements to know which one must be draw first, according to their drawPlane
MapElementComparator() - Constructor for class webmngr.web.MapElementComparator
 
mapElements - Variable in class webmngr.web.DefaultMapElement
 
MapElementsManager - class webmngr.web.MapElementsManager.
Classe que gerencia todos os elementos de mapa
MapImage - class webmngr.web.MapImage.
A MapLabel is a String that can be printed on a map.
MapImage() - Constructor for class webmngr.web.MapImage
Default Constructor
MapLabel - class webmngr.web.MapLabel.
A MapLabel is a String that can be printed on a map.
MapLabel() - Constructor for class webmngr.web.MapLabel
Default Constructor
MapLine - class webmngr.web.MapLine.
A MapLine is any kind of line linking two positions in a map.
MapLine() - Constructor for class webmngr.web.MapLine
Default Constructor
MapObserver - interface webmngr.web.MapObserver.
 
MapPoint - class webmngr.web.MapPoint.
This class is used to manipulate points on the map with float coordinates
MapPoint() - Constructor for class webmngr.web.MapPoint
Default Constructor
MapPoint(float, float) - Constructor for class webmngr.web.MapPoint
Constructor
MapPoint(MapPoint) - Constructor for class webmngr.web.MapPoint
Constructor
MapStatusViewBean - class webmngr.view.MapStatusViewBean.
Esta classe recupera o status de um mapa percorrendo todos os dispositivos
que estão contidos no mapa e retornando o status mais crítico.
MapStatusViewBean() - Constructor for class webmngr.view.MapStatusViewBean
 
margin - Variable in class webmngr.web.MapImage
 
match(byte[], int) - Method in class webmngr.telnet.ScriptHandler
Try to match the byte array s against the match string.
MemberAlreadyInBusException - exception webmngr.databus.MemberAlreadyInBusException.
Exceção lançada quando se tenta inserir um membro mais de uma vez no mesmo barramento.
MemberAlreadyInBusException() - Constructor for class webmngr.databus.MemberAlreadyInBusException
 
MemberNotFoundException - exception webmngr.databus.MemberNotFoundException.
Exceção lançada quando se tenta referenciar um objeto que não é membro do barramento.
MemberNotFoundException() - Constructor for class webmngr.databus.MemberNotFoundException
 
MIDDLE - Static variable in class webmngr.web.DefaultMapElement
 
Monitor - interface webmngr.monitor.Monitor.
Interface que representa um monitor.
MonitorManager - class webmngr.monitor.MonitorManager.
Classe de suporte para os monitores.
MonitorManager() - Constructor for class webmngr.monitor.MonitorManager
Construtor default/

N

name - Variable in class webmngr.view.AbstractViewBean
Nome deste view bean.
name - Variable in class webmngr.events.AbstractEventProducer
Nome deste dataconsumer
name - Variable in class webmngr.correlators.AbstractCorrelator
Nome do correlator
NavigationMap - interface webmngr.web.NavigationMap.
This interface provides all necessary methods to access a map or sub-map externally
needReload(String, Graph, String, String) - Method in class webmngr.view.ActivityViewBean
Verifica se é necessário fazer uma atualização do gráfico.
negotiate(byte[]) - Method in class webmngr.telnet.TelnetProtocolHandler
Handle telnet protocol negotiation.
NetMap - class webmngr.web.NetMap.
A NetMap is at the same time a Map with elements to be drawn and also a DefaultMapElement, that is, a sub-map, that has a representation to be displayed on the screen.
NetMap() - Constructor for class webmngr.web.NetMap
Default Constructor
Network - class webmngr.Network.
Classe que representa um rede de elementos gerenciáveis.
Network() - Constructor for class webmngr.Network
 
Notifier - interface webmngr.notifiers.Notifier.
Interface que indica um Notificador.
NotifierManager - class webmngr.notifiers.NotifierManager.
Title: Description: Copyright: Copyright (c) 2002 Company:
notify(DatabusObject) - Method in class webmngr.notifiers.AbstractNotifier
Método abstrato que vai notificar os agentes externos
notify(DatabusObject) - Method in class webmngr.notifiers.EmailAlarmNotifier
 
notifyConsumers(DatabusObject) - Method in class webmngr.databus.Databus
Este método notifica todos os consumidores sobre novos dados no barramento.
notifyConsumers(DatabusObject) - Method in class webmngr.databus.SmartDatabus
Notifica todos os consumidores que estão interessados em tudo que passa pelo barramento e envia as informações que interessam a alguns dos consumidores.
notifyEndOfRecord() - Method in class webmngr.telnet.TelnetProtocolHandler
Generate an EOR (end of record) request.
notifyEndOfRecord() - Method in class webmngr.telnet.TelnetWrapper
sent on IAC EOR (prompt terminator for remote access systems).

O

obs - Variable in class webmngr.filters.AbstractFilter
Indica alguma observação sobre o filtro
obs - Variable in class webmngr.notifiers.AbstractNotifier
Indica alguma observação sobre o notificador
obs - Variable in class webmngr.events.AbstractEventProducer
Indica alguma observação sobre o produtor de eventos
obs - Variable in class webmngr.correlators.AbstractCorrelator
Indica alguma observação sobre o correlator
oid - Variable in class webmngr.databus.Interest
Oid em que estou interessado.
OID - class webmngr.OID.
 
OID() - Constructor for class webmngr.OID
 
OIDRef - class webmngr.OIDRef.
 
OIDRef() - Constructor for class webmngr.OIDRef
 
Oids - class webmngr.Oids.
Classe que armazena os oids simbolico do webmanager.
Oids() - Constructor for class webmngr.Oids
 
OTHER - Static variable in class webmngr.web.MapImage
 
out - Variable in class webmngr.telnet.TelnetWrapper
 
outputDatabus - Variable in class webmngr.filters.AbstractFilter
Barramento de onde vem as informações para serem filtradas
outputDatabus - Variable in class webmngr.calculators.AbstractCalculator
Barramento de onde vem as informações para serem filtradas.
outputDatabus - Variable in class webmngr.events.AbstractEventProducer
Barramentos onde são jogados os eventos produzidos e de onde vem os dados a serem analisados, respectivamente
outputDatabus - Variable in class webmngr.correlators.AbstractCorrelator
Barramentos onde serão colocados os dados produzidos pelo correlator e de onde vem os dados a serem consumidos pelo correlator, respectivamente
outputDatabusName - Variable in class webmngr.filters.AbstractFilter
Nome do barramento ao qual o filtro deve se conectar para produzir.
outputDatabusName - Variable in class webmngr.calculators.AbstractCalculator
Nome do barramento ao qual o filtro deve se conectar para produzir.
outputDatabusName - Variable in class webmngr.events.AbstractEventProducer
Nome do barramento onde são jogados os eventos produzidos.
outputDatabusName - Variable in class webmngr.correlators.AbstractCorrelator
Nome do barramento ao qual o correlator deve se conectar para produzir as informações
outputOid - Variable in class webmngr.calculators.AbstractCalculator
Oid que indica onde a informação produzida deverá ser armazenada

P

parent - Variable in class webmngr.web.DefaultMapElement
 
ParentNotFoundException - exception webmngr.web.ParentNotFoundException.
Exception thrown when a MapElement Parent is unknown or has not been declared yet.
ParentNotFoundException() - Constructor for class webmngr.web.ParentNotFoundException
Default Constructor
ParentNotFoundException(String) - Constructor for class webmngr.web.ParentNotFoundException
Constructor
parse() - Method in class webmngr.util.ParseOptions
Médoto que analisa os argumentos passados.
ParseOptions - class webmngr.util.ParseOptions.
ParseOptions é uma classe utilizada para analisar argumentos passados pelo usuário através da linha de comando.
ParseOptions(String, String[]) - Constructor for class webmngr.util.ParseOptions
Construtor default da classe.
path - Variable in class webmngr.view.AbstractViewBean
Diretório onde este view bean deve ir buscar as informações coletadas.
PercentualActivityCalculator - class webmngr.calculators.PercentualActivityCalculator.
Classe que calcula o percentual de duas variáveis monitoradas, e usa valores delta calculado pelo classe DeltaActivityCalculator como entradas.
PercentualActivityCalculator() - Constructor for class webmngr.calculators.PercentualActivityCalculator
Construtor default
PercentualActivityLogger - class webmngr.loggers.PercentualActivityLogger.
 
PercentualActivityLogger() - Constructor for class webmngr.loggers.PercentualActivityLogger
Construtor default
pingMonitor - Variable in class webmngr.devices.Device
Monitor do dispositivo, neste caso , apenas um monitor de ping pois o dispositivo não possui SNMP.
PingMonitor - class webmngr.monitor.PingMonitor.
Monitor para máquinas que não possuem SNMP ou que queiram monitorar o seus status operacional ou tempo de ciclo usando um ping ICMP.
Como em Java é IMPOSSÍVEL realizar uma conexão ICMP para o ping isso é feito em um método nativo escrito em C.
PingMonitor(Device) - Constructor for class webmngr.monitor.PingMonitor
Construtor.
PingTime - Static variable in class webmngr.Oids
OID especial para PingTime
PingUp - Static variable in class webmngr.Oids
OID especial para PingUp
pinstance - Static variable in class webmngr.loggers.LoggerManager
Referência para o singleton
pinstance - Static variable in class webmngr.view.ServerManager
Referência para o singleton.
pixelValue(MapPoint, Dimension) - Static method in class webmngr.web.MapPoint
Returns a Pixel Value of percentual position, based on a base dimension
port - Variable in class webmngr.telnet.TelnetWrapper
 
position - Variable in class webmngr.web.DefaultMapElement
 
produce() - Method in interface webmngr.databus.DataProducer
Insere um nova informação no barramento
produce() - Method in class webmngr.devices.Device
Desnecessário pois o dispositivo não produz nada , quem produz é o monitor.
produce() - Method in class webmngr.filters.AbstractFilter
Insere um nova informação no barramento
produce() - Method in class webmngr.monitor.SNMPMonitor
Coloca as informações coletadas no barramento.
produce() - Method in class webmngr.monitor.CLIMonitor
Insere os dados coletados no barramento de saída.
Futuramente pode-se pensar num modo de separar a distribuição da informação do monitoramento , pode-se , por exemplo , usar um Thread em separado apenas para a distribuição.
produce() - Method in class webmngr.monitor.PingMonitor
Insere os dados coletados no barramento de saída.
Futuramente pode-se pensar num modo de separar a distribuição da informação do monitoramento , pode-se , por exemplo , usar um Thread em separado apenas para a distribuição.
produce() - Method in class webmngr.calculators.AbstractCalculator
Insere um nova informação no barramento no barramento de saida
produce() - Method in class webmngr.events.AbstractEventProducer
Insere um nova informação no barramento de saída
produce() - Method in class webmngr.events.HysteresisThresholdFilter
Analisa os dados recebidos no barramento de entrada e verifica se o valor da variável está dentro dos limitites estabelecido pelo usuário.
produce() - Method in interface webmngr.events.EventProducer
Insere um nova informação no barramento de saída
produce() - Method in class webmngr.events.UpDownDetector
Método que identifica se o status de algum dispositivo foi alterado
produce() - Method in class webmngr.correlators.AbstractCorrelator
Insere um nova informação no barramento de saída
produce() - Method in class webmngr.correlators.EventsCorrelator
Recebe o evento do barramento de eventos e o transmite para o barramento de alarmes
putDatabusObject(DatabusObject) - Method in class webmngr.databus.Databus
Insere uma nova informação no barramento.
Os DataProducers chamam este método quando querem inserir informações no barramento.

R

RandomDataSources - class webmngr.tests.RandomDataSources.
Gera valores aleatórios a cada intervalo de tempo para mostrar o gráfico animado desses valores gerados.
RandomDataSources() - Constructor for class webmngr.tests.RandomDataSources
 
RandomDataSources(int) - Constructor for class webmngr.tests.RandomDataSources
 
RateActivityCalculator - class webmngr.calculators.RateActivityCalculator.
Classe que transforma os valores obtidos em bits por segundo Copyright: Copyright (c) 2002 Company:
RateActivityCalculator() - Constructor for class webmngr.calculators.RateActivityCalculator
 
RateActivityLogger - class webmngr.loggers.RateActivityLogger.
Grava os dados depois de calcular sua taxa por segundo.
RateActivityLogger() - Constructor for class webmngr.loggers.RateActivityLogger
Construtor default
read(byte[]) - Method in class webmngr.telnet.TelnetWrapper
Read data from the socket and use telnet negotiation before returning the data read.
readCommand() - Method in class webmngr.telnet.TelnetClient
 
receiveNewValue(Timestamp) - Method in class webmngr.rmi.DataPollerClient
Receives from poller the new value to be plotted.
refresh() - Method in class webmngr.web.Atlas
 
remDataConsumer(DataConsumer) - Method in class webmngr.databus.Databus
Remove um consumidor da lista de consumidores do barramento.
remDataConsumer(DataConsumer) - Method in class webmngr.databus.SmartDatabus
Remove um smartdataconsumer da lista de consumidores do barramento.
remDataProducer(DataProducer) - Method in class webmngr.databus.Databus
Remove um produtor da lista de produtores do barramento.
remDevice(Device) - Method in class webmngr.Network
 
remGraphReference(GraphReference) - Method in class webmngr.devices.AbstractDevice
Remove um graphReference da lista deste dispositivo.
remGraphReference(GraphReference) - Method in class webmngr.templates.AbstractTemplate
Remove um graphReference da lista deste template.
Retorna true se o GraphReference estava na lista.
remGraphReference(GraphReference) - Method in interface webmngr.templates.Template
Remove um graphReference da lista deste template.
remInterface(Interface) - Method in class webmngr.devices.SNMPDevice
Remove uma Interface da lista do dispositivo Retorna true se a Interface estava na lista.
remInterface(Interface) - Method in class webmngr.templates.SNMPDeviceTemplate
Remove uma Interface da lista do dispositivo Retorna true se a Interface estava na lista.
remOID(String) - Method in class webmngr.devices.AbstractDevice
Remove um OID da lista de OIDs deste dispositivo.
remOID(String) - Method in class webmngr.templates.AbstractTemplate
Remove um OID da lista de OIDs deste template.
Retorna true se o OID estava na lista.
remOID(String) - Method in interface webmngr.templates.Template
Remove um OID da lista de OIDs deste template.
removeAllPoints() - Method in class webmngr.graphic.SourceData
 
removeDataSource(SourceData) - Method in class webmngr.graphic.GraphicData
 
removeFirstPoint() - Method in class webmngr.graphic.SourceData
 
removeMonitor(String) - Method in class webmngr.monitor.MonitorManager
Pára e remove um monitor da lista de monitores
removeOption(String) - Method in class webmngr.util.ParseOptions
Remove a opção da lista de opções registradas.
removePoint(Point2D) - Method in class webmngr.graphic.SourceData
 
removeVariableBinding(String) - Method in class webmngr.databus.VariableBindings
Remove a chave passada da tabela
remSource(Source) - Method in class webmngr.graphic.Graph
 
replaceStatus(InfoStatus) - Method in class webmngr.view.InfoStatus
Iguala o valor do status deste objeto ao valor do objeto passado como parâmetro, ou seja, this.status.equals(info.status) == true.
reset() - Method in class webmngr.telnet.TelnetProtocolHandler
Reset the protocol handler.
RIGHT - Static variable in class webmngr.web.MapImage
 
run() - Method in class webmngr.loggers.EventsLogger
Método que faz com que a thread seja executada
run() - Method in class webmngr.loggers.ActivityLogger
Método que faz com que a thread seja executada
run() - Method in class webmngr.loggers.AlarmsLogger
Método de execução principal da Thread
run() - Method in class webmngr.monitor.SNMPMonitor
Realiza a monitoração
run() - Method in class webmngr.monitor.CLIMonitor
Realiza a monitoração
run() - Method in class webmngr.monitor.PingMonitor
Método chamado pela classe Thread e que faz a monitoração periódica do dispositivo.
run() - Method in class webmngr.rmi.DataPollerClient
Inicia o polling.

S

script - Variable in class webmngr.telnet.TelnetWrapper
 
scriptHandler - Variable in class webmngr.telnet.TelnetWrapper
 
ScriptHandler - class webmngr.telnet.ScriptHandler.
A script handler, that tries to match strings and returns true when it found the string it searched for.
ScriptHandler() - Constructor for class webmngr.telnet.ScriptHandler
 
send(String) - Method in class webmngr.telnet.TelnetWrapper
Send a command to the remote host.
sendTelnetControl(byte) - Method in class webmngr.telnet.TelnetProtocolHandler
Send a Telnet Escape character (IAC )
Server - interface webmngr.rmi.Server.
Esta classe é a interface dos servidore RMI.
ServerManager - class webmngr.view.ServerManager.
Esta classe representa o gerente de servidores rmi que são iniciados quando o
webmanager está ativo.
ServerManager() - Constructor for class webmngr.view.ServerManager
Construtor default que inicia com nenhum servidor rmi.
service(HttpServletRequest, HttpServletResponse) - Method in class webmngr.web.WebmngrServlet
 
servletBase - Static variable in class webmngr.WebMngrConfig
 
setAddressMode(String) - Method in class webmngr.Network
 
setAlarmProducer(String) - Method in class webmngr.notifiers.Alarm
 
setArchitectures(String) - Method in class webmngr.Network
 
setArgs(String[]) - Method in class webmngr.util.ParseOptions
Altera os array de string com os argumentos passados na linha de comando.
setBackgroundColor(String) - Method in class webmngr.web.NetMap
Sets the color of this Map background
setBackgroundSize(Dimension) - Method in class webmngr.web.NetMap
Sets the size of this Map background image
setBandwidth(int) - Method in class webmngr.devices.Interface
Configura a velocidade da interface.
setBandwidth(int) - Method in class webmngr.templates.InterfaceTemplate
Configura a velocidade das interfaces que utilizam este template
setCatchRemainingArgs(boolean) - Method in class webmngr.util.ParseOptions
Altera se ParseOptions deve guardar os argumentos restantes.
setColor(String) - Method in class webmngr.graphic.Source
 
setColor(String) - Method in class webmngr.web.MapLabel
Sets the color of the message to be drawn
setColor(String) - Method in class webmngr.web.MapLine
Sets the color of the line to be drawn
setCommand(String) - Method in class webmngr.telnet.TelnetClient
 
setCommand(String) - Method in class webmngr.devices.CLIDevice
 
setConnectedTo(String) - Method in class webmngr.devices.Interface
Indica a qual máquina está interface permite conexão.
Utilizado apenas pelo WebDoc.
setConnectedTo(String) - Method in class webmngr.templates.InterfaceTemplate
Indica a qual máquina está interface permite conexão.
setContact(Contact) - Method in class webmngr.Network
 
setContact(Contact) - Method in class webmngr.devices.AbstractDevice
Adciona um contato para este device.
Um contato representa a pessoa responsável pelo device.
setContact(Contact) - Method in class webmngr.templates.AbstractTemplate
Adciona um contato para os devices que usarem este template.
Um contato representa a pessoa responsável pelo device.
setContact(Contact) - Method in interface webmngr.templates.Template
Adciona um contato para os devices que usarem este template.
Um contato representa a pessoa responsável pelo device.
setCR(String) - Method in class webmngr.telnet.TelnetProtocolHandler
 
setCriticality(int) - Method in class webmngr.devices.Device
Especifica a criticalidade do dispositivo
setCriticality(int) - Method in class webmngr.templates.DeviceTemplate
Especifica a criticalidade do dispositivo
setCriticality(int) - Method in class webmngr.web.DefaultMapElement
Sets the criticality of this element which tells how much it is important and if a problem with it deserves to be propagated
setCRLF(String) - Method in class webmngr.telnet.TelnetProtocolHandler
 
setDate(Date) - Method in class webmngr.databus.VariableBindings
Modifica a data em que a informação foi coletada
setDate(String) - Method in class webmngr.notifiers.Alarm
 
setDateTime(Date) - Method in class webmngr.notifiers.Alarm
 
setDefault(MapElement) - Method in class webmngr.web.DefaultMapElement
Sets a defaultMapElement whose properties will be transfered to this MapElement
setDefDimension(Dimension) - Method in class webmngr.web.StatusImage
Sets a default dimension to this StatusImage
setDefMapImage(MapImage) - Method in class webmngr.web.MapImage
Sets a DefaultMapImage to this one, copying its propertis
setDescRemainingArgs(String) - Method in class webmngr.util.ParseOptions
Altera a string que descreve os argumentos restantes.
setDescription(String) - Method in class webmngr.Network
 
setDescription(String) - Method in class webmngr.web.Atlas
Sets a description for this atlas
setDevice(Device) - Method in class webmngr.monitor.AbstractMonitor
Altera o dispositivo referenciado
setDevice(Device) - Method in class webmngr.webdoc.Grafo
 
setDevice(DeviceIF) - Method in class webmngr.view.InfoStatus
Altera o dispositivo.
setDeviceName(String) - Method in class webmngr.databus.Interest
Modifica o nome do dispositivo de interesse.
setDrawPlane(int) - Method in class webmngr.web.DefaultMapElement
Sets the drawPlane of this MapElement, that is, the relative place where it must be drawn
setEventOid(String) - Method in class webmngr.notifiers.Alarm
 
setFont(Font) - Method in class webmngr.web.MapLabel
Sets the Font of this label message
setFunctionalDescription(String) - Method in class webmngr.devices.AbstractDevice
Configura a descrição funcional
setFunctionalDescription(String) - Method in class webmngr.templates.AbstractTemplate
Configura a descrição funcional.
setFunctionalDescription(String) - Method in interface webmngr.templates.Template
Configura a descrição funcional.
setGraphicData(GraphicData) - Method in class webmngr.graphic.AnimatedPlotter
Changes the graphic data.
setHardwareDescription(String) - Method in class webmngr.devices.AbstractDevice
Configura a descrição de hardware.
setHardwareDescription(String) - Method in class webmngr.templates.AbstractTemplate
Configura a descrição de hardware.
setHardwareDescription(String) - Method in interface webmngr.templates.Template
Configura a descrição de hardware.
setHeight(int) - Method in class webmngr.web.NetMap
Sets this NetMap Height
setHost(String) - Method in class webmngr.devices.Device
Configura o host deste dispositivo.
Pode ser o nome do host ou o endereço ip.
setHost(String) - Method in class webmngr.devices.CLIDevice
 
setHost(String) - Method in class webmngr.monitor.CLIMonitor
Método que altera o host que será conectado
setID(String) - Method in class webmngr.web.DefaultMapElement
Sets this element ID, which identifies this specific MapElement
setID(String) - Method in class webmngr.web.Atlas
Sets this atlas id
setImageFile(String) - Method in class webmngr.web.MapImage
Sets the file of the image that will represent this mapElement
setImageFile(String) - Method in class webmngr.web.CompositeMapElement
Sets the file of the image that will represent this mapElement
setImageFile(String, int) - Method in class webmngr.web.StatusImage
Sets an image that represents one of the status of an element.
setImageObserver(ImageObserver) - Method in class webmngr.web.DefaultMapElement
Sets this MapElement ImageObserver to be used at the moment it will be drawn
setImageObserver(ImageObserver) - Method in interface webmngr.web.MapElement
Sets this MapElement ImageObserver to be used at the moment it will be drawn
setImageObserver(ImageObserver) - Method in class webmngr.web.StatusImage
Sets this MapElement ImageObserver
setIndex(int) - Method in class webmngr.devices.AbstractDevice
Seta o index deste dispositivo, 0 para uma máquina e i para uma interface de rede.
setIndex(int) - Method in class webmngr.templates.AbstractTemplate
 
setIndex(int) - Method in interface webmngr.templates.Template
 
setInfo(Object) - Method in class webmngr.databus.DatabusObject
Modifica a informação gerada pelo objeto
setInputDatabus(String) - Method in interface webmngr.databus.DataConsumer
Indica a qual barramento deve me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.filters.AbstractFilter
Indica a qual barramento deve me conectar para receber as informações
setInputDatabus(String) - Method in class webmngr.loggers.AbstractLogger
Indica a qual barramento deve me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.notifiers.AbstractNotifier
Indica a qual barramento deve me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.rmi.DataPollerServer
Indicates which bus the server must be connected as consumer.
setInputDatabus(String) - Method in class webmngr.view.StatusViewBeanServer
Indica a qual barramento devo me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.calculators.AbstractCalculator
Seta o barramento que deve me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.events.AbstractEventProducer
Indica a qual barramento deve me conectar como consumidor.
setInputDatabus(String) - Method in class webmngr.correlators.AbstractCorrelator
Indica qual o barramento onde correlator deve receeber os dados
setLabel(MapLabel, int) - Method in class webmngr.web.MapImage
Sets this MapImage associated label
setLabel(String) - Method in class webmngr.graphic.Source
 
setLink(String) - Method in class webmngr.web.DefaultMapElement
Sets the Link to where this MapElement will take anyone who clicks on its image
setLocalEcho(boolean) - Method in class webmngr.telnet.TelnetProtocolHandler
Set the local echo option of telnet.
setLocalEcho(boolean) - Method in class webmngr.telnet.TelnetWrapper
 
setLocation(String) - Method in class webmngr.Network
 
setLocation(String) - Method in class webmngr.devices.Device
Especifica a localização deste dispositivo.
setLocation(String) - Method in class webmngr.templates.DeviceTemplate
Especifica a localização dos despositivos que usam este template.
setLogin(String) - Method in class webmngr.devices.CLIDevice
 
setLogInterval(int) - Method in class webmngr.loggers.EventsLogger
Configura o intervalo de tempo em segundos entre os logs.
setLogInterval(int) - Method in class webmngr.loggers.ActivityLogger
Configura o intervalo de tempo em segundos entre os logs.
setLogInterval(int) - Method in class webmngr.loggers.AlarmsLogger
Configura o intervalo de tempo em segundos entre os logs.
setLowerThreshold(double) - Method in class webmngr.events.HysteresisThresholdFilter
Modifica o valor mínimo desejado para esta variável
setMacAddress(String) - Method in class webmngr.devices.Interface
Configura o endereço mac da interface caso ela tenha um.setMailTo(String) - Method in class webmngr.notifiers.EmailAlarmNotifier
 
setMibsDirectory(String) - Method in class webmngr.monitor.MonitorManager
Modifica o diretório onde as MIBs estão
setMinimalOid(String) - Method in class webmngr.notifiers.Alarm
 
setMonitorID(int) - Method in class webmngr.monitor.AbstractMonitor
Configura o identificar deste monitor.
setMonitorID(int) - Method in interface webmngr.monitor.Monitor
Configura o identificador do monitor.
setName(String) - Method in class webmngr.OID
 
setName(String) - Method in class webmngr.Network
 
setName(String) - Method in class webmngr.databus.Databus
Muda o nome do barramento.
setName(String) - Method in interface webmngr.databus.DatabusMember
Modifica o nome deste DatabusMember
setName(String) - Method in class webmngr.devices.AbstractDevice
Modifica o nome deste dispositivo.
setName(String) - Method in class webmngr.filters.AbstractFilter
Configura o nome do filtro
setName(String) - Method in class webmngr.graphic.Graph
 
setName(String) - Method in class webmngr.graphic.GraphReference
 
setName(String) - Method in class webmngr.loggers.AbstractLogger
Configura o nome do logger
setName(String) - Method in class webmngr.monitor.AbstractMonitor
Configura o nome deste dataproducer
setName(String) - Method in class webmngr.notifiers.AbstractNotifier
Configura o nome do notificador
setName(String) - Method in class webmngr.rmi.DataPollerServer
Sets name.
setName(String) - Method in class webmngr.templates.AbstractTemplate
Modifica o nome deste template.
setName(String) - Method in interface webmngr.templates.Template
Configura o nome do template.
setName(String) - Method in interface webmngr.view.ViewBean
Nome deste view Bean
setName(String) - Method in class webmngr.view.AbstractViewBean
Configura o nome do viewbean.
setName(String) - Method in class webmngr.view.StatusViewBeanServer
Configura o nome do view bean
setName(String) - Method in class webmngr.calculators.AbstractCalculator
Configura o nome do calculator
setName(String) - Method in class webmngr.calculators.Group
Metodo que altera o nome que identifica o grupo
setName(String) - Method in class webmngr.events.AbstractEventProducer
Configura o nome do produtor de eventos
setName(String) - Method in class webmngr.correlators.AbstractCorrelator
Configura o nome do correlator
setNetmask(String) - Method in class webmngr.devices.Interface
Configura a máscara de rede da interface.
setNetmask(String) - Method in class webmngr.templates.InterfaceTemplate
Configura a máscara de rede das interfaces que usam este template.
setObs(String) - Method in class webmngr.Network
 
setObs(String) - Method in class webmngr.devices.AbstractDevice
Adiciona uma breve descrição ou observação sobre o uso deste dispositivo.
setObs(String) - Method in class webmngr.filters.AbstractFilter
Modifica a observação do filtro
setObs(String) - Method in class webmngr.graphic.Graph
 
setObs(String) - Method in class webmngr.notifiers.AbstractNotifier
Modifica a observação do notificador
setObs(String) - Method in class webmngr.templates.AbstractTemplate
Adiciona uma breve descrição ou observação sobre o uso deste template.
setObs(String) - Method in interface webmngr.templates.Template
Adiciona uma breve descrição ou observação sobre o uso deste template.
setObs(String) - Method in class webmngr.events.AbstractEventProducer
Adiciona alguma observação a respeito do produtor de eventos
setObs(String) - Method in class webmngr.correlators.AbstractCorrelator
Modifica a observação referente ao correlator
setOid(String) - Method in class webmngr.databus.Interest
Modifica o oid de interesse.
setOid(String) - Method in class webmngr.notifiers.Alarm
 
setOidref(String) - Method in class webmngr.graphic.Source
 
setOutputDatabus(String) - Method in interface webmngr.databus.DataProducer
Conexão com o barramento onde as informações serão inseridas.
setOutputDatabus(String) - Method in class webmngr.devices.Device
Delegado ao monitor.
setOutputDatabus(String) - Method in class webmngr.devices.SNMPDevice
Delegado ao monitor
setOutputDatabus(String) - Method in class webmngr.devices.CLIDevice
Delegado ao monitor
setOutputDatabus(String) - Method in class webmngr.filters.AbstractFilter
Conexão com o barramento onde as informações serão inseridas.
setOutputDatabus(String) - Method in class webmngr.monitor.AbstractMonitor
Indica em qual barramento este monitor deve inserir os dados que coletar.setOutputDatabus(String) - Method in class webmngr.calculators.AbstractCalculator
Seta o barramento onde as informações serão inseridas.
setOutputDatabus(String) - Method in class webmngr.events.AbstractEventProducer
Conexão com o barramento onde os eventos serão inseridos.
setOutputDatabus(String) - Method in interface webmngr.events.EventProducer
Faz a conexão com o barramento onde os eventos serão produzidos
setOutputDatabus(String) - Method in class webmngr.correlators.AbstractCorrelator
Modifica o nome do barramento onde o correlator vai produzir suas informações
setOutputOid(String) - Method in class webmngr.devices.CLIDevice
 
setOutputOid(String) - Method in class webmngr.calculators.AbstractCalculator
Modifica o oid de saida
setOutputOid(String) - Method in class webmngr.calculators.Group
Metodo que altera o oid de saida o qual estara associado o resultado dos calculos feitos pelos calculadores
setParent(MapElement) - Method in class webmngr.web.DefaultMapElement
Sets this mapElements parent, that is, the element where this mapElement must be drawn
setParent(MapElement) - Method in interface webmngr.web.MapElement
Sets this mapElements parent, that is, the element where this mapElement must be drawn
setParent(MapElement) - Method in class webmngr.web.StatusImage
Sets this StatusImage parent
setPassword(String) - Method in class webmngr.devices.CLIDevice
 
setPath(String) - Method in class webmngr.loggers.AbstractLogger
Configura o diretório base do logger
setPath(String) - Method in interface webmngr.loggers.Logger
Configura o diretório base do logger.
setPath(String) - Method in interface webmngr.view.ViewBean
Diretório onde este view bean deve ir buscar os dados.
setPath(String) - Method in class webmngr.view.AbstractViewBean
Configura o nome do diretório onde este viewbean deve ir coletar as informações.
setPollInterval(int) - Method in class webmngr.devices.Device
Especifica o intervalo entre duas monitoracões.
setPollInterval(int) - Method in class webmngr.templates.DeviceTemplate
Especifica o intervalo entre duas monitoracões.
setPort(int) - Method in class webmngr.devices.SNMPDevice
Indica qual a porta utilizada para conexão
setPort(int) - Method in class webmngr.devices.CLIDevice
 
setPort(int) - Method in class webmngr.monitor.CLIMonitor
Metodo que altera a porta a ser utilizada
setPort(int) - Method in class webmngr.templates.SNMPDeviceTemplate
Indica qual a porta utilizada para conexão
setPosition(MapPoint) - Method in class webmngr.web.DefaultMapElement
Sets the position where this MapElement must be drawn relative to another one (in %)
setPosition(MapPoint) - Method in class webmngr.web.StatusImage
Sets this StatusImage position relative to its parent
setPrompt(String) - Method in class webmngr.telnet.TelnetWrapper
 
setPropagationLevel(int) - Method in class webmngr.web.NetMap
Sets a new propagation Level for this NetMap.
setReadCommunity(String) - Method in class webmngr.devices.SNMPDevice
Configura senha de leitura do SNMP
setReadCommunity(String) - Method in class webmngr.templates.SNMPDeviceTemplate
Configura senha de leitura do SNMP
setRegularExpression(String) - Method in class webmngr.devices.CLIDevice
 
setResponse(String) - Method in class webmngr.telnet.TelnetClient
 
setResult(double) - Method in class webmngr.monitor.CLIMonitor
Metodo que modifica o resultado
setRetries(int) - Method in class webmngr.devices.SNMPDevice
Indica o número de tentativas de conexão que devem ser feitas antes de desistir.
setRetries(int) - Method in class webmngr.templates.SNMPDeviceTemplate
Indica o número de tentativas de conexão que devem ser feitas antes de desistir.
setSerializedMibFileName(String) - Method in class webmngr.monitor.MonitorManager
 
setServer(String) - Method in class webmngr.rmi.DataPollerServer
Sets name server.
setServer(String) - Method in class webmngr.view.StatusViewBeanServer
Configura o servidor RMI.
setSnmpVersion(int) - Method in class webmngr.devices.SNMPDevice
Indica qual a versão do SNMP utilizada.
1 - SNMP Versão 1
2 - SNMP Versão 2
3 - SNMP Versão 3
setSnmpVersion(int) - Method in class webmngr.templates.SNMPDeviceTemplate
Indica qual a versão do SNMP utilizada
setSource(DataProducer) - Method in class webmngr.databus.DatabusObject
Método para modificar o source de um DatabusObject
setSourceID(String) - Method in class webmngr.web.MapLine
 
setStatus(int) - Method in class webmngr.web.DefaultMapElement
Sets the Status of this element
setStatusImage(StatusImage) - Method in class webmngr.web.ManagedElement
Sets this ManagedElement statusImage
setStatusImage(StatusImage) - Method in class webmngr.web.NetMap
Sets this NetMap StatusImage
setStatusOID(String) - Method in class webmngr.devices.AbstractDevice
Configura o StatusOID deste dispositivo.
Pode ser o OID especial do WebManager para utilizar o ping , webmngr.ping.PingUP , ou qualquer outro OID SNMP.
setStatusOID(String) - Method in class webmngr.templates.AbstractTemplate
Configura o StatusOID dos devices que utilizam este template.
Pode ser o OID especial do WebManager para utilizar o ping , webmngr.ping.PingUP , ou qualquer outro OID SNMP.
setStatusOID(String) - Method in interface webmngr.templates.Template
Configura o StatusOID dos devices que utilizam este template.
Pode ser o OID especial do WebManager para utilizar o ping , webmngr.ping.PingUP , ou qualquer outro OID SNMP.
setStrokeWidth(float) - Method in class webmngr.web.MapLine
Sets the line width
setTargetID(String) - Method in class webmngr.web.MapLine
 
setTemplate(String) - Method in class webmngr.devices.Device
Configura o template deste dispositivo.
setTemplate(String) - Method in class webmngr.devices.Interface
Configura o template desta interface
setTemplate(Template) - Method in class webmngr.devices.AbstractDevice
Copia o conteúdo de um outro template para este device.
setTemplate(Template) - Method in class webmngr.templates.AbstractTemplate
Copia o conteúdo de um outro template para este template.
setTemplate(Template) - Method in class webmngr.templates.InterfaceTemplate
Copia o conteúdo de um outro template para este template.
setTemplate(Template) - Method in class webmngr.templates.DeviceTemplate
Copia o conteúdo de um outro template para este template.
setTemplate(Template) - Method in class webmngr.templates.SNMPDeviceTemplate
Copia o conteúdo de um outro template para este template.
setTemplate(Template) - Method in interface webmngr.templates.Template
Copia o conteúdo de um outro template para este template.
setTemplateObject(Template) - Method in class webmngr.devices.Device
 
setTime(String) - Method in class webmngr.notifiers.Alarm
 
setTimeout(int) - Method in class webmngr.devices.Device
Tempo de espera de cada tentativa antes de abortar.
setTimeout(int) - Method in class webmngr.templates.DeviceTemplate
Tempo de espera de cada tentativa antes de abortar.
setTitle(String) - Method in class webmngr.Network
 
setTitle(String) - Method in class webmngr.graphic.Graph
 
setTitle(String) - Method in class webmngr.web.Atlas
Sets this atlas title
setType(String) - Method in class webmngr.web.ManagedElement
 
setUp() - Method in class webmngr.tests.TestInfoStatus
 
setUp() - Method in class webmngr.tests.TestStatusViewBeanClient
 
setUp() - Method in class webmngr.tests.TestDataPollerClient
 
setUp() - Method in class webmngr.tests.TestTotalActivityCalculator
 
setUp() - Method in class webmngr.tests.TestServerManager
 
setUp() - Method in class webmngr.tests.TestPercentualActivityCalculator
 
setUp() - Method in class webmngr.tests.TestSNMPMonitor
 
setUp() - Method in class webmngr.tests.TestStatusViewBeanServer
 
setUp() - Method in class webmngr.tests.TestAnimatedPlotter
 
setUp() - Method in class webmngr.tests.TestDataPollerServer
 
setUp() - Method in class webmngr.tests.TestDeltaActivityCalculator
 
setup(String) - Method in class webmngr.telnet.ScriptHandler
Setup the parser using the passed string.
setUpperThreshold(double) - Method in class webmngr.events.HysteresisThresholdFilter
Modifica o valor máximo desejado para esta variável
setValue(String) - Method in class webmngr.OID
 
setValue(String) - Method in class webmngr.OIDRef
 
setValue(String) - Method in class webmngr.web.MapLabel
Sets this label message
setVisited(boolean) - Method in class webmngr.web.DefaultMapElement
Sets a new value for the boolean visited which tells if the Element was visited or not
setVisited(boolean) - Method in interface webmngr.web.MapElement
Sets a new value for the boolean visited which tells if the Element was visited or not
setWidth(int) - Method in class webmngr.web.NetMap
Sets this NetMap Width
setWidth(String) - Method in class webmngr.graphic.Source
 
setWriteCommunity(String) - Method in class webmngr.devices.SNMPDevice
Configura a senha de escrita do SNMP
setWriteCommunity(String) - Method in class webmngr.templates.SNMPDeviceTemplate
Configura a senha de escrita do SNMP
setX(float) - Method in class webmngr.web.DefaultMapElement
Sets the X coordinate of this MapElement
setX(float) - Method in class webmngr.web.MapPoint
Sets the X coordinate of this MapPoint
setXLabel(String) - Method in class webmngr.graphic.Graph
 
setY(float) - Method in class webmngr.web.DefaultMapElement
Sets the Y coordinate of this MapElement
setY(float) - Method in class webmngr.web.MapPoint
Sets the Y coordinate of this MapPoint
setYLabel(String) - Method in class webmngr.graphic.Graph
 
setYScale(double) - Method in class webmngr.graphic.Graph
 
SmartDatabus - class webmngr.databus.SmartDatabus.
Esta classe funciona como um barramento de dados normal só que possui uma funcionalidade a mais que lhe permite fazer uma seleção de quais consumidores estão interessados em quais dados.
SmartDatabus() - Constructor for class webmngr.databus.SmartDatabus
Construtor default
SmartDatabus(String) - Constructor for class webmngr.databus.SmartDatabus
Construtor parametrizado
SmartDataConsumer - interface webmngr.databus.SmartDataConsumer.
Um consumidor de dados do barramento que não está interessado em receber todas as informações contidas no barramento e sim em apenas uma parte delas.
SNMPDevice - class webmngr.devices.SNMPDevice.
Classe que representa um dispositivo gerenciável com suporte a snmp.
Este dispositivo pode possuir interfaces gerenciáveis cada uma com o seu conjunto de variáveis e gráficos.
SNMPDevice() - Constructor for class webmngr.devices.SNMPDevice
Construtor default
SNMPDeviceTemplate - class webmngr.templates.SNMPDeviceTemplate.
Template para dispositivos que possuem suporte ao SNMP.
Neste caso pode-se adicionar qualquer OID SNMP para o qual os dispositivos tenham suporte e tambem múltiplas interfaces para o caso de dispositivos como roteadores ou switchs.
SNMPDeviceTemplate() - Constructor for class webmngr.templates.SNMPDeviceTemplate
Construtor default.
snmpget() - Method in class webmngr.monitor.SNMPMonitor
Faz a requisição SNMP
SNMPMonitor - class webmngr.monitor.SNMPMonitor.
Monitor para dispositivos que possuem SNMP.
Faz monitoração de dispositivos com SNMP e com 0 ou mais interfaces.
SNMPMonitor(Device) - Constructor for class webmngr.monitor.SNMPMonitor
Construtor
SnmpTimeTicksParser - class webmngr.util.SnmpTimeTicksParser.
 
SnmpTimeTicksParser(long) - Constructor for class webmngr.util.SnmpTimeTicksParser
Constructs the object with the specified value.
socket - Variable in class webmngr.telnet.TelnetWrapper
 
SortedList - class webmngr.util.SortedList.
This class implements a SortedList storing ordered elements
SortedList(Comparator) - Constructor for class webmngr.util.SortedList
Constructor
source - Variable in class webmngr.databus.DatabusObject
DataProducer que gerou a informação.
Source - class webmngr.graphic.Source.
Classe que representa um source de informação para um gráfico.
Source() - Constructor for class webmngr.graphic.Source
 
SourceData - class webmngr.graphic.SourceData.
 
SourceData(Source) - Constructor for class webmngr.graphic.SourceData
 
start() - Method in class webmngr.WebManager
 
start() - Method in class webmngr.loggers.EventsLogger
Inicia o logger.
start() - Method in class webmngr.loggers.ActivityLogger
Inicia o logger.
start() - Method in class webmngr.loggers.AlarmsLogger
Inicia o logger.
start() - Method in interface webmngr.loggers.Logger
Inicia o log.
start() - Method in class webmngr.monitor.AbstractMonitor
Inicia o monitoramento.
start() - Method in class webmngr.monitor.SNMPMonitor
Inicia a monitoração
start() - Method in class webmngr.monitor.CLIMonitor
Inicia a monitoração
start() - Method in class webmngr.monitor.PingMonitor
Inicia o monitoramento.
start() - Method in interface webmngr.monitor.Monitor
Inicia o monitoramento
start() - Method in class webmngr.rmi.DataPollerClient
Inicia as requisições.
startLoggers() - Method in class webmngr.loggers.LoggerManager
Inicia todos os loggers.
startMonitors() - Method in class webmngr.monitor.MonitorManager
Inicializa a monitoração de todos os monitores.
startRMIServer() - Method in class webmngr.rmi.DataPollerServer
Starts this rmi server.
startRMIServer() - Method in interface webmngr.rmi.Server
Inicia o servidor rmi.
startRMIServer() - Method in class webmngr.view.StatusViewBeanServer
Inicia este servidor de status.
startRMIServers() - Method in class webmngr.view.ServerManager
Inicia todos os servidores de objetos remotos.
startTemporaryMonitor(String, int) - Method in class webmngr.rmi.DataPollerServer
Starts the applet monitor.
startTemporaryMonitor(String, int) - Method in interface webmngr.rmi.DataPoller
Starts a new temporary monitor
startup() - Method in class webmngr.telnet.TelnetProtocolHandler
Do not send any notifications at startup.
status - Variable in class webmngr.web.DefaultMapElement
 
Status - interface webmngr.view.Status.
Representa a interface para o objeto remoto Status que é transferido via RMI
entre o cliente e o servidor de status.
STATUS_DOWN - Static variable in class webmngr.view.InfoStatus
Usada para definir status DOWN para o dispositivo
STATUS_DOWN - Static variable in class webmngr.web.DefaultMapElement
 
STATUS_INDEFINITE - Static variable in class webmngr.web.DefaultMapElement
 
STATUS_UP - Static variable in class webmngr.view.InfoStatus
Usada para definir status UP para o dispositivo
STATUS_UP - Static variable in class webmngr.web.DefaultMapElement
 
StatusImage - class webmngr.web.StatusImage.
Class that associates status values to images
StatusImage() - Constructor for class webmngr.web.StatusImage
Default Constructor
StatusImage(MapElement, ImageObserver) - Constructor for class webmngr.web.StatusImage
Constructor
StatusViewBeanClient - class webmngr.view.StatusViewBeanClient.
Esta classe solicita do StatusViewBeanServer o status de cada dispositivo para ser
mostrado nas páginas JSP.
StatusViewBeanClient(String) - Constructor for class webmngr.view.StatusViewBeanClient
Default constructor.
StatusViewBeanServer - class webmngr.view.StatusViewBeanServer.
Esta classe guarda e atualiza estados de dispositivos e os fornece para o StatusViewBeanClient.
StatusViewBeanServer() - Constructor for class webmngr.view.StatusViewBeanServer
Inicia o servidor de estados dos dispositivos.
stop() - Method in class webmngr.loggers.EventsLogger
Para o logger.
stop() - Method in class webmngr.loggers.ActivityLogger
Para o logger.
stop() - Method in class webmngr.loggers.AlarmsLogger
Para o logger.
stop() - Method in class webmngr.monitor.AbstractMonitor
Interrompe o monitoramento.
stop() - Method in class webmngr.monitor.CLIMonitor
Interrompe o monitoramento.
stop() - Method in interface webmngr.monitor.Monitor
Interrompe o monitoramento
stop() - Method in class webmngr.rmi.DataPollerClient
Pára de fazer as requisições.
stopMonitors() - Method in class webmngr.monitor.MonitorManager
Interrompe a monitoração de todos os monitores.
stopReaderThread() - Method in class webmngr.telnet.TelnetClient
 
stopTemporaryMonitor(String) - Method in class webmngr.rmi.DataPollerServer
Finds the monitor and set poll interval to old value.
stopTemporaryMonitor(String) - Method in interface webmngr.rmi.DataPoller
Stops the temporary monitor
stopThreads() - Method in class webmngr.telnet.TelnetClient
 
stopWriterThread() - Method in class webmngr.telnet.TelnetClient
 
STRING_DOWN - Static variable in class webmngr.view.InfoStatus
Usada para definir status DOWN para o dispositivo
STRING_HIGH - Static variable in class webmngr.view.InfoStatus
Usada para definir alto nível de criticalidade para o dispositivo
STRING_INDEFINITE - Static variable in class webmngr.view.InfoStatus
Usada para definir informação indeterminada para o dispositivo
STRING_LITTLE - Static variable in class webmngr.view.InfoStatus
Usada para definir baixo nível de criticalidade do dispositivo
STRING_MAXIMUM - Static variable in class webmngr.view.InfoStatus
Usada para definir nível máximo de criticalidade para dispositivo
STRING_MEDIUM - Static variable in class webmngr.view.InfoStatus
Usada para definir o nível médio de criticalidade para o dispositivo
STRING_MINIMAL - Static variable in class webmngr.view.InfoStatus
Usada para definir nível mínimo de criticalidade para o dispositivo
STRING_NONE - Static variable in class webmngr.view.InfoStatus
Usada para definir nenhuma criticalidade para o dispositivo
STRING_UP - Static variable in class webmngr.view.InfoStatus
Usada para definir status UP para o dispositivo
suite() - Static method in class webmngr.tests.TestInfoStatus
 
suite() - Static method in class webmngr.tests.TestStatusViewBeanClient
 
suite() - Static method in class webmngr.tests.TestDataPollerClient
 
suite() - Static method in class webmngr.tests.TestTotalActivityCalculator
 
suite() - Static method in class webmngr.tests.TestServerManager
 
suite() - Static method in class webmngr.tests.TestPercentualActivityCalculator
 
suite() - Static method in class webmngr.tests.TestSNMPMonitor
 
suite() - Static method in class webmngr.tests.AllTests
 
suite() - Static method in class webmngr.tests.TestStatusViewBeanServer
 
suite() - Static method in class webmngr.tests.TestAnimatedPlotter
 
suite() - Static method in class webmngr.tests.TestDataPollerServer
 
suite() - Static method in class webmngr.tests.TestPingMonitor
 
suite() - Static method in class webmngr.tests.TestDeltaActivityCalculator
 

T

TelnetClient - class webmngr.telnet.TelnetClient.
 
TelnetClient(String, int) - Constructor for class webmngr.telnet.TelnetClient
 
TelnetProtocolHandler - class webmngr.telnet.TelnetProtocolHandler.
This is a telnet protocol handler.
TelnetProtocolHandler() - Constructor for class webmngr.telnet.TelnetProtocolHandler
Create a new telnet protocol handler.
TelnetWrapper - class webmngr.telnet.TelnetWrapper.
The telnet wrapper is a sample class for how to use the telnet protocol handler of the JTA source package.
TelnetWrapper() - Constructor for class webmngr.telnet.TelnetWrapper
 
template - Variable in class webmngr.devices.AbstractDevice
Template que armazena as demais propriedades deste dispositivo.
Template - interface webmngr.templates.Template.
Interface que define um objeto como um template.
templatesBase - Static variable in class webmngr.WebMngrConfig
 
test() - Method in class webmngr.tests.TestPingMonitor
 
testAddServer() - Method in class webmngr.tests.TestServerManager
 
TestAnimatedPlotter - class webmngr.tests.TestAnimatedPlotter.
Testa a criação de um gráfico animado e sua animação.
TestAnimatedPlotter(String) - Constructor for class webmngr.tests.TestAnimatedPlotter
 
testAtualizeStatus() - Method in class webmngr.tests.TestInfoStatus
 
testclone() - Method in class webmngr.tests.TestSNMPMonitor
 
testConsume() - Method in class webmngr.tests.TestStatusViewBeanServer
Testa se o consome as informações de status de dispositivos
testConsume() - Method in class webmngr.tests.TestDataPollerServer
 
TestDataPollerClient - class webmngr.tests.TestDataPollerClient.
Testa o recebimento dos valores do DataPollerServer para gerar a fonte de dados que será exibida no gráfico animado Title: WebManager v2.0 Description: A web tool to network management.
TestDataPollerClient(String) - Constructor for class webmngr.tests.TestDataPollerClient
 
TestDataPollerServer - class webmngr.tests.TestDataPollerServer.
Testa a geração de informações para o DataPollerClient gerar a fonte de dados.
TestDataPollerServer(String) - Constructor for class webmngr.tests.TestDataPollerServer
 
TestDeltaActivityCalculator - class webmngr.tests.TestDeltaActivityCalculator.
Testa o cálculo da subtração de valores e geração do resultado no barramento de atividade.
TestDeltaActivityCalculator(String) - Constructor for class webmngr.tests.TestDeltaActivityCalculator
 
testGerarGrafico() - Method in class webmngr.tests.TestAnimatedPlotter
 
testGetStatusFromServer() - Method in class webmngr.tests.TestStatusViewBeanClient
Testa se está recebendo valores de status do servidor rmi.
testgroupProduce() - Method in class webmngr.tests.TestTotalActivityCalculator
Testa se produz no barramento o resultado calculado.
testgroupProduce() - Method in class webmngr.tests.TestPercentualActivityCalculator
 
testgroupProduce() - Method in class webmngr.tests.TestDeltaActivityCalculator
 
TestInfoStatus - class webmngr.tests.TestInfoStatus.
Testa a atualizaçãod do status do dispositivo.
TestInfoStatus(String) - Constructor for class webmngr.tests.TestInfoStatus
 
TestPercentualActivityCalculator - class webmngr.tests.TestPercentualActivityCalculator.
Testa o cálculo de percentual.
TestPercentualActivityCalculator(String) - Constructor for class webmngr.tests.TestPercentualActivityCalculator
 
TestPingMonitor - class webmngr.tests.TestPingMonitor.
Testa o monitor ping.
TestPingMonitor(String) - Constructor for class webmngr.tests.TestPingMonitor
 
testReplaceStatus() - Method in class webmngr.tests.TestInfoStatus
 
TestServerManager - class webmngr.tests.TestServerManager.
Testa se o gerente de servidore rmi está iniciando todos os servidores.
TestServerManager(String) - Constructor for class webmngr.tests.TestServerManager
 
testSetGraphicData() - Method in class webmngr.tests.TestAnimatedPlotter
 
TestSNMPMonitor - class webmngr.tests.TestSNMPMonitor.
Testa se o monitor para um dispositivo que usa SNMP está funcionando.
TestSNMPMonitor(String) - Constructor for class webmngr.tests.TestSNMPMonitor
 
testStartRMIServer() - Method in class webmngr.tests.TestStatusViewBeanServer
Testa se inicia o servidor rmi.
testStartRMIServer() - Method in class webmngr.tests.TestDataPollerServer
 
TestStatusViewBeanClient - class webmngr.tests.TestStatusViewBeanClient.
Testa se o cliente de informação de status está recebendo os valores do servidor de status (StatusViewBeanServer)
TestStatusViewBeanClient(String) - Constructor for class webmngr.tests.TestStatusViewBeanClient
 
TestStatusViewBeanServer - class webmngr.tests.TestStatusViewBeanServer.
Testa se o Servidor de status está consumido informações de status dos dispositivos e disponibilizando para o cliente (StatusViewBeanClient)
TestStatusViewBeanServer(String) - Constructor for class webmngr.tests.TestStatusViewBeanServer
 
TestTotalActivityCalculator - class webmngr.tests.TestTotalActivityCalculator.
Testa se o cálculo da soma de dois valores de um mesmo oid está correto.
TestTotalActivityCalculator(String) - Constructor for class webmngr.tests.TestTotalActivityCalculator
 
Timestamp - class webmngr.loggers.Timestamp.
Classe que representa um valor coletado em um determinado momento.
Timestamp() - Constructor for class webmngr.loggers.Timestamp
Construtor padrão
Timestamp(double, long) - Constructor for class webmngr.loggers.Timestamp
Construtor parametrizado
tmpObs - Static variable in class webmngr.web.DefaultMapElement
 
TOP - Static variable in class webmngr.web.DefaultMapElement
 
toString() - Method in class webmngr.util.SnmpTimeTicksParser
Returns the string representation of the object.
toString() - Method in class webmngr.web.MapPoint
Returns a string representing this MapPoint
TotalActivityCalculator - class webmngr.calculators.TotalActivityCalculator.
Classe que calcula a soma dos valores dos oids de entrada em cada grupo, retornando um oid de saida definido em cada grupo.
TotalActivityCalculator() - Constructor for class webmngr.calculators.TotalActivityCalculator
Construtor default
transpose(byte[]) - Method in class webmngr.telnet.TelnetProtocolHandler
Transpose special telnet codes like 0xff or newlines to values that are compliant to the protocol.

U

UP - Static variable in class webmngr.web.MapImage
 
update(Image) - Method in interface webmngr.web.MapObserver
 
UpDownDetector - class webmngr.events.UpDownDetector.
Classe que verifica se algum dispositivo mudou de status.
UpDownDetector() - Constructor for class webmngr.events.UpDownDetector
 
UpDownEvent - Static variable in class webmngr.Oids
 

V

valueOf(Point, Dimension) - Static method in class webmngr.web.MapPoint
Returns the MapPoint value of a Point p with dimension d
valueToCalculate(Device, VariableBindings) - Method in class webmngr.calculators.RateActivityCalculator
 
valueToCalculate(Device, VariableBindings) - Method in class webmngr.calculators.BPSActivityCalculator
 
valueToWrite(Device, VariableBindings, String) - Method in class webmngr.loggers.ActivityLogger
Realiza os cálculos necessários sobre o valor antes de gravá-lo.
valueToWrite(Device, VariableBindings, String) - Method in class webmngr.loggers.DeltaActivityLogger
Realiza os cálculos necessários sobre o valor antes de gravá-lo.
valueToWrite(Device, VariableBindings, String) - Method in class webmngr.loggers.PercentualActivityLogger
Retorna em percentual o valor de duas variaveis SNMP(dois oid)
valueToWrite(Device, VariableBindings, String) - Method in class webmngr.loggers.RateActivityLogger
Realiza os cálculos necessários sobre o valor antes de gravá-lo.
valueToWrite(Device, VariableBindings, String) - Method in class webmngr.loggers.BPSActivityLogger
Realiza os cálculos necessários sobre o valor antes de gravá-lo.
VariableBindings - class webmngr.databus.VariableBindings.
Objeto que representa uma informação de gerência .
Possui um conjunto de pares OID , valor da variável.
VariableBindings() - Constructor for class webmngr.databus.VariableBindings
Construtor default.
VariableBindings(Date) - Constructor for class webmngr.databus.VariableBindings
Construtor completo.
ViewBean - interface webmngr.view.ViewBean.
Interface que representa um viewbean.
Um ViewBean é um objeto que oferece as informações coletadas pela estação de gerência para as paginas JSP que as exibirão para o usuário.
visited - Variable in class webmngr.web.DefaultMapElement
 
visited() - Method in class webmngr.web.DefaultMapElement
Returns the MapElements present in this MapElement
visited() - Method in interface webmngr.web.MapElement
Tells if a MapElement was visited or not during a traversal of the elements of a map

W

waitfor(String) - Method in class webmngr.telnet.TelnetWrapper
 
waitfor(String[]) - Method in class webmngr.telnet.TelnetWrapper
Wait for a string to come from the remote host and return all that characters that are received until that happens (including the string being waited for).
WebManager - class webmngr.WebManager.
Classe principal do WebManager
WebManager() - Constructor for class webmngr.WebManager
 
webmngr - package webmngr
 
webmngr.calculators - package webmngr.calculators
 
webmngr.correlators - package webmngr.correlators
 
webmngr.databus - package webmngr.databus
 
webmngr.devices - package webmngr.devices
 
webmngr.events - package webmngr.events
 
webmngr.filters - package webmngr.filters
 
webmngr.graphic - package webmngr.graphic
 
webmngr.loggers - package webmngr.loggers
 
webmngr.monitor - package webmngr.monitor
 
webmngr.notifiers - package webmngr.notifiers
 
webmngr.rmi - package webmngr.rmi
 
webmngr.telnet - package webmngr.telnet
 
webmngr.templates - package webmngr.templates
 
webmngr.tests - package webmngr.tests
 
webmngr.util - package webmngr.util
 
webmngr.view - package webmngr.view
 
webmngr.web - package webmngr.web
 
webmngr.webdoc - package webmngr.webdoc
 
WebMngrConfig - class webmngr.WebMngrConfig.
Classe de configuração do sistema.
WebMngrConfig() - Constructor for class webmngr.WebMngrConfig
 
webmngrhome - Static variable in class webmngr.WebMngrConfig
 
WebmngrServlet - class webmngr.web.WebmngrServlet.
 
WebmngrServlet() - Constructor for class webmngr.web.WebmngrServlet
 
WebSystem - class webmngr.WebSystem.
Classe que representa o sistema , possui todos os componentes definidos no arquivo XML
WebSystem() - Constructor for class webmngr.WebSystem
 
write(byte[]) - Method in class webmngr.telnet.TelnetProtocolHandler
Send data to the remote host.
write(byte[]) - Method in class webmngr.telnet.TelnetWrapper
Write data to the socket.
write(String) - Method in class webmngr.util.LogWriter
Writes a text on the log file

X

x - Variable in class webmngr.web.MapPoint
 

Y

y - Variable in class webmngr.web.MapPoint
 

A B C D E F G H I J L M N O P R S T U V W X Y