|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BusinessImpact | |
|---|---|
| org.jcoderz.commons | |
| org.jcoderz.commons.logging | |
| Uses of BusinessImpact in org.jcoderz.commons |
|---|
| Fields in org.jcoderz.commons declared as BusinessImpact | |
|---|---|
static BusinessImpact |
BusinessImpact.CRITICAL
The BusinessImpact Critical. |
static BusinessImpact |
BusinessImpact.MAJOR
The BusinessImpact Major. |
static BusinessImpact |
BusinessImpact.MIDDLE
The BusinessImpact Middle. |
static BusinessImpact |
BusinessImpact.MINOR
The BusinessImpact Minor. |
static BusinessImpact |
BusinessImpact.NONE
The BusinessImpact None. |
static BusinessImpact |
BusinessImpact.UNDEFINED
The BusinessImpact Undefined. |
| Methods in org.jcoderz.commons that return BusinessImpact | |
|---|---|
static BusinessImpact |
BusinessImpact.fromInt(int i)
Creates a BusinessImpact object from its int representation. |
static BusinessImpact |
BusinessImpact.fromString(String str)
Creates a BusinessImpact object from its String representation. |
BusinessImpact |
LogMessageInfoImpl.getBusinessImpact()
Returns the possible business impact of the event that triggered this message to be dumped. |
BusinessImpact |
LogMessageInfo.getBusinessImpact()
Returns the possible business impact of the event that triggered this message to be dumped. |
| Constructors in org.jcoderz.commons with parameters of type BusinessImpact | |
|---|---|
LogMessageInfoImpl(String symbol,
int id,
Level level,
String text,
String solution,
BusinessImpact businessImpact,
Category category,
String[] params,
String appName,
String appNameAbbr,
String groupName,
String groupNameAbbr)
|
|
| Uses of BusinessImpact in org.jcoderz.commons.logging |
|---|
| Methods in org.jcoderz.commons.logging that return BusinessImpact | |
|---|---|
BusinessImpact |
LogItem.getBusinessImpact()
Gets the business impact. |
protected BusinessImpact |
BasicLogLineFormat.getBusinessImpact()
Gets the business impact of a parsed log line. |
| Methods in org.jcoderz.commons.logging with parameters of type BusinessImpact | |
|---|---|
void |
LogItem.setBusinessImpact(BusinessImpact businessImpact)
Sets the business impact of this. |
protected void |
BasicLogLineFormat.setBusinessImpact(BusinessImpact impact)
Sets the business impact from the message to dump. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||