|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.system.eventlog.EventLogMessage.Type
public static class EventLogMessage.Type
Specifies the type of an event log message.
| Field Summary | |
|---|---|
static EventLogMessage.Type |
AUDIT_FAILURE
Failure Audit event. |
static EventLogMessage.Type |
AUDIT_SUCCESS
Success Audit event. |
static EventLogMessage.Type |
ERROR
Error event. |
static EventLogMessage.Type |
INFORMATION
Information event. |
static EventLogMessage.Type |
SUCCESS
Information event. |
static EventLogMessage.Type |
WARNING
Warning event. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns event log message type name. |
| Methods inherited from class com.jniwrapper.util.EnumItem |
|---|
equals, getLongValue, getValue, hashCode, isOneOf |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EventLogMessage.Type SUCCESS
public static final EventLogMessage.Type ERROR
public static final EventLogMessage.Type WARNING
public static final EventLogMessage.Type INFORMATION
public static final EventLogMessage.Type AUDIT_SUCCESS
public static final EventLogMessage.Type AUDIT_FAILURE
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||