A D E F G I L M N O R S U

A

addElementReseau(int) - Method in interface moteur.MoteurIHM
ajoute un élément au réseau renvoie id si l'opération a réussi, -1 sinon
addProprieteBase(int, String, String[]) - Method in interface moteur.MoteurIHM
ajoute une propriété de base a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
addProprietePerso(int, String, String[]) - Method in interface moteur.MoteurIHM
ajoute une propriété personalisée a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur

D

delete() - Method in interface moteur.MoteurIHM
supprime le reseau et ses propriétés renvoie "true" si l'opération a réussi, sinon un message d'erreur

E

endApp() - Method in interface moteur.MoteurIHM
Demande la fermeture de l'application.
export2Xml(File) - Method in interface moteur.MoteurIHM
sauvegarde le reseau dans le fichier en paramétre renvoie "true" si l'execution est correct, sinon renvoie le message d'erreur

F

finalize() - Method in interface ihm.IHMMoteur
Finalise l'IHM pour la préparer à se fermer.
finalize() - Method in class reseau.ReseauMoteur
Finalise le réseau pour la préparer à se fermer.

G

getAccess(String) - Method in interface moteur.MoteurIHM
Renvoie le numéro d'accès d'un code MIB
getBase(int) - Method in interface moteur.MoteurIHM
retourne les proprietés de base a afficher pour l'element
getIpContact(int) - Method in interface moteur.MoteurIHM
Renvoie l'IP de contact de l'élément réseau L'IP de contact est nécessairement l'IP de l'une des interfaces accessibles de l'élément, bien qu'il puisse y avoir plusieurs interface sur l'élément.
getLog() - Method in interface moteur.MoteurIHM
permet de savoir si le moteur prend en charge les logs ou non
getName(int) - Method in interface moteur.MoteurIHM
Renvoie le nom de l'élément réseau
getNetwork(int) - Method in interface moteur.MoteurIHM
Renvoie l'adresse de réseau de l'élément spécifié.
getNode(String) - Method in interface moteur.MoteurIHM
Renvoie le noeud de l'arbre de la MIB à partir du code
getNode(String) - Method in class reseau.ReseauMoteur
Recupère un noeud de l'arbre.
getOnline(int) - Method in interface moteur.MoteurIHM
Renvoie la valeur de la proptiété online d'un élément réseau.
getPerso(int) - Method in interface moteur.MoteurIHM
retourne les proprietés personalisées a afficher pour l'element
getRequest(String, String, String) - Method in class reseau.ReseauMoteur
Envoi d'une requete de type GET.
getReseau() - Method in interface moteur.MoteurIHM
permet d'acceder au contenu du reseau
getRoot() - Method in interface moteur.MoteurIHM
Renvoie la racine de l'arbre MIB
getRoot() - Method in class reseau.ReseauMoteur
Retourne la racine de l'arbre de la MIB.
getTabERC() - Method in interface moteur.MoteurIHM
permet d'acceder aux propriétés des élèments du réseau
getType(int) - Method in interface moteur.MoteurIHM
Renvoie le type de l'élément réseau

I

ihm - package ihm
 
IHMMoteur - Interface in ihm
L'interface IHM - Moteur, seule du package ihm visible par le Moteur.
init(MoteurIHM) - Method in interface ihm.IHMMoteur
Initialisation de l'IHM.
init(MoteurReseau) - Method in class reseau.ReseauMoteur
Initialisation du réseau.
isOnline(int) - Method in interface moteur.MoteurIHM
Interroge le réseau pour vérifier l'état de l'élément.
isOnline(String, String) - Method in class reseau.ReseauMoteur
Teste si une machine répond aux requetes SNMP.

L

logOff() - Method in interface moteur.MoteurIHM
désactive la prise en charge des logs
logOn() - Method in interface moteur.MoteurIHM
active la prise en charge des logs

M

moteur - package moteur
 
MoteurIHM - Interface in moteur
L'interface Moteur - IHM.
MoteurReseau - Interface in moteur
L'interface Moteur - Réseau.

N

notifyAlert(int, String, Date) - Method in interface ihm.IHMMoteur
Notifie l'IHM qu'une alerte est arrivée.

O

open(File) - Method in interface moteur.MoteurIHM
ouvre et initialise le moteur avec le fichier en paramétre renvoie "true" si l'execution est correct, sinon renvoie le message d'erreur

R

removeElementReseau(int) - Method in interface moteur.MoteurIHM
supprime un élément au réseau renvoie true si l'opération a réussi, false sinon
removeProprieteBase(int, String, String[]) - Method in interface moteur.MoteurIHM
supprime une propriétés de base a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
removeProprietePerso(int, String) - Method in interface moteur.MoteurIHM
supprime une propriété personalisé a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
replaceProprieteBase(int, String, String[], String[]) - Method in interface moteur.MoteurIHM
remplace une propriétés de base a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
replaceProprietePerso(int, String, String[], String[]) - Method in interface moteur.MoteurIHM
remplace une propriété personalisé a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
reseau - package reseau
 
ReseauMoteur - Class in reseau
L'interface Reseau - Moteur.
ReseauMoteur() - Constructor for class reseau.ReseauMoteur
 

S

save(File, SymbBounds[]) - Method in interface moteur.MoteurIHM
sauvegarde le moteur dans le fichier en paramétre renvoie "true" si l'execution est correct, sinon renvoie le message d'erreur
setAlert(String, String, String, Date, int, int) - Method in interface moteur.MoteurReseau
Prévient le moteur de l'arrivée d'une alerte.
setRequest(String, String, String, String) - Method in class reseau.ReseauMoteur
Envoi d'une requete de type SET.

U

updateBase(int, Hashtable<String, String[]>, Hashtable<String, String[]>) - Method in interface moteur.MoteurIHM
met à jour les propriétés de base a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur
updatePerso(int, Hashtable<String, String[]>, Hashtable<String, String[]>) - Method in interface moteur.MoteurIHM
met à jour les propriétés personalisées a afficher renvoie "true" si l'opération a réussi, sinon un message d'erreur

A D E F G I L M N O R S U