Package com.iizix.server.app
Interface IVirtualizedReferenceLookup
- All Known Subinterfaces:
- IVirtualsContainer<PROPCNR>
 - All Known Implementing Classes:
- AppSessionGyro,- ClientSessionGyro,- VirtualsContainer
 - public interface IVirtualizedReferenceLookupInterface used to look-up a reference from a virtualized container in an application.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - GProp<?>- getVirtualizedPropFromReference(java.lang.String reference)Attempts to look up a virtualized property from a reference.
 
- Method Detail- getVirtualizedPropFromReference- GProp<?> getVirtualizedPropFromReference(java.lang.String reference) Attempts to look up a virtualized property from a reference.- Parameters:
- reference- The reference to look-up.
- Returns:
- The virtualized instance of the property, null if not found.