|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FaultManager
Service interace for collecting and managing faults. Fault events can be generated by the framework or any bundle that has access to the service.
| Field Summary | |
|---|---|
static int |
CRITICAL
A fault that does threaten the existance/correct work of the application that generated it |
static int |
NORMAL
A fault that does not threaten the existance/correct work of the application that generated it |
| Method Summary | |
|---|---|
void |
fault(int level,
java.lang.String msg)
Fault event |
| Field Detail |
|---|
static final int NORMAL
static final int CRITICAL
| Method Detail |
|---|
void fault(int level,
java.lang.String msg)
level - normal or critical faultmsg - message that describes the fault
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||