| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.alarm
All Implemented Interfaces:
Serializable
public class Alarm
A representation of a Serializable Management Event.
By convention we use the SNMP terminology and call it
an alarm, since this data will populate the SNMP traps.
Author:
msimonsen
Implements:
Serializable
Links:
Kernel Association Association Link
Associates type:
association
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
| Nested Class Summary |
public Static class |
TYPE |
| Field Summary |
String |
|
boolean |
|
Throwable |
|
String |
|
String |
|
String |
|
TYPE |
|
|
|
private Throwable |
|
private String |
|
private String |
|
|
|
private String |
|
private String |
|
private boolean |
|
private final static long |
|
private TYPE |
|
TYPE |
CLEAR |
TYPE |
CLEAR_ALL |
TYPE |
SET |
| Constructor Summary |
public void |
|
public void |
Alarm(String msg, Throwable e) |
public void |
|
public void |
Alarm(String host, String msg, Throwable exception, AlarmLevel level, String id, String processId, TYPE type, Boolean recoverable) |
| Method Summary |
public Throwable |
|
public String |
|
public String |
|
|
|
public String |
|
public String |
|
public TYPE |
|
public boolean |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public void |
|
public String |
|
Throwable exception
private Throwable exception
Multiplicity:
1
String host
private String host
Multiplicity:
1
String id
private String id
Multiplicity:
1
Multiplicity:
1
String message
private String message
Multiplicity:
1
private String processId
Multiplicity:
1
String processId
boolean recoverable
private boolean recoverable
Multiplicity:
1
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
private TYPE type
Multiplicity:
1
TYPE type
public void Alarm (String msg)
Stereotype:
create
public void Alarm (String msg, Throwable e)
Stereotype:
create
public void Alarm ()
Stereotype:
create
public void Alarm (String host, String msg, Throwable exception, AlarmLevel level, String id, String processId, TYPE type, Boolean recoverable)
Stereotype:
create
public Throwable getException ()
public String getHost ()
public String getId ()
public String getMessage ()
public String getProcessId ()
public TYPE getType ()
public boolean isRecoverable ()
public void setException (Throwable exception)
public void setHost (String host)
public void setId (String id)
public void setMessage (String message)
public void setProcessId (String processId)
public void setRecoverable (Boolean recoverable)
public void setType (TYPE type)
public String toString ()
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|