jason.core
Class AlertItem

java.lang.Object
  |
  +--jason.core.AlertItem

public class AlertItem
extends java.lang.Object

Element of storage for user alert choice

Author:
Alexandre Brillant (abrillant@wanadoo.fr)

Field Summary
 boolean error
           
 boolean exception
           
 java.lang.String host
           
 java.lang.String user
           
 boolean warning
           
 
Constructor Summary
AlertItem(java.lang.String host, java.lang.String user, boolean warning, boolean error, boolean exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host

user

public java.lang.String user

warning

public boolean warning

error

public boolean error

exception

public boolean exception
Constructor Detail

AlertItem

public AlertItem(java.lang.String host,
                 java.lang.String user,
                 boolean warning,
                 boolean error,
                 boolean exception)
Parameters:
host - SMTP host
user - mail account
warning - notify on warning
error - notify on error
exception - notify on exception