|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPolicyStatus
Method Summary | |
---|---|
int |
compareTo(IPolicyStatus status)
Returns {0/1}, 0 will be returned when IPolicyStatus is does not match the policy log level setting |
java.lang.String |
getName()
Gets the PolicyStatus Name |
boolean |
isFailure()
Return true if IPolicyStatus object is of type Failure |
boolean |
isInfo()
Return true if IPolicyStatus object is of type Info |
boolean |
isInProgress()
Return true if IPolicyStatus object is of type InProgress |
boolean |
isSuccess()
Return true if IPolicyStatus object is of type Success |
boolean |
isWarning()
Return true if IPolicyStatus object is of type Warning |
Method Detail |
---|
java.lang.String getName()
int compareTo(IPolicyStatus status)
status
-
boolean isSuccess()
boolean isInfo()
boolean isWarning()
boolean isFailure()
boolean isInProgress()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |