|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.hk2.internal.ValidationInformationImpl
public class ValidationInformationImpl
Constructor Summary | |
---|---|
ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate)
Creates the validation information |
|
ValidationInformationImpl(Operation operation,
ActiveDescriptor<?> candidate,
Injectee injectee,
Filter filter)
Creates the validation information |
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 |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter)
operation
- The operation to performcandidate
- The candidate to perform it oninjectee
- The injecteee that may be involvedfilter
- The filter that may be involved in the lookuppublic ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate)
operation
- The operation to performcandidate
- The candidate to perform it onMethod Detail |
---|
public Operation getOperation()
ValidationInformation
getOperation
in interface ValidationInformation
public ActiveDescriptor<?> getCandidate()
ValidationInformation
getCandidate
in interface ValidationInformation
public Injectee getInjectee()
ValidationInformation
Injectee
that is the injection
point that would be injected into
getInjectee
in interface ValidationInformation
public Filter getFilter()
ValidationInformation
Filter
that was used in the
lookup operation. This may give more information about what
exactly was being looked up by the caller
getFilter
in interface ValidationInformation
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |