|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValidationInformation
This object contains information about the validation point. The values available may vary depending on the type of operation.
Method Summary | |
---|---|
ActiveDescriptor<?> |
getCandidate()
The candidate descriptor for this operation |
Filter |
getFilter()
On a LOOKUP operation the Filter that was used in the
lookup operation. |
Injectee |
getInjectee()
On a LOOKUP operation if the lookup is being performed due to an injection point (as opposed to a lookup via the API) then this method will return a non-null Injectee that is the injection
point that would be injected into |
Operation |
getOperation()
The operation that is to be performed, one of BIND - The candidate descriptor is being added to the system UNBIND - The candidate descriptor is being removed from the system LOOKUP - The candidate descriptor is being looked up |
Method Detail |
---|
Operation getOperation()
ActiveDescriptor<?> getCandidate()
Injectee getInjectee()
Injectee
that is the injection
point that would be injected into
Filter getFilter()
Filter
that was used in the
lookup operation. This may give more information about what
exactly was being looked up by the caller
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |