Framework Professional Edition Package


com.prosyst.mbs.framework.fm
Interface FaultManager


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

NORMAL

static final int NORMAL
A fault that does not threaten the existance/correct work of the application that generated it

See Also:
Constant Field Values

CRITICAL

static final int CRITICAL
A fault that does threaten the existance/correct work of the application that generated it

See Also:
Constant Field Values
Method Detail

fault

void fault(int level,
           java.lang.String msg)
Fault event

Parameters:
level - normal or critical fault
msg - message that describes the fault

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved