nagios.ConfigurationObjects
Class CommandTO

java.lang.Object
  extended by nagios.ConfigurationObjects.CommandTO

public class CommandTO
extends java.lang.Object

Clase que representa el objeto de configuración Command definido en Nagios 2.5. Este objeto representa un comando de chequeo de servicios o de notificación a los usuarios del servicio Nagios.

Author:
Agustín Bravo Ortiz

Constructor Summary
CommandTO()
           
 
Method Summary
 java.lang.String getCommand_line()
           
 java.lang.String getCommand_name()
           
 boolean isNotifica()
           
 void setCommand_line(java.lang.String command_line)
           
 void setCommand_name(java.lang.String command_name)
           
 void setNotifica(boolean notifica)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandTO

public CommandTO()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getCommand_line

public java.lang.String getCommand_line()
Returns:
the command_line

setCommand_line

public void setCommand_line(java.lang.String command_line)
Parameters:
command_line - the command_line to set

getCommand_name

public java.lang.String getCommand_name()
Returns:
the command_name

setCommand_name

public void setCommand_name(java.lang.String command_name)
Parameters:
command_name - the command_name to set

isNotifica

public boolean isNotifica()
Returns:
the notifica

setNotifica

public void setNotifica(boolean notifica)
Parameters:
notifica - the notifica to set


e-REdING. Biblioteca de la Escuela Superior de Ingenieros de Sevilla.


APLICACIÓN PARA LA GENERACIÓN Y ADMINISTRACIÓN DE LA CONFIGURACIÓN DE NAGIOS

: Bravo Ortiz, Agustín
: Ingeniería Telecomunicación
Contenido del proyecto: