com.cafesoft.cams.oblig
Interface EvaluationResult

All Known Implementing Classes:
StandardEvaluationResult

public interface EvaluationResult

EvaluationResult defines the interface representing the result of a security component evaluation. It provides a general way to access the value returned by an evaluatable component including a possible Exception thrown by he component.

Since:
11/02/2004

Field Summary
static String ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE
          A constant that defines the Access Control Evaluation Result Type.
 
Method Summary
 Object getResult()
          Get the evaluation result value.
 String getType()
          Get the type.
 

Field Detail

ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE

static final String ACCESS_CONTROL_RULE_EVALUATION_RESULT_TYPE
A constant that defines the Access Control Evaluation Result Type.

See Also:
Constant Field Values
Method Detail

getType

String getType()
Get the type.

Returns:
the type.

getResult

Object getResult()
Get the evaluation result value.

Returns:
the Object representing the evaluation result.


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.