org.iaccess.LogicalLayer
Class ResultOfOperation
java.lang.Object
org.iaccess.LogicalLayer.ResultOfOperation
public class ResultOfOperation
- extends java.lang.Object
Encapsulates results of logic level computations. It is used only to interface results within the logic level,
and between the logic level and the negotiation level.
- See Also:
BasicAccessControlAlgorithm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultOfOperation
public ResultOfOperation(boolean InitResult,
java.lang.Object InitObject)
ResultOfOperation
public ResultOfOperation()
setIsSuccessful
public void setIsSuccessful(boolean inSucc)
setOperationResult
public void setOperationResult(java.lang.Object inObj)
isSuccessful
public boolean isSuccessful()
getOperationResult
public java.lang.Object getOperationResult()