public interface ValidationInformation
Modifier and Type | Method and Description |
---|---|
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
|
Operation getOperation()
ActiveDescriptor<?> getCandidate()
Injectee getInjectee()
Injectee
that is the injection
point that would be injected intoCopyright © 2014 Oracle Corporation. All rights reserved.