|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.tfe.console.AlertCollection
| Constructor Summary | |
AlertCollection(Alert a)
Creates new AlertCollection |
|
| Method Summary | |
void |
addAlert(Alert a)
Adds an Alert to the collection. |
int |
getAlertCount()
Retrieves the number of Alerts in the collection |
AlertList |
getAlertList()
Retrieves the AlertList associated with this collection. |
java.lang.String |
getEndDate()
Retrieves the latest date associated with the collection. |
int |
getID()
Retrieves the ID number of the collection. |
java.lang.String |
getSourceIP()
Retrieves the Source IP address associated with the collection. |
java.lang.String |
getStartDate()
Retrieves the earliest date associated with the collection. |
java.lang.String[] |
toSummary()
Retrieves a summary of the collection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AlertCollection(Alert a)
| Method Detail |
public void addAlert(Alert a)
Alert to the collection.
a - the Alert to be added to the collectionpublic int getAlertCount()
Alerts in the collection
Alerts in the collectionpublic java.lang.String getStartDate()
public java.lang.String getEndDate()
public java.lang.String getSourceIP()
public int getID()
public java.lang.String[] toSummary()
public AlertList getAlertList()
AlertList associated with this collection.
AlertList of Alerts with the same Collection ID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||