|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.im.provider.PolicyProvider.Result
This class defines the results which can be returned after the evaluation of policy
Method Summary | |
boolean |
equals(java.lang.Object o)
|
PolicyProvider.Result |
getCopy(java.lang.String message,
org.w3c.dom.Element elm)
This method should be used to convey addtional information about the result |
org.w3c.dom.Element |
getElement()
Returns a Element associated with this result |
java.lang.String |
getMessage()
Get a message associated with this result |
java.lang.String |
getStandardCondition()
Returns a standard condition corresponding to this object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public PolicyProvider.Result getCopy(java.lang.String message, org.w3c.dom.Element elm)
message
- More information about the resultelm
- An XML element containing more information about the result.public java.lang.String getStandardCondition()
public org.w3c.dom.Element getElement()
public java.lang.String getMessage()
public boolean equals(java.lang.Object o)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |