Package com.iizix.server.app
Interface IVirtualizedReferenceLookupRetriever
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IVirtualizedReferenceLookupRetriever
Interface used to retrieve an instance of a look-up of reference from a virtualized container in an application.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IVirtualizedReferenceLookup
getIVirtualizedReferenceLookup(java.lang.String reference)
Attempts to retrieve an instance of a look-up of reference from a virtualized container in an application.
-
-
-
Method Detail
-
getIVirtualizedReferenceLookup
IVirtualizedReferenceLookup getIVirtualizedReferenceLookup(java.lang.String reference)
Attempts to retrieve an instance of a look-up of reference from a virtualized container in an application.- Parameters:
reference
- The reference to look-up.- Returns:
- The look-up instance, or null if not found.
-
-