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)
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 |
host
public java.lang.String host
user
public java.lang.String user
warning
public boolean warning
error
public boolean error
exception
public boolean exception
AlertItem
public AlertItem(java.lang.String host,
java.lang.String user,
boolean warning,
boolean error,
boolean exception)
- Parameters:
host
- SMTP hostuser
- mail accountwarning
- notify on warningerror
- notify on errorexception
- notify on exception